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.
2 parents 70ed5b5 + f022323 commit ecb2ee8Copy full SHA for ecb2ee8
scripts/fetch_istio_releases.sh
@@ -6,7 +6,7 @@ RELEASE_DIR=${1}
6
echo ${RELEASE_DIR}
7
8
# Istio versions that need to be supported in the image for airgap installation.
9
-istio_version_array=(1.7.1 1.7.3 1.8.3 1.8.5 1.8.6 1.9.3 1.9.5 1.9.6 1.9.8 1.10.4)
+istio_version_array=(1.7.1 1.7.3 1.8.3 1.8.5 1.8.6 1.9.3 1.9.5 1.9.6 1.9.8 1.10.4 1.11.4)
10
11
if [ -z "${RELEASE_DIR}" ]; then
12
echo "No directory given"
0 commit comments