Skip to content

Commit d91ae85

Browse files
authored
Update plugin.yaml (#380)
* Update plugin.yaml * Update setup.py * Update CHANGELOG.txt
1 parent 8707612 commit d91ae85

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
3.2.21: Versioning mismatch
12
3.2.20: Bump PyYaml to 5.3.1 and replace pycrypto 2.6.1 with pycryptodome 3.9.8
23
3.2.19: Fix issues with windows password decrypt
34
3.2.18: Fix issue in no networks.

plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ plugins:
22

33
openstack:
44
executor: central_deployment_agent
5-
source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/3.2.19.zip
5+
source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/3.2.21.zip
66
package_name: cloudify-openstack-plugin
7-
package_version: '3.2.19'
7+
package_version: '3.2.21'
88

99
dsl_definitions:
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='cloudify-openstack-plugin',
23-
version='3.2.20',
23+
version='3.2.21',
2424
author='Cloudify',
2525
author_email='info@cloudify.co',
2626
license='LICENSE',

0 commit comments

Comments
 (0)