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
to1.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
tov0.18.0
. (#6954) - For Go-based operators, upgrade controller-runtime from
v0.20.4
tov0.21.0
and kubernetes dependencies tov0.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