diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 873ba927..ad94b719 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -49,6 +49,7 @@ jobs: - 'v1.31.0' - 'v1.32.0' - 'v1.33.0' + - 'v1.34.0' runs-on: labels: ubuntu-latest-8-cores steps: diff --git a/.goreleaser.yml b/.goreleaser.yml index b766dbad..a2635d74 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -75,7 +75,7 @@ release: > > | Kubernetes version | Minimum required | > |--------------------|------------------| - > | `v1.34` | `>= 1.34.0` | + > | `v1.35` | `>= 1.35.0` | Thanks to all the contributors! 🚀 🦄 diff --git a/Makefile b/Makefile index f752f55c..af42079e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ CAPSULE_IMG ?= $(REGISTRY)/$(IMG_BASE) CLUSTER_NAME ?= capsule ## Kubernetes Version Support -KUBERNETES_SUPPORTED_VERSION ?= "v1.34.0" +KUBERNETES_SUPPORTED_VERSION ?= "v1.35.0" ## Tool Binaries KUBECTL ?= kubectl