-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
✨ (Kustomize/v2, go/v4): upgrade controller-tools from 0.12.0 to 0.13.0 #3561
✨ (Kustomize/v2, go/v4): upgrade controller-tools from 0.12.0 to 0.13.0 #3561
Conversation
3583fe6
to
500d475
Compare
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.
Hi @Kavinjsir
Yep that is great.
Thank you for the collaboration 🥇
Just few nits:
- missing run make generate
- the title of the PR needs to use the emoj
:sparkles:
so that it will be used to generate teh release notes. Also, would be good we do something like ":sparkles: (Kustomize/v2, go/v4): upgrade controller-tools from 0.12.0 to 0.13.0
" (this one I updated. I hope that you do not mind)
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.
Great
/approved
@Kavinjsir please see that we need to fix the commit message |
500d475
to
411a448
Compare
/lgtm |
Hey @camilamacedo86 , sorry I just saw your reviews. Thx for helping me with fixing a number errors in the PR!! For now, it looks two issues I'm not quite sure:
|
HI @Kavinjsir,
It seems that in the script to generate the docs it is missing we call
|
411a448
to
aa72657
Compare
New changes are detected. LGTM label has been removed. |
/test pull-kubebuilder-e2e-k8s-1-25-3 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, Kavinjsir 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 |
….0 (kubernetes-sigs#3561) (go/v4): Upgrade controller-tools from 0.12.0 to v0.13.0
feat: get data feat: add change feat: remove log feat: add e2e test build(deps): bump golang.org/x/tools from 0.11.0 to 0.12.0 Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> chore(docs): change folder pkg to internal/controller in the migration guide fix: ensure external plugin can scaffold files in new dirs :seedling: Image name edge cases covered (kubernetes-sigs#3514) imagename edge case cover :seedling: logs info updated (kubernetes-sigs#3512) logs info updated :bug: fix doc preview 🐛: sync kb binary from source code for docs (kubernetes-sigs#3520) fix: sync kb binary from source code for docs :bug: fix typos in scaffolded makefiles :book: fix escaped html in markdown code segments :bug: (go/v4) fix makefile target to build images ensuring its single responsability refactor: externalize cfg :bug: (deployimage): fix e2e tests which are using go/v3 which is deprecated. Ensure that we are using the go/v4 ensure that we call go tidy when we generate sample docs :sparkles: (Kustomize/v2, go/v4): upgrade controller-tools from 0.12.0 to 0.13.0 (kubernetes-sigs#3561) (go/v4): Upgrade controller-tools from 0.12.0 to v0.13.0 :sparkles: improve logs from alpha command generate :bug: (deployimage/v1-beta1): fix scaffold with multigroup and add optional plugins to multigroup sample to validate changes :bug: change deprecated warning to yellow feat: remove quota fix: add space fix: change kind Update test/e2e/alphagenerate/generate_test.go Co-authored-by: Tony (TianYi) <[email protected]>
Description
Bump controller-tools to v0.13.0
Motivation
Partially resolve #3549 to support Kubernetes v1.28.0