You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support K8s RC versions in new-e2e-containers-k8s-latest job (#44859)
### What does this PR do?
Updates our e2e tests to include Kubernetes RC versions (e.g. `1.35.0-rc.1`).
The scheduled workflow that runs everyday to check for new kind node images has been extended to also check the Kubernetes GitHub releases for new RC versions because RC images aren't published to the official `dockerhub/kindest/node` repository. If there is a new version found this workflow:
1. Builds the image using `kind build node image ...`
2. Pushes the image to our kind image repository
3. Updates the `k8s_versions.json` and `.gitlab/test/e2e/e2e.yml` files as normal
### Motivation
Earlier detection of breaking changes.
### Describe how you validated your changes
N/A
### Additional Notes
N/A
Co-authored-by: justin.lesko <[email protected]>
0 commit comments