Skip to content

Commit 420ab43

Browse files
authored
Merge pull request #278 from cloudify-cosmo/3.8.8-build
trufflehog
2 parents 19a711c + c48def8 commit 420ab43

File tree

7 files changed

+20
-5
lines changed

7 files changed

+20
-5
lines changed

.drp/trufflehog_config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
project_exclusion_list:
3+
exclusion_folders:
4+
- .drp
5+
- .github
6+
- examples
7+
- cloudify_azure/tests/
8+
# - test
9+
# - jenkins
10+
# - buildroot
11+
# - buildroot
12+
exclusion_file_paths:
13+
- Makefile
14+
# - package/tpm2-tools/tpm2-tools.hash

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
3.8.8: added .drp folder for trufflehog.
12
3.8.7: Update requirements.txt.
23
3.8.6: wagon_311 & new circleci context.
34
3.8.5: Add DSL 1.5 YAML.

cloudify_azure/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '3.8.7'
1+
version = '3.8.8'

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
azure:
33
executor: central_deployment_agent
44
package_name: cloudify-azure-plugin
5-
package_version: 3.8.7
5+
package_version: 3.8.8
66
data_types:
77
cloudify.datatypes.azure.Config:
88
properties:

plugin_1_4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
azure:
33
executor: central_deployment_agent
44
package_name: cloudify-azure-plugin
5-
package_version: 3.8.7
5+
package_version: 3.8.8
66

77
data_types:
88
cloudify.datatypes.azure.Config:

plugin_1_5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
azure:
33
executor: central_deployment_agent
44
package_name: cloudify-azure-plugin
5-
package_version: 3.8.7
5+
package_version: 3.8.8
66
properties_description: Manage Azure resources.
77
properties:
88
environment_variables:

v2_plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
azure:
33
executor: central_deployment_agent
44
package_name: cloudify-azure-plugin
5-
package_version: 3.8.7
5+
package_version: 3.8.8
66
data_types:
77
cloudify.datatypes.azure.Config:
88
properties:

0 commit comments

Comments
 (0)