Skip to content

Commit 3a89e31

Browse files
authored
[ansible] update ansible and cryptography requirements to work on ubuntu 22.04 (kubernetes-sigs#8826)
1 parent 0c504e4 commit 3a89e31

7 files changed

+6
-9
lines changed

requirements-2.11.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ansible==4.8.0
2-
ansible-core==2.11.6
3-
cryptography==2.8
1+
ansible==4.10.0
2+
ansible-core==2.11.11
3+
cryptography==3.4.8
44
jinja2==2.11.3
55
netaddr==0.7.19
66
pbr==5.4.4

requirements-2.12.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ansible==5.7.0
1+
ansible==5.7.1
22
ansible-core==2.12.5
3-
cryptography==2.8
3+
cryptography==3.4.8
44
jinja2==2.11.3
55
netaddr==0.7.19
66
pbr==5.4.4

requirements-2.9.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ansible==2.9.27
2+
cryptography==2.8
23
jinja2==2.11.3
34
netaddr==0.7.19
45
pbr==5.4.4

tests/requirements-2.10.txt

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ yamllint==1.19.0
33
apache-libcloud==2.2.1
44
tox==3.11.1
55
dopy==0.3.7
6-
cryptography==2.8
76
ansible-lint==5.4.0
87
molecule==3.0.6
98
molecule-vagrant==0.3

tests/requirements-2.11.txt

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ yamllint==1.19.0
33
apache-libcloud==2.2.1
44
tox==3.11.1
55
dopy==0.3.7
6-
cryptography==2.8
76
ansible-lint==5.4.0
87
molecule==3.0.6
98
molecule-vagrant==0.3

tests/requirements-2.12.txt

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ yamllint==1.19.0
33
apache-libcloud==2.2.1
44
tox==3.11.1
55
dopy==0.3.7
6-
cryptography==2.8
76
ansible-lint==5.4.0
87
molecule==3.0.6
98
molecule-vagrant==0.3

tests/requirements-2.9.txt

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ yamllint==1.19.0
33
apache-libcloud==2.2.1
44
tox==3.11.1
55
dopy==0.3.7
6-
cryptography==2.8
76
ansible-lint==5.4.0 ; python_version >= '3.0'
87
ansible-lint==4.2.0 ; python_version < '3.0'
98
molecule==3.0.6 ; python_version >= '3.0'

0 commit comments

Comments
 (0)