We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf34cfe commit 10b78fbCopy full SHA for 10b78fb
Makefile
@@ -3,7 +3,7 @@
3
# To re-generate a bundle for another specific version without changing the standard setup, you can:
4
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
5
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6
-VERSION ?= 1.4.3
+VERSION ?= 1.5.1
7
8
# CHANNELS define the bundle channels used in the bundle.
9
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
cmd/main.go
@@ -46,7 +46,7 @@ var (
46
setupLog = ctrl.Log.WithName("setup")
47
)
48
49
-const version = "v1.4.3"
+const version = "v1.5.1"
50
51
func init() {
52
utilruntime.Must(clientgoscheme.AddToScheme(scheme))
0 commit comments