-
Notifications
You must be signed in to change notification settings - Fork 3.4k
k8s: Add support for 1.32.0 #36235
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
Merged
Merged
k8s: Add support for 1.32.0 #36235
Conversation
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
97220a4
to
34211e2
Compare
/test |
83f60e5
to
9dd7666
Compare
/ci-ginkgo |
9dd7666
to
9fb5311
Compare
/ci-ginkgo |
9fb5311
to
fab6cb6
Compare
/ci-ginkgo |
1 similar comment
/ci-ginkgo |
ce48fe1
to
d332f67
Compare
/ci-ginkgo |
d332f67
to
3408bb6
Compare
/ci-ginkgo |
mhofstetter
approved these changes
Nov 29, 2024
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.
sig-servicemesh
✔️
giorio94
reviewed
Nov 29, 2024
giorio94
approved these changes
Nov 29, 2024
3408bb6
to
1cce2e9
Compare
/test |
aanm
requested changes
Nov 29, 2024
2034348
to
4e1f2bf
Compare
aanm
approved these changes
Nov 29, 2024
4e1f2bf
to
0bdd894
Compare
/test |
dlapcevic
approved these changes
Nov 29, 2024
qmonnet
approved these changes
Nov 29, 2024
nebril
approved these changes
Dec 2, 2024
Most of the dependencies are updated as part of the below PR. This commit is to cover the rest to support k8s 1.32. One point worth noting is the test combination between k8s version and kernel is shifted from 1.31 -> 1.32, 1.30 -> 1.31, 1.29 -> 1.30 respectively, so that we are still having the same coverage. Relates: #35406 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This is to include the below changes, so that we can test CI with recent kubectl version (e.g. v1.32.0-rc.0). Relates: helm/kind-action#127 Signed-off-by: Tam Mach <tam.mach@cilium.io>
The old one didn't support recent versions (e.g. 1.31.1+), also to add the flag to follow the redirects. Signed-off-by: Tam Mach <tam.mach@cilium.io>
0bdd894
to
a332195
Compare
/test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release-note/minor
This PR changes functionality that users may find relevant to operating Cilium.
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.
Most of the dependencies are updated as part of the below PR. This PR is to cover the rest to support k8s 1.32.
Relates: #35406