Update k8s dependencies to v1.36 (main) (#979)

* Update k3s version in test suites to v1.36.2-k3s1

- Updated the k3sVersion and k3sOldVersion constants in both cli and e2e test suites to reflect the new version v1.36.2-k3s1 and the previous version v1.36.0-k3s1.

* updated README.md
This commit is contained in:
Enrico Candino
2026-07-08 15:58:06 +02:00
committed by GitHub
parent 9c82b68440
commit 3d0438edc9
14 changed files with 137 additions and 139 deletions
@@ -15,14 +15,15 @@ on:
type: choice
options:
- ""
- "v1.34.6"
- "v1.35.3"
- "v1.34.9"
- "v1.35.6"
- "v1.36.2"
permissions:
contents: read
env:
K8S_VERSIONS: "v1.34.6,v1.35.3"
K8S_VERSIONS: "v1.34.9,v1.35.6,v1.36.2"
HELM_VERSION: v4.1.3
HELM_CHECKSUM_AMD64: 02ce9722d541238f81459938b84cf47df2fdf1187493b4bfb2346754d82a4700
K3D_VERSION: v5.8.3
@@ -15,14 +15,15 @@ on:
type: choice
options:
- ""
- "v1.34.6"
- "v1.35.3"
- "v1.34.9"
- "v1.35.6"
- "v1.36.2"
permissions:
contents: read
env:
K8S_VERSIONS: "v1.34.6,v1.35.3"
K8S_VERSIONS: "v1.34.9,v1.35.6,v1.36.2"
HELM_VERSION: v4.1.3
HELM_CHECKSUM_AMD64: 02ce9722d541238f81459938b84cf47df2fdf1187493b4bfb2346754d82a4700
+1 -1
View File
@@ -11,7 +11,7 @@ permissions:
contents: read
env:
KUBERNETES_VERSION: v1.35.3
KUBERNETES_VERSION: v1.36.2
jobs:
tests-e2e:
+1 -1
View File
@@ -11,7 +11,7 @@ permissions:
contents: read
env:
KUBERNETES_VERSION: v1.35.3
KUBERNETES_VERSION: v1.36.2
jobs:
tests: