Skip to content

Commit cb6d090

Browse files
committed
chore: adjust makefile and releaser for kubernetes 1.35
Signed-off-by: Hristo Hristov <me@hhristov.info>
1 parent 00e3ac6 commit cb6d090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ release:
7575
>
7676
> | Kubernetes version | Minimum required |
7777
> |--------------------|------------------|
78-
> | `v1.34` | `>= 1.34.0` |
78+
> | `v1.35` | `>= 1.35.0` |
7979
8080
8181
Thanks to all the contributors! 🚀 🦄

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CAPSULE_IMG ?= $(REGISTRY)/$(IMG_BASE)
1919
CLUSTER_NAME ?= capsule
2020

2121
## Kubernetes Version Support
22-
KUBERNETES_SUPPORTED_VERSION ?= "v1.34.0"
22+
KUBERNETES_SUPPORTED_VERSION ?= "v1.35.0"
2323

2424
## Tool Binaries
2525
KUBECTL ?= kubectl

0 commit comments

Comments
 (0)