Skip to content

v3.9.0

Compare
Choose a tag to compare
@camilamacedo86 camilamacedo86 released this 16 Jan 17:21
· 4 commits to release-3.9 since this release
26f605e

changes since v3.8.0

⚠️ Breaking Changes

IMPORTANT: Suppose you scaffold your project using the plugin go/v4-alpha (you can check it by looking at the PROJECT file config). In that case, you must follow the steps described in the migration guide under the section Migrating to the new layout to update your project prior using this version.

✨ New Features

  • (go/v3, go/v4-alpha): Improve README scaffolded for the projects by @mdb ( #3122 )
  • (go/v2, go/v3, go/v4-alpha): Add comment into the PROJECT file config to clarify its purpose by @jason1028kr ( #3137 )
  • (go/v3, go/v4-alpha): Upgrade Kubernetes dependencies from 1.25 to 1.26 by @camilamacedo86 ( #3147 )
  • (go/v3, go/v4-alpha): Controller-Runtime from v0.13.1to v0.14.1 by @camilamacedo86 ( #3147 )
  • (go/v3, go/v4-alpha): ControllerToolsVersion from v0.10.0 to v0.11.1 by @camilamacedo86 ( #3147 )
  • (declarative/v1): Update the sigs.k8s.io/kubebuilder-declarative-pattern from e0605f0e1a40f97293cb3773f57de695c8bc76af to 18dbaf5fcd851e6adc3f2f8a8facb669a1420797 by @camilamacedo86 ( #3147 )

🎉 Thanks to all our contributors!

New Contributors