Skip to content

Commit

Permalink
Merge pull request #119 from cloudify-cosmo/2.0.22-build
Browse files Browse the repository at this point in the history
add dsl 1.5 plugin.yaml
  • Loading branch information
EarthmanT authored Oct 8, 2023
2 parents c084cce + 086c7ee commit 2a41043
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2.0.22: Add DSL 1.5 plugin YAML.
2.0.21: fix tasks to be compatible with py311.
2.0.20: Added Py311 wagon.
2.0.19: Fix issue that prevented user provided SSH port from being used.
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.21'
version = '2.0.22'
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.21'
package_version: '2.0.22'
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.21'
package_version: '2.0.22'

blueprint_labels:
obj-type:
Expand Down
18 changes: 18 additions & 0 deletions plugin_1_5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
##################################################################################
# Cloudify Fabric built in types and plugins definitions.
##################################################################################
plugins:
fabric:
executor: central_deployment_agent
package_name: cloudify-fabric-plugin
package_version: '2.0.22'

blueprint_labels:
obj-type:
values:
- fabric

labels:
obj-type:
values:
- fabric
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.21'
package_version: '2.0.22'

blueprint_labels:
obj-type:
Expand Down

0 comments on commit 2a41043

Please sign in to comment.