Skip to content

Commit dcf598f

Browse files
authored
Merge pull request #334 from cloudify-incubator/2.0.5-build
2.0.5 build
2 parents 14dd2f9 + 32129c2 commit dcf598f

17 files changed

+562
-98
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ local-storage/
7070
plugin_docs
7171

7272
*.wgn
73+
fusion-agent
74+
fusion-common
75+
fusion-manager
76+
cloudify-utilities-plugins-sdk
77+
.python-version

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2.0.5: Release with requirements.txt.
12
2.0.4: Fix import.
23
2.0.3: update cryptography.
34
2.0.2: Validate inputs in test.

cloudify_cloudinit/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '2.0.4'
1+
version = '2.0.5'

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

extra-packaging-instructions.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ then
66
def get_doc(*args):
77
return ''
88
EOF
9-
git apply python311.patch
10-
echo patch applied
119
fi

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
cfy_util: &id001
33
executor: central_deployment_agent
44
package_name: cloudify-utilities-plugin
5-
package_version: 2.0.4
5+
package_version: 2.0.5
66
cfy_files: *id001
77
cfy_ftp: *id001
88
cloudify_custom_workflow: *id001

plugin_1_4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins:
33
cfy_util: &utilities_plugin
44
executor: central_deployment_agent
55
package_name: cloudify-utilities-plugin
6-
package_version: '2.0.4'
6+
package_version: '2.0.5'
77

88
cfy_files: *utilities_plugin
99

plugin_1_5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins:
33
cfy_util: &utilities_plugin
44
executor: central_deployment_agent
55
package_name: cloudify-utilities-plugin
6-
package_version: '2.0.4'
6+
package_version: '2.0.5'
77

88
cfy_files: *utilities_plugin
99

python311.patch

Lines changed: 0 additions & 62 deletions
This file was deleted.
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
git+https://github.com/cloudify-cosmo/[email protected]#egg=cloudify-types&subdirectory=cloudify_types
2-
3-
41
cloudify-common>=6.4.2,<=7.0.0
5-
cryptography>=41.0.4
6-
networkx>=1.9.1,<=3.1
2+
git+https://github.com/cloudify-cosmo/[email protected]#egg=cloudify-types&subdirectory=cloudify_types
3+
cryptography==40.0.2
4+
networkx>=2.5.1,<2.6
5+
psutil==5.9.6

0 commit comments

Comments
 (0)