Skip to content

Commit

Permalink
Update ocp4 cluster python dependencies (#8396)
Browse files Browse the repository at this point in the history
* Update collections and python modules

* Fix broken dependencies

---------

Co-authored-by: Wolfgang Kulhanek <WolfgangKulhanek@gmail.com>
  • Loading branch information
wkulhanek and Wolfgang Kulhanek authored Aug 7, 2024
1 parent f458f2b commit d99bdc0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 23 deletions.
8 changes: 4 additions & 4 deletions ansible/configs/ocp4-cluster/files/requirements_ec2_el9.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
awscli==1.32.64
boto3==1.34.64
botocore==1.34.64
colorama==0.4.4
awscli==1.33.37
boto3==1.34.155
botocore==1.34.155
colorama==0.4.6
docutils==0.16
s3transfer==0.10.1
5 changes: 2 additions & 3 deletions ansible/configs/ocp4-cluster/files/requirements_k8s.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ google-auth==2.3.3
idna==3.3
Jinja2==3.0.3
jmespath==0.10.0
kubernetes==23.3.0
kubernetes==30.1.0
lxml==4.6.3
MarkupSafe==2.0.1
oauthlib==3.1.1
openshift==0.13.1
openshift==0.13.2
paramiko==2.7.1
passlib==1.7.4
pyasn1==0.4.8
Expand Down
5 changes: 2 additions & 3 deletions ansible/configs/ocp4-cluster/files/requirements_k8s_el9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ google-auth==2.28.2
idna==3.6
Jinja2==3.1.3
jmespath==1.0.1
kubernetes==29.0.0
kubernetes==30.1.0
MarkupSafe==2.1.5
oauthlib==3.2.2
openshift==0.13.2
packaging==24.0
passlib==1.7.4
Expand All @@ -28,7 +27,7 @@ python-dateutil==2.9.0.post0
python-string-utils==1.0.0
PyYAML==6.0.1
requests==2.31.0
requests-oauthlib==1.4.0
requests-oauthlib==2.0.0
resolvelib==1.0.1
rsa==4.7.2
selinux==0.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests-oauthlib==1.3.0
requests-oauthlib==2.0.0
dnspython==1.16.0
passlib==1.7.1
kubernetes==26.1.0
openshift==0.13.1
kubernetes==30.1.0
openshift==0.13.2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
dnspython
passlib==1.7.4
kubernetes==28.1.0
kubernetes==30.1.0
openshift==0.13.2
16 changes: 8 additions & 8 deletions ansible/configs/ocp4-cluster/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ roles:
src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
version: v0.17

# Collections match what's in EE quay.io/agnosticd/ee-multicloud:2024-06-27
# Collections match what's in EE quay.io/agnosticd/ee-multicloud:temporary-pr-8394
collections:
- name: community.general
version: 8.6.0
version: 9.2.0
- name: community.crypto
version: 2.19.1
version: 2.21.1
- name: ansible.posix
version: 1.5.4
- name: kubernetes.core
version: 3.0.1
version: 5.0.0
- name: amazon.aws
version: 7.6.0
version: 8.1.0
- name: community.vmware
version: 4.3.0
version: 4.5.0
- name: vmware.vmware_rest
version: 3.0.1
- name: google.cloud
version: 1.3.0
- name: openstack.cloud
version: 2.2.0
- name: community.okd
version: 3.0.1
version: 4.0.0
- name: kubevirt.core
version: 1.3.2
version: 2.0.0
- name: https://github.com/rhpds/assisted_installer.git
type: git
version: v0.0.1

0 comments on commit d99bdc0

Please sign in to comment.