Skip to content

Update K8s version matrix to 1.33.7, 1.34.3, 1.35.0#60

Open
whg517 wants to merge 1 commit into
zncdatadev:mainfrom
whg517:update-k8s-versions-1.33-1.34-1.35
Open

Update K8s version matrix to 1.33.7, 1.34.3, 1.35.0#60
whg517 wants to merge 1 commit into
zncdatadev:mainfrom
whg517:update-k8s-versions-1.33-1.34-1.35

Conversation

@whg517
Copy link
Copy Markdown
Member

@whg517 whg517 commented Feb 2, 2026

Summary

Update the Kubernetes version matrix in GitHub workflows to support the latest K8s versions.

Changes

Based on the latest kind v0.31.0 release, the K8s version matrix has been updated as follows:

Test workflows (.github/workflows/test.yml):

  • Only the highest version (1.35.0) is enabled for faster CI
  • Older versions (1.33.7, 1.34.3) are commented out for reference

Release workflows (.github/workflows/release.yml):

  • All versions (1.33.7, 1.34.3, 1.35.0) are enabled without comments

Version details:

  • 1.33.7: kindest/node:v1.33.7@sha256:d26ef333bdb2cbe9862a0f7c3803ecc7b4303d8cea8e814b481b09949d353040
  • 1.34.3: kindest/node:v1.34.3@sha256:08497ee19eace7b4b5348db5c6a1591d7752b164530a36f855cb0f2bdcbadd48
  • 1.35.0: kindest/node:v1.35.0@sha256:452d707d4862f52530247495d180205e029056831160e22870e37e3f6c1ac31f

Motivation

  • Maintain compatibility with the latest Kubernetes versions
  • kind v0.31.0 defaults to Kubernetes 1.35.0
  • Support the latest three Kubernetes minor releases (1.33, 1.34, 1.35)

Test Plan

  • GitHub workflow configurations updated
  • Pending CI validation

Related Links

🤖 Generated with Claude Code

@whg517 whg517 force-pushed the update-k8s-versions-1.33-1.34-1.35 branch from 45a9a37 to 910b94c Compare February 2, 2026 14:50
@whg517 whg517 force-pushed the update-k8s-versions-1.33-1.34-1.35 branch from 910b94c to e3c2a37 Compare May 10, 2026 13:42
- Update test workflows to test only the highest version (1.35.0) for faster CI
- Update release workflows to test all versions (1.33.7, 1.34.3, 1.35.0)
- Comment out older versions in test workflows for reference

Based on kind v0.31.0 release:
- 1.33.7: kindest/node:v1.33.7@sha256:d26ef333bdb2cbe9862a0f7c3803ecc7b4303d8cea8e814b481b09949d353040
- 1.34.3: kindest/node:v1.34.3@sha256:08497ee19eace7b4b5348db5c6a1591d7752b164530a36f855cb0f2bdcbadd48
- 1.35.0: kindest/node:v1.35.0@sha256:452d707d4862f52530247495d180205e029056831160e22870e37e3f6c1ac31f

Reference: https://github.com/kubernetes-sigs/kind/releases/tag/v0.31.0
@whg517 whg517 force-pushed the update-k8s-versions-1.33-1.34-1.35 branch from e3c2a37 to 423af09 Compare May 11, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant