Skip to content

Commit

Permalink
Merge pull request #4467 from fluxcd/drop-kube-eol
Browse files Browse the repository at this point in the history
Drop support for Kubernetes EOL versions
  • Loading branch information
stefanprodan committed Dec 12, 2023
2 parents 4c90531 + c22d8f2 commit 53ad742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-arm64.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/flux/check.go
Expand Up @@ -59,7 +59,7 @@ type checkFlags struct {
}

var kubernetesConstraints = []string{
">=1.25.0-0",
">=1.26.0-0",
}

var checkArgs checkFlags
Expand Down
2 changes: 1 addition & 1 deletion cmd/flux/testdata/check/check_pre.golden
@@ -1,3 +1,3 @@
► checking prerequisites
✔ Kubernetes {{ .serverVersion }} >=1.25.0-0
✔ Kubernetes {{ .serverVersion }} >=1.26.0-0
✔ prerequisites checks passed

0 comments on commit 53ad742

Please sign in to comment.