Skip to content

Commit

Permalink
Merge pull request #4521 from camilamacedo86/add-common-k8s-132
Browse files Browse the repository at this point in the history
🌱 test: add to commmon.sh the latest k8s release 1.32
  • Loading branch information
k8s-ci-robot authored Jan 22, 2025
2 parents 21dcb35 + 51866b3 commit 507284d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function convert_to_tools_ver {
"1.29") echo "1.29.0";;
"1.30") echo "1.30.0";;
"1.31") echo "1.31.0";;
"1.32") echo "1.32.0";;
*)
echo "k8s version $k8s_ver not supported"
exit 1
Expand Down

0 comments on commit 507284d

Please sign in to comment.