v4.10.1
π Keep Your Scaffold Updated
Automate updates with
kubebuilder edit --plugins="autoupdate.kubebuilder.io/v1-alpha"or run them manually withkubebuilder alpha update. If yourPROJECTfile does not includecliVersion, you may need a one-time upgrade, andkubebuilder alpha generatecan fully re-scaffold the project in one step. After that, updates work seamlessly. See the migrations guidance.
π Bug fixes
- (go/v4;deploy-image/v1-alpha): Remove
omitemptyfrom nested struct JSON tags in API scaffolds. #5212 - (go/v4): Fix flaky metrics e2e tests when webhooks are scaffolded. #5204
- (go/v4): Fix Go module download failure caused by invalid filename and retract
v4.10.0. (#5213, #5216)
π Thanks to all contributors!
What's Changed
- π (docs/UI): Book theme customizations by @vitorfloriano in https://github.com/kubernetes-sigs/kubebuilder/pull/5187
- π± (fix): Cross platform tests flakes by @camilamacedo86 in https://github.com/kubernetes-sigs/kubebuilder/pull/5214
- π (go/v4;deploy-image/v1-alpha): Remove omitempty from nested struct JSON tags in API scaffolds by @camilamacedo86 in https://github.com/kubernetes-sigs/kubebuilder/pull/5212
- π (go/v4): Fix flaky metrics e2e tests when webhooks are scaffolded by @camilamacedo86 in https://github.com/kubernetes-sigs/kubebuilder/pull/5204
- π Fix Go module download failure caused by invalid filename by @camilamacedo86 in https://github.com/kubernetes-sigs/kubebuilder/pull/5213
- π fix(go.mod): Retract v4.10.0 by @vitorfloriano in https://github.com/kubernetes-sigs/kubebuilder/pull/5216
- π (docs/helm): Add notes over template/crd directory by @camilamacedo86 in https://github.com/kubernetes-sigs/kubebuilder/pull/5218
- π± Add comprehensive Go module validation with retract check by @camilamacedo86 in https://github.com/kubernetes-sigs/kubebuilder/pull/5217
Full Changelog: https://github.com/kubernetes-sigs/kubebuilder/compare/v4.10.0...v4.10.1