-
Notifications
You must be signed in to change notification settings - Fork 7
ci: Update Kubernetes versions for e2e tests #1111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added Nutanix 1.32 testing and Docker 1.33 testing, plus updating Nutanix machine images and Docker tested Kubernetes versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Kubernetes versions used in end-to-end tests by adding support for Kubernetes v1.33. It introduces a new CoreDNS version mapping for v1.33 in the API version file and updates the GitHub Actions test matrix configurations for both Nutanix and Docker providers.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
api/versions/coredns.go | Added Kubernetes_V1_33 constant, defined CoreDNS_V1_12_0 mapping, and updated the version mapping. |
.github/workflows/checks.yml | Updated test matrix configurations with new Kubernetes and OS image versions for Nutanix and Docker, including support for Kubernetes v1.33. |
Files not reviewed (1)
- make/kind.mk: Language not supported
The unit test needs to be updated too with these versions |
Thanks for the reminder @dkoshkin! Updated now. |
🤖 I have created a release *beep* *boop* --- ## 0.28.2 (2025-04-24) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Fixes 🔧 * build(deps): Update CAPX to v1.6.1 by @thunderboltsid in #1106 * fix: update addon versions by @dkoshkin in #1107 ### Other Changes * ci: Update Kubernetes versions for e2e tests by @jimmidyson in #1111 **Full Changelog**: v0.28.1...v0.28.2 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
As per CIS benchmarks 1.2.15, 1.3.2 and 1.4.1. Requires #1111.
Added Nutanix 1.32 testing and Docker 1.33 testing, plus updating
Nutanix machine images and Docker tested Kubernetes versions.