Skip to content

Commit

Permalink
support 1 4 dsl and support redhat 8 wagon (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthmanT authored Jul 20, 2022
1 parent 43f8bdc commit 23ee60d
Show file tree
Hide file tree
Showing 5 changed files with 1,923 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
node: cloudify/public-unittest-orb@1 #orb version
wagonorb: cloudify/wagon-bulder-orb@2.2.0 #orb version
wagonorb: cloudify/wagon-bulder-orb@2.4.0 #orb version
releaseorb: cloudify/[email protected] #orb version
managerorb: cloudify/manager-orb@1

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.3.4: support dsl 1_4 and redhat 8 wagons.
3.3.3: Bump openstacksdk to 0.53.0 to to fix server_groups attribute error
3.3.2: Re-releasing 3.3.1 for adding to bundle.
3.3.1: Re-releasing 3.3.0 for adding to bundle.
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins:
openstack:
executor: central_deployment_agent
package_name: cloudify-openstack-plugin
package_version: '3.3.3'
package_version: '3.3.4'

dsl_definitions:

Expand Down
Loading

0 comments on commit 23ee60d

Please sign in to comment.