Skip to content

Commit 9d00edf

Browse files
author
alexazarh
committed
fixing requirements for cloudshell-automation-api for TLS1.2 support
1 parent 4b50227 commit 9d00edf

10 files changed

Lines changed: 8 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ drivers/ansible_shellPackage/Resource Drivers - Python/*.zip
88
cloudshell_cm_ansible.egg-info/
99
package/cloudshell_cm_ansible.egg-info/
1010
drivers/ansible_shell.zip
11+
*.zip

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66
- pip install -r external_requirements.txt --extra-index-url https://pypi.python.org/simple
77
- pip install -r test_requirements.txt --extra-index-url https://pypi.python.org/simple
88
- pip install "cloudshell-shell-core>=3.1.0,<3.2.0" --extra-index-url https://testpypi.python.org/simple
9-
- pip install "cloudshell-automation-api>=8.2.0.0,<8.2.1.0" --extra-index-url https://testpypi.python.org/simple
9+
- pip install "cloudshell-automation-api>=8.3.0.0,<8.3.1.0" --extra-index-url https://testpypi.python.org/simple
1010

1111
script:
1212
- pushd package

drivers/ansible_shell.zip

-7.11 KB
Binary file not shown.

drivers/ansible_shell/drivermetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Driver Description="" MainClass="driver.AnsibleShellDriver" Name="Ansible Shell Driver" Version="1.2.0">
1+
<Driver Description="" MainClass="driver.AnsibleShellDriver" Name="Ansible Shell Driver" Version="1.4.0">
22
<Layout>
33
<Category Name="General">
44
<Command Description="" DisplayName="Execute Playbook" EnableCancellation="true" Name="execute_playbook" Tags="allow_unreserved" />
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-cm-ansible>=1.3.0,<1.4.0
2+
cloudshell-cm-ansible>=1.4.0,<1.5.0
Binary file not shown.

drivers/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

package/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cloudshell-automation-api>=8.2.0.0,<8.2.1.0
1+
cloudshell-automation-api>=8.3.0.0,<8.3.1.0
22
cloudshell-shell-core>=3.1.0,<3.2.0
33
requests
44
pywinrm==0.2.2

package/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

0 commit comments

Comments
 (0)