Skip to content

Commit 14da7d5

Browse files
committed
Update Kubernetes min supported version to 1.30
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent 45da6a8 commit 14da7d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/e2e.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
config: .github/kind/config.yaml # disable KIND-net
4141
# The versions below should target the oldest supported Kubernetes version
4242
# Keep this up-to-date with https://endoflife.date/kubernetes
43-
node_image: ghcr.io/fluxcd/kindest/node:v1.29.7-amd64
44-
kubectl_version: v1.29.7
43+
node_image: ghcr.io/fluxcd/kindest/node:v1.30.9-amd64
44+
kubectl_version: v1.30.9
4545
- name: Setup Calico for network policy
4646
run: |
4747
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/calico.yaml

cmd/flux/check.go

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

6262
var kubernetesConstraints = []string{
63-
">=1.28.0-0",
63+
">=1.30.0-0",
6464
}
6565

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

0 commit comments

Comments
 (0)