Skip to content

Commit ea6e066

Browse files
3.3.3 build (#414)
* CYBL-1397 fix server_groups attribute error (#412) * Update CHANGELOG.txt (#413) Co-authored-by: Vladimir Antonovich <Vladimir-Antonovich@users.noreply.github.com>
1 parent 3487b15 commit ea6e066

3 files changed

Lines changed: 3 additions & 2 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.3.3: Bump openstacksdk to 0.53.0 to to fix server_groups attribute error
12
3.3.2: Re-releasing 3.3.1 for adding to bundle.
23
3.3.1: Re-releasing 3.3.0 for adding to bundle.
34
3.3.0: Support Openstack Manila.

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins:
33
openstack:
44
executor: central_deployment_agent
55
package_name: cloudify-openstack-plugin
6-
package_version: '3.3.2'
6+
package_version: '3.3.3'
77

88
dsl_definitions:
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_version(rel_file='plugin.yaml'):
4646
packages=find_packages(exclude=['tests*']),
4747
install_requires=[
4848
'cloudify-common>=4.5.5',
49-
'openstacksdk==0.42.0',
49+
'openstacksdk==0.53.0',
5050
'IPy==0.81',
5151
'pycryptodome>=3.9.8,<3.10',
5252
'python-manilaclient==2.0.0'

0 commit comments

Comments
 (0)