Skip to content

Commit

Permalink
Merge pull request #101 from cloudify-cosmo/0.0.0-build
Browse files Browse the repository at this point in the history
0.0.0 build
  • Loading branch information
EarthmanT authored Apr 4, 2023
2 parents 33c407e + 3373c88 commit eb8b196
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 441 deletions.
16 changes: 5 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2.1

orbs:
node: cloudify/public-unittest-orb@1 #orb version
wagonorb: cloudify/wagon-bulder-orb@2.4.0 #orb version
releaseorb: cloudify/release-orb@1.4.0 #orb version
managerorb: cloudify/manager-orb@2.0.1
node: cloudify/public-unittest-orb@volatile
wagonorb: cloudify/wagon-bulder-orb@volatile
releaseorb: cloudify/release-orb@volatile
managerorb: cloudify/manager-orb@volatile


checkout:
Expand Down Expand Up @@ -63,17 +63,11 @@ workflows:
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
- wagonorb/build_bundle:
filters:
branches:
only: /master/
- integration_tests:
requires:
- wagonorb/wagon
- wagonorb/arch64_wagon
- wagonorb/rhel_wagon
- integration_tests:
requires:
- wagonorb/build_bundle
filters:
branches:
only: /([0-9\.]*\-build|master|dev)/
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@
- Added support passing file and handled perparation for the container files accordingly.
- Added the clean up logic for the tmp files same as terraform plugin.
2.0.10:
- Fix get api due to back-compat issue.
- Fix get api due to back-compat issue.
2.0.11:
- add __version__.py file in cloudify_docker folder.
1 change: 1 addition & 0 deletions cloudify_docker/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version = '2.0.11'
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins:
docker:
executor: central_deployment_agent
package_name: 'cloudify-docker-plugin'
package_version: '2.0.10'
package_version: '2.0.11'

dsl_definitions:

Expand Down
2 changes: 1 addition & 1 deletion plugin_1_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins:
docker:
executor: central_deployment_agent
package_name: 'cloudify-docker-plugin'
package_version: '2.0.10'
package_version: '2.0.11'

dsl_definitions:

Expand Down
Loading

0 comments on commit eb8b196

Please sign in to comment.