v1.3.0
See #4303 for more details.
In your go.mod file, update the sigs.k8s.io/controller-runtime
version to v0.6.4
The newly released go/v3 plugin has many new features and (breaking) changes incompatible with projects created by go/v2. You are not required to upgrade and your go/v2 project will continue to work with new operator-sdk versions. If you wish to upgrade, check out the upstream .
Additionally, if using project version “3-alpha”, you must update your config field:
New:
See #4307 for more details.