🚀 Keep Your Scaffold Updated
Automate updates with kubebuilder edit --plugins="autoupdate.kubebuilder.io/v1-alpha" or run them manually with
kubebuilder alpha update. If yourPROJECTfile does not includecliVersion, you may need a one-time manual upgrade, andkubebuilder alpha generatecan fully re-scaffold the project in one step. After that, updates work seamlessly.
🐛 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 #5187
- 🌱 (fix): Cross platform tests flakes by @camilamacedo86 in #5214
- 🐛 (go/v4;deploy-image/v1-alpha): Remove omitempty from nested struct JSON tags in API scaffolds by @camilamacedo86 in #5212
- 🐛 (go/v4): Fix flaky metrics e2e tests when webhooks are scaffolded by @camilamacedo86 in #5204
- 🐛 Fix Go module download failure caused by invalid filename by @camilamacedo86 in #5213
- 🐛 fix(go.mod): Retract v4.10.0 by @vitorfloriano in #5216
- 📖 (docs/helm): Add notes over template/crd directory by @camilamacedo86 in #5218
- 🌱 Add comprehensive Go module validation with retract check by @camilamacedo86 in #5217
Full Changelog: v4.10.0...v4.10.1