-
Notifications
You must be signed in to change notification settings - Fork 380
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
Bump Kubernetes to v1.30.0 #4114
Merged
Merged
Conversation
This file contains 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
twz123
changed the title
Bump Kubernetes to v1.30.0-alpha-2
Bump Kubernetes to v1.30.0-alpha.2
Feb 22, 2024
This pull request has merge conflicts that need to be resolved. |
This pull request has merge conflicts that need to be resolved. |
twz123
changed the title
Bump Kubernetes to v1.30.0-alpha.2
Bump Kubernetes to v1.30.0-beta.0
Mar 27, 2024
This pull request has merge conflicts that need to be resolved. |
twz123
changed the title
Bump Kubernetes to v1.30.0-beta.0
Bump Kubernetes to v1.30.0-rc.0
Apr 2, 2024
twz123
force-pushed
the
bump-kubernetes
branch
5 times, most recently
from
April 3, 2024 09:50
84f794c
to
d114bac
Compare
twz123
changed the title
Bump Kubernetes to v1.30.0-rc.0
Bump Kubernetes to v1.30.0-rc.1
Apr 3, 2024
twz123
changed the title
Bump Kubernetes to v1.30.0-rc.1
Bump Kubernetes to v1.30.0-rc.2
Apr 12, 2024
This pull request has merge conflicts that need to be resolved. |
twz123
force-pushed
the
bump-kubernetes
branch
4 times, most recently
from
April 22, 2024 13:44
ed42cfc
to
30b3ac8
Compare
Will update the controller-runtime dep to the now released version... |
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#changelog-since-v1290 * Adjust some codegen flags Following up Kubernetes commits 26a1a13b805, 6a375b8f4cd and 4b55936ab0c: * output-base -> output-dir * output-package -> output-pkg * remove trim-path-prefix * Adjust for k8s logs API changes Following up Kubernetes commit 8f4c9c7605a. * Bump controller-runtime to v0.18.0 This is required for Kubernetes 1.30 compatiblility. Signed-off-by: Tom Wieczorek <[email protected]>
jnummelin
approved these changes
Apr 27, 2024
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.
Description
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#changelog-since-v1290
Adjust some codegen flags
Following up Kubernetes commits 26a1a13b805, 6a375b8f4cd and
4b55936ab0c:
Adjust for k8s logs API changes
Following up Kubernetes commit 8f4c9c7605a.
Bump controller-runtime to v0.18.0
This is required for Kubernetes 1.30 compatiblility.
See:
Type of change
How Has This Been Tested?
Checklist: