Skip to content

Commit 04fd2ed

Browse files
author
earthmant
committed
bump version
1 parent 08023a8 commit 04fd2ed

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.9.7:
2+
- Add IPv6 Example
3+
- Base internal volume bootable logic on API bootable flag.
14
2.9.6: Correctly set the availability zone runtime property when using an external volume.
25
2.9.5: Creating servers with multiple security groups.
36
2.9.4: Backporting change from 3.0.0 dev branch.

plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
plugins:
66
openstack:
77
executor: central_deployment_agent
8-
source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.9.6.zip
8+
source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.9.7.zip
99
package_name: cloudify-openstack-plugin
10-
package_version: '2.9.6'
10+
package_version: '2.9.7'
1111

1212
data_types:
1313
cloudify.openstack.types.custom_configuration:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setup(
2020
zip_safe=True,
2121
name='cloudify-openstack-plugin',
22-
version='2.9.6',
22+
version='2.9.7',
2323
author='Cloudify',
2424
author_email='hello@cloudify.co',
2525
packages=[

0 commit comments

Comments
 (0)