From 24114cf329ba75d0861d3ae6c2d17c8032f7abd8 Mon Sep 17 00:00:00 2001 From: noamwegner Date: Tue, 28 Nov 2017 11:53:33 +0200 Subject: [PATCH 1/2] increased version for driver. fixed cloudshell-automation-api requirement to a more correct way from >=8.2.0.0,<8.3.0.0 to >=8.2.0.0,<8.2.1.0 so that we could increase micro version from 8.2.0.100 to 8.2.X.X without the risk of ALL customers updating package. --- .travis.yml | 2 +- drivers/customscript_shell/requirements.txt | 2 +- drivers/version.txt | 2 +- package/requirements.txt | 2 +- package/version.txt | 2 +- version.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1fe9cb6..3829d8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ install: - pip install -r external_requirements.txt --extra-index-url https://pypi.python.org/simple - pip install -r test_requirements.txt --extra-index-url https://pypi.python.org/simple - pip install "cloudshell-shell-core>=3.1.0,<3.2.0" --extra-index-url https://testpypi.python.org/simple - - pip install "cloudshell-automation-api>=8.2.0.0,<8.3.0.0" --extra-index-url https://testpypi.python.org/simple + - pip install "cloudshell-automation-api>=8.2.0.0,<8.2.1.0" --extra-index-url https://testpypi.python.org/simple script: - pushd package diff --git a/drivers/customscript_shell/requirements.txt b/drivers/customscript_shell/requirements.txt index c63c7bf..87a9f45 100644 --- a/drivers/customscript_shell/requirements.txt +++ b/drivers/customscript_shell/requirements.txt @@ -1,2 +1,2 @@ cloudshell-shell-core>=3.1.0,<3.2.0 -cloudshell-cm-customscript>=1.2.0,<1.3.0 +cloudshell-cm-customscript>=1.3.1,<1.4.0 diff --git a/drivers/version.txt b/drivers/version.txt index cb174d5..6261a05 100644 --- a/drivers/version.txt +++ b/drivers/version.txt @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.3.1 \ No newline at end of file diff --git a/package/requirements.txt b/package/requirements.txt index 42bbab9..1cde969 100644 --- a/package/requirements.txt +++ b/package/requirements.txt @@ -1,4 +1,4 @@ -cloudshell-automation-api>=8.2.0.0,<8.3.0.0 +cloudshell-automation-api>=8.2.0.0,<8.2.1.0 cloudshell-shell-core>=3.1.0,<3.2.0 pywinrm>=0.2.2 paramiko>=2.1.1 diff --git a/package/version.txt b/package/version.txt index cb174d5..6261a05 100644 --- a/package/version.txt +++ b/package/version.txt @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.3.1 \ No newline at end of file diff --git a/version.txt b/version.txt index cb174d5..6261a05 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.3.1 \ No newline at end of file From 99c548515d6e4222ef96e0d4d45f67922518151d Mon Sep 17 00:00:00 2001 From: noamwegner Date: Wed, 29 Nov 2017 11:00:13 +0200 Subject: [PATCH 2/2] reset mirco version --- drivers/customscript_shell/requirements.txt | 2 +- drivers/version.txt | 2 +- package/version.txt | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/customscript_shell/requirements.txt b/drivers/customscript_shell/requirements.txt index 87a9f45..b8dcea7 100644 --- a/drivers/customscript_shell/requirements.txt +++ b/drivers/customscript_shell/requirements.txt @@ -1,2 +1,2 @@ cloudshell-shell-core>=3.1.0,<3.2.0 -cloudshell-cm-customscript>=1.3.1,<1.4.0 +cloudshell-cm-customscript>=1.3.0,<1.4.0 diff --git a/drivers/version.txt b/drivers/version.txt index 6261a05..589268e 100644 --- a/drivers/version.txt +++ b/drivers/version.txt @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/package/version.txt b/package/version.txt index 6261a05..589268e 100644 --- a/package/version.txt +++ b/package/version.txt @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.0 \ No newline at end of file diff --git a/version.txt b/version.txt index 6261a05..589268e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.0 \ No newline at end of file