Skip to content

Commit

Permalink
Merge pull request #8007 from rancher-sandbox/gha-update-k3s-versions
Browse files Browse the repository at this point in the history
Update k3s-versions.json
  • Loading branch information
jandubois authored Dec 24, 2024
2 parents 8c71a6a + 6433196 commit a658f04
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions resources/k3s-versions.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"cacheVersion": 2,
"channels": {
"latest": "v1.31.3+k3s1",
"stable": "v1.31.3+k3s1",
"v1.21": "v1.21.14+k3s1",
"v1.22": "v1.22.17+k3s1",
"v1.23": "v1.23.17+k3s1",
"v1.24": "v1.24.17+k3s1",
"v1.25": "v1.25.16+k3s4",
"v1.26": "v1.26.15+k3s1",
"v1.27": "v1.27.16+k3s1",
"v1.28": "v1.28.15+k3s1",
"v1.29": "v1.29.11+k3s1",
"v1.30": "v1.30.7+k3s1",
"v1.31": "v1.31.3+k3s1"
"latest": "1.31.4",
"stable": "1.31.4",
"v1.21": "1.21.14",
"v1.22": "1.22.17",
"v1.23": "1.23.17",
"v1.24": "1.24.17",
"v1.25": "1.25.16",
"v1.26": "1.26.15",
"v1.27": "1.27.16",
"v1.28": "1.28.15",
"v1.29": "1.29.12",
"v1.30": "1.30.8",
"v1.31": "1.31.4"
},
"versions": [
"v1.21.0+k3s1",
Expand Down Expand Up @@ -153,6 +153,7 @@
"v1.29.9+k3s1",
"v1.29.10+k3s1",
"v1.29.11+k3s1",
"v1.29.12+k3s1",
"v1.30.0+k3s1",
"v1.30.1+k3s1",
"v1.30.2+k3s2",
Expand All @@ -161,9 +162,11 @@
"v1.30.5+k3s1",
"v1.30.6+k3s1",
"v1.30.7+k3s1",
"v1.30.8+k3s1",
"v1.31.0+k3s1",
"v1.31.1+k3s1",
"v1.31.2+k3s1",
"v1.31.3+k3s1"
"v1.31.3+k3s1",
"v1.31.4+k3s1"
]
}

0 comments on commit a658f04

Please sign in to comment.