Skip to content

Commit e7a26a3

Browse files
authored
[patch] Update rosa cli path and python packages to latest patch (#33)
1 parent 2902771 commit e7a26a3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

image/cli-base/install/install-rosa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ "$TARGET_PLATFORM" == "s390x" ]]; then
2525
exit 0
2626
fi
2727

28-
wget -q https://mirror.openshift.com/pub/openshift-v4/clients/rosa/latest/rosa-linux.tar.gz
28+
wget -q https://mirror.openshift.com/pub/cgw/rosa/latest/rosa-linux.tar.gz
2929
tar -xzf rosa-linux.tar.gz
3030
mv rosa /usr/local/bin/
3131
chmod +x /usr/local/bin/rosa
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
junit_xml==1.9
2-
pymongo==4.15.4
2+
pymongo==4.15.5
33
xmljson==0.2.1
44
ansible==13.0.0
55
kubernetes==34.1.0
66
openshift==0.13.2
7-
jmespath==1.0.1
7+
jmespath==1.1.0
88
click==8.3.1
99
prettytable==3.17.0
1010
jinja-cli==1.2.2
11-
jinjanator==25.3.0
11+
jinjanator==25.3.1
1212
slack-sdk==3.39.0
1313
jira==3.10.5
14-
boto3==1.41.2
14+
boto3==1.41.5

0 commit comments

Comments
 (0)