Skip to content

Commit 48bf40d

Browse files
authored
Merge pull request #1704 from liranmauda/liran-bump-version
Bumping version from 5.20.0 to 5.21.0
2 parents e4f93c9 + 6918918 commit 48bf40d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ The following options can be passed to any command:
154154
--manual-default-backingstore=false: allow to delete the default backingstore
155155
--mini=false: Signal the operator that it is running in a low resource environment
156156
-n, --namespace='default': Target namespace
157-
--noobaa-image='noobaa/noobaa-core:5.20.0': NooBaa image
158-
--operator-image='noobaa/noobaa-operator:5.20.0': Operator image
157+
--noobaa-image='noobaa/noobaa-core:5.21.0': NooBaa image
158+
--operator-image='noobaa/noobaa-operator:5.21.0': Operator image
159159
--pg-ssl-cert='': ssl cert for postgres (client-side cert - need to be signed by external pg accepted CA)
160160
--pg-ssl-key='': ssl key for postgres (client-side cert - need to be signed by external pg accepted CA)
161161
--pg-ssl-required=false: Force noobaa to work with ssl (external postgres - server-side) [if server cert is self-signed, needs to add --ssl-unauthorized]
@@ -177,9 +177,9 @@ $ noobaa version
177177
```
178178

179179
```
180-
INFO[0000] CLI version: 5.20.0
181-
INFO[0000] noobaa-image: noobaa/noobaa-core:5.20.0
182-
INFO[0000] operator-image: noobaa/noobaa-operator:5.20.0
180+
INFO[0000] CLI version: 5.21.0
181+
INFO[0000] noobaa-image: noobaa/noobaa-core:5.21.0
182+
INFO[0000] operator-image: noobaa/noobaa-operator:5.21.0
183183
```
184184

185185
## Troubleshooting

pkg/bundle/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package bundle
22

3-
const Version = "5.20.0"
3+
const Version = "5.21.0"
44

55
const Sha256_deploy_cluster_role_yaml = "31fc622ff7fa66617be3895bddcb6cfdb97883b75b20bdb2bf04052bd14221a8"
66

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package version
22

33
var (
44
// Version is the noobaa-operator version (semver)
5-
Version = "5.20.0"
5+
Version = "5.21.0"
66
)

0 commit comments

Comments
 (0)