-
Notifications
You must be signed in to change notification settings - Fork 289
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 K8s dependencies to v1.28 #1133
Bump K8s dependencies to v1.28 #1133
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tenzen-y The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
929df0e
to
15e7d1b
Compare
"all" \ | ||
applyconfiguration,client,lister,informer \ |
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.
We must set proper commands since the behavior of all
was changed.
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
@@ -24,8 +24,9 @@ CODEGEN_PKG=$($GO_CMD list -m -f "{{.Dir}}" k8s.io/code-generator) | |||
|
|||
cd $(dirname ${BASH_SOURCE[0]})/.. | |||
|
|||
chmod +x "${CODEGEN_PKG}/generate-internal-groups.sh" |
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.
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
a395485
to
89329c3
Compare
/assign @mimowo |
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.
/lgtm
Thanks for taking this.
LGTM label has been added. Git tree hash: 44eacb58dc8c25dc90699026068f6ce5a6fa223f
|
Fix out of GOPATH client-go generation after `Bump K8s dependencies to v1.28 kubernetes-sigs#1133`
Fix out of GOPATH client-go generation after `Bump K8s dependencies to v1.28 kubernetes-sigs#1133`
Fix out of GOPATH client-go generation after `Bump K8s dependencies to v1.28 #1133`
Fix out of GOPATH client-go generation after `Bump K8s dependencies to v1.28 kubernetes-sigs#1133`
What type of PR is this?
/kind feature
What this PR does / why we need it:
I upgraded the following K8s dependencies:
k8s.io/.*
controller-runtime
cert-controller
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?