Skip to content

Commit ac43953

Browse files
committed
update changelog and e2e workflow
1 parent 639bafb commit ac43953

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.chloggen/eks134.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ change_type: 'enhancement'
55
component: operator
66

77
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8-
note: Support for Kubernetes `1.34` version.
8+
note: Support for Kubernetes `1.34` version.
99

1010
# One or more tracking issues related to the change
1111
issues: [4415]

.github/workflows/e2e-reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# should be compatible with them.
6464
kube-version:
6565
- "1.25"
66-
- "1.33"
66+
- "1.34"
6767
group:
6868
- e2e
6969
- e2e-automatic-rbac

kind-1.34.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ networking:
44
ipFamily: dual
55
nodes:
66
- role: control-plane
7-
image: kindest/node:v1.34.0@sha256:sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
7+
image: kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
88
kubeadmConfigPatches:
99
- |
1010
kind: InitConfiguration

0 commit comments

Comments
 (0)