Skip to content

Commit

Permalink
Merge pull request #578 from cloudify-cosmo/3.2.4-build
Browse files Browse the repository at this point in the history
3.2.4 build
  • Loading branch information
EarthmanT authored Feb 15, 2024
2 parents e5bb3a2 + 21a0ad0 commit e00b594
Show file tree
Hide file tree
Showing 11 changed files with 15,372 additions and 15,528 deletions.
5 changes: 3 additions & 2 deletions .drp/trufflehog_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ project_exclusion_list:
- .drp
- .github
- examples
- cloudify_aws/s3/tests
# - test
# - jenkins
# - buildroot
# - buildroot
# exclusion_file_paths:
# - package/tpm2-tools/tpm2-tools.hash
exclusion_file_paths:
- Makefile
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.2.4: NE-11404-plugins-and-blueprints-employ-invalid-YAML-merge & update of pycryptodome.
3.2.3: NE-12058-client-config-LoginProfile
3.2.2: NE-10823-aws-VpnGatewayLimitExceeded.
3.2.1: RND-1195 Add Subnet placement logic.
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
download:
ifeq (,$(wildcard ./fusion-agent))
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-agent.git && cd './fusion-agent' && git checkout rel/magicp1-2.0.0 && cd ..
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-agent.git && cd './fusion-agent' && git checkout master && cd ..
endif
ifeq (,$(wildcard ./fusion-common))
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-common.git && cd './fusion-common' && git checkout rel/magicp1-2.0.0 && cd ..
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-common.git && cd './fusion-common' && git checkout master && cd ..
endif
ifeq (,$(wildcard ./fusion-manager))
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-manager.git && cd './fusion-manager' && git checkout rel/magicp1-2.0.0 && cd ..
git clone https://${GH_USER}:${GITHUB_PASSWORD}@eos2git.cec.lab.emc.com/ISG-Edge/fusion-manager.git && cd './fusion-manager' && git checkout master && cd ..
endif
ifeq (,$(wildcard ./cloudify-utilities-plugins-sdk))
git clone https://github.com/cloudify-incubator/cloudify-utilities-plugins-sdk.git && cd './cloudify-utilities-plugins-sdk' && git checkout fusion && cd ..
Expand Down
2 changes: 1 addition & 1 deletion cloudify_aws/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '3.2.3'
version = '3.2.4'
Loading

0 comments on commit e00b594

Please sign in to comment.