Update dependency kubernetes-sigs/kubebuilder to v4.10.1 #89
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.
This PR contains the following updates:
v4.5.1->v4.10.1Release Notes
kubernetes-sigs/kubebuilder (kubernetes-sigs/kubebuilder)
v4.10.1Compare Source
🚀 Keep Your Scaffold Updated
🐛 Bug fixes
omitemptyfrom nested struct JSON tags in API scaffolds. #5212v4.10.0. (#5213, #5216)🎉 Thanks to all contributors!
What's Changed
Full Changelog: kubernetes-sigs/kubebuilder@v4.10.0...v4.10.1
v4.10.0Compare Source
🚀 Keep Your Scaffold Updated
Deprecation Notice:
helm/v1-alpha→helm/v2-alpha✨ The new
helm/v2-alphaplugin replaces the deprecatedhelm/v1-alphaand brings major improvements in flexibility and maintainability, championing changes driven by community feedback.Chart values are now better exposed, enabling easier customization and addressing long-standing issues by consuming the
kustomize-generated bundle frommake build-installerinstead of relying on fixed templates for chart generation.Try it out with:
kubebuilder edit --plugins=helm/v2-alpha. (More info)v4.10.0Go Module Install Issuev4.10.0cannot be installed as a Go module (go mod downloadfails due to an invalid file path:.github/*.instructions.md).CLI binaries work normally. The release has been retracted.
✨ New features
GOARCH. #5142ENV TESTversion to be derived fromreplaces. #5096*.kubeconfigto.gitignore. #5111helm/v2-alphaplugin. (More info) (#5058, #5172, #5119, #5147, #5173, #5174)PluginChainfield to the external plugin API. #5161ProjectConfigto external plugins. #5165✨ Upgrades
golangci-lintfromv2.4.0→v2.5.0. #5128controller-runtimefromv0.22.1→v0.22.4. (#5129, #5178)cert-managerused in e2e tests fromv1.18.2→v1.19.1. (#5133, #5136)Golangversion from1.24→1.24.6. #5186🐛 Bug fixes
🎉 Thanks to all contributors!
What's Changed
ENV TESTversion to be derived fromreplacesby @Shubhamag12 in #5096ServiceMonitorresource name did not include the default prefix applied by Kustomize. by @liam-mackie in #5119New Contributors
Full Changelog: kubernetes-sigs/kubebuilder@v4.9.0...v4.10.0
v4.9.0Compare Source
✨ New features
installCRDs=truetocrds.enabled=truein GitHub actiontest-chart.ymlto address deprecation #5083🐛 Bug fixes
apis/,controllers/, orwebhooksby updating.dockerignoreto allow only Go source files and module metadata #5048$PATH#5081🎉 Thanks to all contributors!
What's Changed
test-chart.ymlby @camilamacedo86 in #5083New Contributors
Full Changelog: kubernetes-sigs/kubebuilder@v4.8.0...v4.9.0
v4.8.0Compare Source
✨ New features
v1.16.3tov1.18.2#4947v2.1.6tov2.3.0#4945 #4974 #49571.24.0to1.24.5#4944e2ebuild tag to prevent accidental execution of end-to-end tests #4946create apinow adds status conditions by default #4943go-install-toolimplementation in Makefile #4988IfNotExistsActionto machinery for optional file handling #4967--squashto condense commits;--restore-pathto keep selected paths unchanged;--output-branchto write changes to a new branch;--open-gh-issueto create new GitHub issues with update data;--use-gh-modelsto post AI summary to help project upgrade process; and--git-configto set Git defaults for the run. (More info)autoupdate/alpha-v1) with AI-assistence for upgrades. The plugin scaffolds a workflow to open an issue and post an AI summary whenever a new Kubebuilder release is available. (More info)🐛 Bug fixes
CertWatcherwith controller-runtime’s built-in implementation for webhook & metrics server cert reloads; ensures non-leader replicas update certificates #5008Thanks to all contributors 🎉
What's Changed
--forceflag by @vitorfloriano in #4955go-install-toolhelper in Kubebuilder Makefile such as we provide for end users by @afritzler in #4986--forcenow runs post-merge fixes in best-effort mode raising warnings instead of errors to allow properly automation with this option by @camilamacedo86 in #4992--forcenow runs post-merge fixes in best-effort mode raising warnings instead of errors to allow properly automation with this option" by @camilamacedo86 in #4996mainalready exists by @Deofex in #5029Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.