Skip to content

v4.13.1

Latest

Choose a tag to compare

@camilamacedo86 camilamacedo86 released this 25 Mar 08:54
· 77 commits to master since this release
1c484f9

🚀 Keep Your Scaffold Updated

The migration guide covers upgrading from any version to the latest, including AI-assisted helpers/commands for legacy scaffolds that may require manual steps. For the smoothest path, enable the AutoUpdate Plugin (uses GitHub Actions) or run kubebuilder alpha update locally—both use the same update logic. The other options are primarily for older projects missing cliVersion in the PROJECT file as a one-time step to reach a supported version; after that, you can rely on these workflows for ongoing updates.

✨ Upgrades

  • (go/v4): Upgrade cert-manager from v1.19.4 to v1.20.0 (#5531)
  • (go/v4): Upgrade controller-runtime from v0.23.1 to v0.23.3 (#5532)

🐛 Bug Fixes

  • (API): Move test/e2e/helpers to test/e2e/internal (#5516
  • (API): Move logging and alpha packages to internal (#5514)
  • (helm/v2-alpha): Fix double-escaping of YAML-encoded quotes in template expressions (#5529)
  • (go/v4): Add SchemeGroupVersion for applyconfiguration compatibility (#5491)
  • (config/v3): Ignore unknown fields in the PROJECT file for forward compatibility (#5540)
  • (alpha/generate): Skip Go version check by default (#5547)

What's Changed

New Contributors

Full Changelog: v4.13.0...v4.13.1