Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.16] Bumping version from 5.16.3 to 5.16.4 #1468

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3': NooBaa image
--operator-image='noobaa/noobaa-operator:5.16.3': Operator image
--noobaa-image='noobaa/noobaa-core:5.16.4': NooBaa image
--operator-image='noobaa/noobaa-operator:5.16.4': 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.3
INFO[0000] noobaa-image: noobaa/noobaa-core:5.16.3
INFO[0000] operator-image: noobaa/noobaa-operator:5.16.3
INFO[0000] CLI version: 5.16.4
INFO[0000] noobaa-image: noobaa/noobaa-core:5.16.4
INFO[0000] operator-image: noobaa/noobaa-operator:5.16.4
```

## 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.3"
const Version = "5.16.4"

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.3"
Version = "5.16.4"
)
Loading