We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2902771 commit e7a26a3Copy full SHA for e7a26a3
2 files changed
image/cli-base/install/install-rosa.sh
@@ -25,7 +25,7 @@ if [[ "$TARGET_PLATFORM" == "s390x" ]]; then
25
exit 0
26
fi
27
28
-wget -q https://mirror.openshift.com/pub/openshift-v4/clients/rosa/latest/rosa-linux.tar.gz
+wget -q https://mirror.openshift.com/pub/cgw/rosa/latest/rosa-linux.tar.gz
29
tar -xzf rosa-linux.tar.gz
30
mv rosa /usr/local/bin/
31
chmod +x /usr/local/bin/rosa
image/cli-base/install/requirements.txt
@@ -1,14 +1,14 @@
1
junit_xml==1.9
2
-pymongo==4.15.4
+pymongo==4.15.5
3
xmljson==0.2.1
4
ansible==13.0.0
5
kubernetes==34.1.0
6
openshift==0.13.2
7
-jmespath==1.0.1
+jmespath==1.1.0
8
click==8.3.1
9
prettytable==3.17.0
10
jinja-cli==1.2.2
11
-jinjanator==25.3.0
+jinjanator==25.3.1
12
slack-sdk==3.39.0
13
jira==3.10.5
14
-boto3==1.41.2
+boto3==1.41.5
0 commit comments