Skip to content

Commit

Permalink
[5.15] Bumping version from 5.15.8 to 5.15.9 (#1476)
Browse files Browse the repository at this point in the history
[5.15] Bumping version from 5.15.8 to 5.15.9

Signed-off-by: liranmauda <[email protected]>
  • Loading branch information
liranmauda authored Nov 20, 2024
1 parent 9344feb commit 5d60dc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ out-of-cluster.
```shell
$ noobaa version

INFO[0000] CLI version: 5.15.8
INFO[0000] noobaa-image: noobaa/noobaa-core:5.15.8
INFO[0000] operator-image: noobaa/noobaa-operator:5.15.8
INFO[0000] CLI version: 5.15.9
INFO[0000] noobaa-image: noobaa/noobaa-core:5.15.9
INFO[0000] operator-image: noobaa/noobaa-operator:5.15.9

```
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.15.8"
const Version = "5.15.9"

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.15.8"
Version = "5.15.9"
)

0 comments on commit 5d60dc3

Please sign in to comment.