From e9f975791a535608c9467af9c96a809428fd4d75 Mon Sep 17 00:00:00 2001 From: Ahmad Musa <53178237+ahmadiesa-abu@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:19:45 +0200 Subject: [PATCH] remove-pin-from-rsa (#265) --- CHANGELOG.txt | 2 ++ cloudify_vsphere/__version__.py | 2 +- plugin.yaml | 2 +- plugin_1_4.yaml | 2 +- plugin_1_5.yaml | 2 +- requirements-3.6.in | 2 +- requirements-3.6.txt | 2 +- requirements.in | 2 +- requirements.txt | 2 +- v2_plugin.yaml | 2 +- 10 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 77da1a5..aa353d7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +2.20.13: + - Remove RSA lib pin. 2.20.12: - Skip update on external resources. 2.20.11: diff --git a/cloudify_vsphere/__version__.py b/cloudify_vsphere/__version__.py index 75cdd70..df7f7f8 100644 --- a/cloudify_vsphere/__version__.py +++ b/cloudify_vsphere/__version__.py @@ -1 +1 @@ -version = '2.20.12' +version = '2.20.13' diff --git a/plugin.yaml b/plugin.yaml index ccdc7d6..f020dea 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -6,7 +6,7 @@ plugins: vsphere: executor: central_deployment_agent package_name: cloudify-vsphere-plugin - package_version: '2.20.12' + package_version: '2.20.13' data_types: diff --git a/plugin_1_4.yaml b/plugin_1_4.yaml index e822076..a5ef728 100755 --- a/plugin_1_4.yaml +++ b/plugin_1_4.yaml @@ -6,7 +6,7 @@ plugins: vsphere: executor: central_deployment_agent package_name: cloudify-vsphere-plugin - package_version: '2.20.12' + package_version: '2.20.13' data_types: diff --git a/plugin_1_5.yaml b/plugin_1_5.yaml index 4e6eee5..37d339a 100644 --- a/plugin_1_5.yaml +++ b/plugin_1_5.yaml @@ -6,7 +6,7 @@ plugins: vsphere: executor: central_deployment_agent package_name: cloudify-vsphere-plugin - package_version: '2.20.12' + package_version: '2.20.13' properties_description: | Manage vSphere resources. properties: diff --git a/requirements-3.6.in b/requirements-3.6.in index 2603a9b..8a90c2e 100644 --- a/requirements-3.6.in +++ b/requirements-3.6.in @@ -1,6 +1,6 @@ netaddr==0.7.19 pyvmomi==6.7.3 pyyaml>=6.0 -rsa==4.5 +rsa>4.5 cryptography==40.0.2 smmap<3.0.5,>=3.0.1 diff --git a/requirements-3.6.txt b/requirements-3.6.txt index a0d928a..580027e 100644 --- a/requirements-3.6.txt +++ b/requirements-3.6.txt @@ -194,7 +194,7 @@ requests_toolbelt==0.9.1 # via cloudify-common retrying==1.3.3 # via cloudify-common -rsa==4.5 +rsa==4.9 # via # -r requirements-3.6.in # google-auth diff --git a/requirements.in b/requirements.in index 2878770..c51b81f 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ pyvmomi==6.7.3 pyyaml>=6.0 -rsa==4.5 +rsa>4.5 cryptography>=41.0.4 smmap<3.0.5,>=3.0.1 -e fusion-common diff --git a/requirements.txt b/requirements.txt index df0f60b..892f31e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -194,7 +194,7 @@ requests-toolbelt==1.0.0 # via # cloudify-utilities-plugins-sdk # fusion-common -rsa==4.5 +rsa==4.9 # via # -r requirements.in # google-auth diff --git a/v2_plugin.yaml b/v2_plugin.yaml index ab98fae..b68cfc3 100755 --- a/v2_plugin.yaml +++ b/v2_plugin.yaml @@ -10,7 +10,7 @@ plugins: vsphere: executor: central_deployment_agent package_name: cloudify-vsphere-plugin - package_version: '2.20.12' + package_version: '2.20.13' data_types: