We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75c4f1 commit d0b93fdCopy full SHA for d0b93fd
pkg/plugins/hybrid/v1alpha/scaffolds/init.go
@@ -34,9 +34,9 @@ import (
34
35
const (
36
// ControllerRuntimeVersion is the kubernetes-sigs/controller-runtime version to be used in the project
37
- ControllerRuntimeVersion = "v0.11.0"
+ ControllerRuntimeVersion = "v0.12.1"
38
// ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project
39
- ControllerToolsVersion = "v0.8.0"
+ ControllerToolsVersion = "v0.9.0"
40
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
41
KustomizeVersion = "v3.8.7"
42
0 commit comments