-
Notifications
You must be signed in to change notification settings - Fork 1.6k
🌱 Update release-3 for v3.0.0-beta.0 #2025
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
Conversation
The error message if the path to CRDs is missing is misleading. envtest.Environment has an option to throw a sensible error here if the path is wrong and for kubebuilder it would be likely we always want to upload our CRDs.
dep is no longer used by the project (we use go mod instead); remove the help test that suggests we will suggest it.
✨ Remove misleading help that mentioned dep
…d help message is printed Signed-off-by: Adrian Orive <[email protected]>
… v1.19 equivalent tag
✨ (go/v3) upgrade kubebuilder-declarative-pattern to k8s v1.19
When I encountered the error, I had to go to the source to understand the problem. Made the message more user-focused. Also skipped printing the allowlist, both to fit into lint line-length limits and to avoid overwhelming the user.
✨ Add help dialog to makefile template
✨ Make directory-not-empty error more self-explanatory
✨ Build the command and use it to report user errors
✨ rename probes endpoints (go/v3)
⚠️ upgrade kubebuilder module from v2 to v3
Signed-off-by: Eric Stroczynski <[email protected]>
✨ *: upgrade kube-rbac-proxy to v0.8.0
✨ Use ErrorIfCRDPathMissing in EnvTest
…ce for better project version maintanability Signed-off-by: Adrian Orive <[email protected]>
⚠ Update models
Adds the flags and the required marker to the types file. Signed-off-by: Adrian Orive Oneca <[email protected]>
⚠ Add --plural flag (go/v3)
Signed-off-by: Adrian Orive Oneca <[email protected]>
🐛 Validate the plugin flag
…t Resources built in different ways can still be validated Signed-off-by: Adrian Orive <[email protected]>
Signed-off-by: Adrian Orive Oneca <[email protected]>
…ot: true' Signed-off-by: Eric Stroczynski <[email protected]>
✨ (go/v3) change 'runAsUser: 65532' to 'runAsNonRoot: true'
Signed-off-by: Adrian Orive <[email protected]>
📖 upgrade migration guide for v3
Made an list that makes it easy to add new files to the allowed list with their justification Signed-off-by: Adrian Orive Oneca <[email protected]>
✨ Accept auto-generated files from GitHub into the allowed set of files
🌱 Add Adirio to aprovers
🌱 Tests cleanup
📖 proposal for new plugin to generate code ( `deploy-image.go.kubebuilder.io/v1beta1` )
…ag not being recognized by the root command Signed-off-by: Adrian Orive <[email protected]>
🐛 Fix the bug where an error was being hidden by a potentially valid flag not being recognized by the root command
📖 Update static book examples to Kubebuilder v3.
Signed-off-by: Adrian Orive <[email protected]>
🌱 Enable cross-package coverage
camilamacedo86
left a comment
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.
This is the same as #2008 + the latest changes directly from the master. (without a fork)
It was previously approved by solly, me and eric
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Adirio, camilamacedo86 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 |
This PR merges the local branch
masterintorelease-3in preparation forv3.0.0-beta.0Closes: #2008