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 e1de0e6 commit aed7a01Copy full SHA for aed7a01
ci/scripts/opp-env.sh
@@ -2,9 +2,9 @@
2
# OPerator Pipeline (OPP) env script (opp-env.sh)
3
4
set -e
5
-declare -A KIND_SUPPORT_TABLE=(["1.28"]="0" ["1.27"]="3" ["1.26"]="6" ["1.25"]="11" ["1.24"]="15" ["1.23"]="17" ["1.22"]="17" ["1.21"]="14")
6
-KIND_MIN_SUPPORTED=1.21
7
-KIND_MAX_SUPPORTED=1.28 # DO NOT FORGET TO CHANGE WHEN CHANGING ^
+declare -A KIND_SUPPORT_TABLE=(["1.30"]="0" ["1.29"]="4" ["1.28"]="9" ["1.27"]="13" ["1.26"]="15" ["1.25"]="16")
+KIND_MIN_SUPPORTED=1.25
+KIND_MAX_SUPPORTED=1.30 # DO NOT FORGET TO CHANGE WHEN CHANGING ^
8
export INPUT_ENV_SCRIPT="/tmp/opp-env-vars"
9
OPP_ALLOW_CI_CHANGES=${OPP_ALLOW_CI_CHANGES-0}
10
OPP_ALLOW_FORCE_RELEASE=${OPP_ALLOW_FORCE_RELEASE-0}
0 commit comments