Skip to content

Commit 53ad742

Browse files
authored
Merge pull request #4467 from fluxcd/drop-kube-eol
Drop support for Kubernetes EOL versions
2 parents 4c90531 + c22d8f2 commit 53ad742

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
# Keep this list up-to-date with https://endoflife.date/kubernetes
1919
# Check which versions are available on DockerHub with 'crane ls kindest/node'
20-
KUBERNETES_VERSION: [ 1.25.11, 1.26.6, 1.27.3, 1.28.0 ]
20+
KUBERNETES_VERSION: [ 1.26.6, 1.27.3, 1.28.0 ]
2121
fail-fast: false
2222
steps:
2323
- name: Checkout

cmd/flux/check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type checkFlags struct {
5959
}
6060

6161
var kubernetesConstraints = []string{
62-
">=1.25.0-0",
62+
">=1.26.0-0",
6363
}
6464

6565
var checkArgs checkFlags
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
► checking prerequisites
2-
✔ Kubernetes {{ .serverVersion }} >=1.25.0-0
2+
✔ Kubernetes {{ .serverVersion }} >=1.26.0-0
33
✔ prerequisites checks passed

0 commit comments

Comments
 (0)