We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d200a3 commit 8499c3fCopy full SHA for 8499c3f
Makefile
@@ -3,7 +3,7 @@
3
# ===========================
4
5
# Current Operator version
6
-VERSION ?= 0.20.2
+VERSION ?= 0.21.0
7
8
# Default bundle image tag
9
BUNDLE_IMG ?= controller-bundle:$(VERSION)
docs/config.toml
@@ -83,7 +83,7 @@ gcs_engine_id = "016691298986124624340:x7qv2dywdao"
83
# current release branch. Never is rc.
84
release_branch = "release-1.27.0"
85
# the main version. Never is rc.
86
-release_version = "0.20.2"
+release_version = "0.21.0"
87
88
# shown for production
89
supported_k8s = "1.23"
0 commit comments