Skip to content

Commit

Permalink
Merge pull request #124 from cloudify-cosmo/2.0.26-build
Browse files Browse the repository at this point in the history
trufflehog
  • Loading branch information
EarthmanT authored Feb 11, 2024
2 parents 67dbe22 + fa8607a commit b798801
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .drp/trufflehog_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
project_exclusion_list:
exclusion_folders:
- .drp
- .github
- examples
- cloudify_fabric/tests/
# - test
# - jenkins
# - buildroot
# - buildroot
exclusion_file_paths:
- Makefile
# - package/tpm2-tools/tpm2-tools.hash
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2.0.26: added .drp folder for trufflehog.
2.0.25: Implement getting stdout/stderr while execution.
2.0.24: Rerelease with requirements change.
2.0.23: adjust python 3.11 patch.
Expand Down
2 changes: 1 addition & 1 deletion fabric_plugin/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.0.25'
version = '2.0.26'
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ plugins:
fabric:
executor: central_deployment_agent
package_name: cloudify-fabric-plugin
package_version: '2.0.25'
package_version: '2.0.26'
2 changes: 1 addition & 1 deletion plugin_1_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
fabric:
executor: central_deployment_agent
package_name: cloudify-fabric-plugin
package_version: '2.0.25'
package_version: '2.0.26'

blueprint_labels:
obj-type:
Expand Down
2 changes: 1 addition & 1 deletion plugin_1_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
fabric:
executor: central_deployment_agent
package_name: cloudify-fabric-plugin
package_version: '2.0.25'
package_version: '2.0.26'

blueprint_labels:
obj-type:
Expand Down
2 changes: 1 addition & 1 deletion v2_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
fabric:
executor: central_deployment_agent
package_name: cloudify-fabric-plugin
package_version: '2.0.25'
package_version: '2.0.26'

blueprint_labels:
obj-type:
Expand Down

0 comments on commit b798801

Please sign in to comment.