Skip to content

v1.41.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 22:16
· 15 commits to master since this release
v1.41.0
0eefc52

v1.41.0

Additions

  • For Go-based operators, add new target to setup/teardown Kind cluster for E2E tests and remove Kind setup from CI workflows. (#6954)

Changes

  • For Go-based operators, upgrade the Go version from 1.23 to 1.24. (#6954)
  • For Go-based operators, upgrade golangci-lint to v2.1.0 and update .golangci.yml to the v2 config format with enhanced structure and controls. (#6954)
  • For Go-based operators, upgrade controller-gen from v0.17.2 to v0.18.0. (#6954)
  • For Go-based operators, upgrade controller-runtime from v0.20.4 to v0.21.0 and kubernetes dependencies to v0.33. (#6954)
  • This version upgrades the scaffold used as based from kuebbuilder 4.5.2 to 4.6.0. To check further details see kubebuilders v4.6.0 release notes