Skip to content

Commit 4b21641

Browse files
committed
[5.17] Bumping version from 5.17.1 to 5.17.2
Signed-off-by: Utkarsh Srivastava <[email protected]>
1 parent 6d55030 commit 4b21641

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+5-5
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.17.1': NooBaa image
158-
--operator-image='noobaa/noobaa-operator:5.17.1': Operator image
157+
--noobaa-image='noobaa/noobaa-core:5.17.2': NooBaa image
158+
--operator-image='noobaa/noobaa-operator:5.17.2': 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.17.1
181-
INFO[0000] noobaa-image: noobaa/noobaa-core:5.17.1
182-
INFO[0000] operator-image: noobaa/noobaa-operator:5.17.1
180+
INFO[0000] CLI version: 5.17.2
181+
INFO[0000] noobaa-image: noobaa/noobaa-core:5.17.2
182+
INFO[0000] operator-image: noobaa/noobaa-operator:5.17.2
183183
```
184184

185185
## Troubleshooting

pkg/bundle/deploy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package bundle
22

3-
const Version = "5.17.1"
3+
const Version = "5.17.2"
44

55
const Sha256_deploy_cluster_role_yaml = "3f8118853db73926c4f9d14be84ac8f81833c3a7a94a52ecf1e9ebcf712eee93"
66

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package version
22

33
const (
44
// Version is the noobaa-operator version (semver)
5-
Version = "5.17.1"
5+
Version = "5.17.2"
66
)

0 commit comments

Comments
 (0)