v1.21.0
Note: You can find suite test files scaffold for the APIs created for your project such as api/webhook_suitetest.go
directory as for your controllers in controllers/suite_test.go
.
See #4863 for more details.
If you are using the declarative/v1 plugin for your scaffolds, then following the steps to update the Dockerfile. a) After add:
See for more details.
Update your go.mod by replacing sigs.k8s.io/controller-runtime v0.11.0
with and run go mod tidy
to update the K8s dependencies.
See #4863 for more details.
See for more details.
The targets kustomize, controller-gen and envtest were changed. Update the Makefile replacing:
With: