Skip to content

Commit 4679ef9

Browse files
authored
Merge pull request #891 from QualiSystems/noam_164102_support_https
Noam 164102 support https
2 parents 3057baa + dac95e3 commit 4679ef9

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

cloudshell_shell_core_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
if [ "${CLOUD_SHELL_SHELL_CORE}" -eq 1 ]
33
then
4-
pip install "cloudshell-shell-core>=3.0.0,<3.1.0" --extra-index-url https://testpypi.python.org/simple
4+
pip install "cloudshell-shell-core>=3.1.0,<3.2.0" --extra-index-url https://testpypi.python.org/simple
55
else
66
pip install "cloudshell-shell-core>=2.3.0,<2.4.0" --extra-index-url https://testpypi.python.org/simple
77
fi

package/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lxml==3.8.0
22
requests==2.18.4
3-
cloudshell-automation-api>=8.2.0.0,<8.3.0.0
3+
cloudshell-automation-api>=8.2.0.0,<8.2.1.0
44
cloudshell-shell-core>=3.1.0,<3.2.0
55
pyvmomi==6.5.0
66
jsonpickle==0.9.3

package/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cloudshell-automation-api>=8.0.0.0,<8.1.0.0
21
cloudshell-core>=2.0.0,<2.1.0
3-
cloudshell-cp-vcenter>=1.9.0,<1.10.0
4-
cloudshell-shell-core>=2.3.0,<2.4.0
2+
cloudshell-cp-vcenter>=1.10.0,<1.11.0
3+
cloudshell-automation-api>=8.2.0.0,<8.2.1.0
4+
cloudshell-shell-core>=3.1.0,<3.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cloudshell-shell-core>=3.1.0,<3.2.0
2-
cloudshell-cp-vcenter>=1.9.0,<1.10.0
2+
cloudshell-cp-vcenter>=1.10.0,<1.11.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0

0 commit comments

Comments
 (0)