Skip to content

Commit ecb2ee8

Browse files
authored
Merge pull request #50 from rayandas/fix-versioning-1-11-4
Add istio-version 1.11.4
2 parents 70ed5b5 + f022323 commit ecb2ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch_istio_releases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RELEASE_DIR=${1}
66
echo ${RELEASE_DIR}
77

88
# 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)
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 1.11.4)
1010

1111
if [ -z "${RELEASE_DIR}" ]; then
1212
echo "No directory given"

0 commit comments

Comments
 (0)