1
0
mirror of synced 2026-03-01 11:16:56 +00:00

Merge pull request #4467 from fluxcd/drop-kube-eol

Drop support for Kubernetes EOL versions
This commit is contained in:
Stefan Prodan
2023-12-12 15:22:36 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
matrix:
# Keep this list up-to-date with https://endoflife.date/kubernetes
# Check which versions are available on DockerHub with 'crane ls kindest/node'
KUBERNETES_VERSION: [ 1.25.11, 1.26.6, 1.27.3, 1.28.0 ]
KUBERNETES_VERSION: [ 1.26.6, 1.27.3, 1.28.0 ]
fail-fast: false
steps:
- name: Checkout

View File

@@ -59,7 +59,7 @@ type checkFlags struct {
}
var kubernetesConstraints = []string{
">=1.25.0-0",
">=1.26.0-0",
}
var checkArgs checkFlags

View File

@@ -1,3 +1,3 @@
► checking prerequisites
✔ Kubernetes {{ .serverVersion }} >=1.25.0-0
✔ Kubernetes {{ .serverVersion }} >=1.26.0-0
✔ prerequisites checks passed