Skip to content

Commit 6e18a3c

Browse files
JAORMXclaude
andauthored
Update Kubernetes test versions to latest supported releases (#2194)
This updates the operator E2E tests to use the three currently supported Kubernetes versions with their latest patch releases: - Update from v1.31.9 to v1.32.8 (v1.31 reaches EOL on Oct 28, 2025) - Update from v1.32.5 to v1.33.4 (latest v1.33 patch) - Add v1.34.0 (latest Kubernetes release from Aug 2025) This aligns with the Kubernetes project's support policy of maintaining the most recent three minor releases (1.32, 1.33, 1.34). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4645ff9 commit 6e18a3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/operator-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ jobs:
151151
# but we want to make sure renovate bumps the versions when new ones are released. Doing that with
152152
# just the number is a bit more difficult and i like simple things.
153153
version: [
154-
"kindest/node:v1.31.9",
155-
"kindest/node:v1.32.5",
156-
"kindest/node:v1.33.1"
154+
"kindest/node:v1.32.8",
155+
"kindest/node:v1.33.4",
156+
"kindest/node:v1.34.0"
157157
]
158158

159159
steps:

0 commit comments

Comments
 (0)