Skip to content

Commit

Permalink
update k8s version support, based on rancher support matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
  • Loading branch information
alexandreLamarre committed May 13, 2024
1 parent 39c2a0a commit f60bfce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scripts/supported-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ set -x

if git merge-base --is-ancestor origin/release/v5.0 HEAD
then
echo -n "[\"v1.23.9-k3s1\", \"v1.29.3-k3s1\"]"
echo -n "[\"v1.23.9-k3s1\", \"v1.29.4-k3s1\"]"
exit 0
elif git merge-base --is-ancestor origin/release/v4.0 HEAD
then
echo -n "[\"v1.23.9-k3s1\", \"v1.28.8-k3s1\"]"
echo -n "[\"v1.25.9-k3s1\", \"v1.28.8-k3s1\"]"
exit 0
elif git merge-base --is-ancestor origin/release/v3.0 HEAD
then
echo -n "[\"v1.16.9-k3s1\", \"v1.27.9-k3s1\"]"
echo -n "[\"v1.23.9-k3s1\", \"v1.27.9-k3s1\"]"
exit 0
fi

Expand Down

0 comments on commit f60bfce

Please sign in to comment.