Skip to content

Commit

Permalink
Merge pull request #1422 from liranmauda/liran-bump-version-5.16
Browse files Browse the repository at this point in the history
[5.16] Bumping version from 5.16.1 to 5.16.2
  • Loading branch information
liranmauda authored Aug 27, 2024
2 parents e5bedcd + ee2af0b commit 52754e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ The following options can be passed to any command:
--manual-default-backingstore=false: allow to delete the default backingstore
--mini=false: Signal the operator that it is running in a low resource environment
-n, --namespace='default': Target namespace
--noobaa-image='noobaa/noobaa-core:5.16.1': NooBaa image
--operator-image='noobaa/noobaa-operator:5.16.1': Operator image
--noobaa-image='noobaa/noobaa-core:5.16.2': NooBaa image
--operator-image='noobaa/noobaa-operator:5.16.2': Operator image
--pg-ssl-cert='': ssl cert for postgres (client-side cert - need to be signed by external pg accepted CA)
--pg-ssl-key='': ssl key for postgres (client-side cert - need to be signed by external pg accepted CA)
--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]
Expand All @@ -177,9 +177,9 @@ $ noobaa version
```

```
INFO[0000] CLI version: 5.16.1
INFO[0000] noobaa-image: noobaa/noobaa-core:5.16.1
INFO[0000] operator-image: noobaa/noobaa-operator:5.16.1
INFO[0000] CLI version: 5.16.2
INFO[0000] noobaa-image: noobaa/noobaa-core:5.16.2
INFO[0000] operator-image: noobaa/noobaa-operator:5.16.2
```

## Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion pkg/bundle/deploy.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package bundle

const Version = "5.16.1"
const Version = "5.16.2"

const Sha256_deploy_cluster_role_yaml = "3f8118853db73926c4f9d14be84ac8f81833c3a7a94a52ecf1e9ebcf712eee93"

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

const (
// Version is the noobaa-operator version (semver)
Version = "5.16.1"
Version = "5.16.2"
)

0 comments on commit 52754e1

Please sign in to comment.