Use explicit Kubernetes versions for integration tests - #60
Closed
mweibel wants to merge 1 commit into
Closed
Conversation
- Add .github/kubernetes-versions.json config file - Update helpers/test-matrix to read from config instead of using dynamic release-set detection from k8test - Document version update process in README.md This prevents CI breakage when new Kubernetes releases outpace cri-tools support. Versions are now updated manually per the 3-latest-minor-releases policy.
mweibel
force-pushed
the
feat/explicit-k8s-versions
branch
from
August 31, 2026 06:20
5f32ead to
7be51a0
Compare
Contributor
|
IMHO this is not the right fix, as far as I can tell from https://github.com/kubernetes-sigs/cri-tools#compatibility-matrix-cri-tools--kubernetes running K8S 1.37 with 1.36 crictl is supported. So I'd suggest to use the a more enhanced algorithm to detect the cri-tools version: pick the highest cri-tools tag whose major.minor is <= the target Kubernetes minor |
Collaborator
Author
|
Fixed by cloudscale-ch/k8test#7 (and cri-tools released meanwhile). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This prevents CI breakage when new Kubernetes releases outpace cri-tools support. Versions are now updated manually per the 3-latest-minor-releases policy.