Skip to content

Commit 3e82ecf

Browse files
authored
chore: Release 25.7.0 (#966)
Signed-off-by: Nick Larsen <[email protected]>
1 parent 3bfb351 commit 3e82ecf

File tree

9 files changed

+28
-26
lines changed

9 files changed

+28
-26
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [25.7.0] - 2025-07-23
8+
79
## [25.7.0-rc1] - 2025-07-18
810

911
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["rust/operator-binary"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "25.7.0-rc1"
6+
version = "25.7.0"
77
authors = ["Stackable GmbH <[email protected]>"]
88
license = "OSL-3.0"
99
edition = "2021"

deploy/helm/zookeeper-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: zookeeper-operator
4-
version: "25.7.0-rc1"
5-
appVersion: "25.7.0-rc1"
4+
version: "25.7.0"
5+
appVersion: "25.7.0"
66
description: The Stackable Operator for Apache ZooKeeper
77
home: https://github.com/stackabletech/zookeeper-operator
88
maintainers:

docs/modules/zookeeper/examples/getting_started/code/getting_started.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ case "$1" in
2121
"helm")
2222
echo "Installing Operators with Helm"
2323
# tag::helm-install-operators[]
24-
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0-rc1
25-
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0-rc1
26-
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0-rc1
27-
helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.7.0-rc1
24+
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0
25+
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0
26+
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0
27+
helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.7.0
2828
# end::helm-install-operators[]
2929
;;
3030
"stackablectl")
3131
echo "installing Operators with stackablectl"
3232
# tag::stackablectl-install-operators[]
3333
stackablectl operator install \
34-
commons=25.7.0-rc1 \
35-
secret=25.7.0-rc1 \
36-
listener=25.7.0-rc1 \
37-
zookeeper=25.7.0-rc1
34+
commons=25.7.0 \
35+
secret=25.7.0 \
36+
listener=25.7.0 \
37+
zookeeper=25.7.0
3838
# end::stackablectl-install-operators[]
3939
;;
4040
*)
@@ -63,7 +63,7 @@ zkCli_ls() {
6363
# tag::zkcli-ls[]
6464
kubectl run my-pod \
6565
--stdin --tty --quiet --restart=Never \
66-
--image oci.stackable.tech/sdp/zookeeper:3.9.3-stackable25.7.0-rc1 -- \
66+
--image oci.stackable.tech/sdp/zookeeper:3.9.3-stackable25.7.0 -- \
6767
bin/zkCli.sh -server simple-zk-server:2282 ls / > /dev/null && \
6868
kubectl logs my-pod && \
6969
kubectl delete pods my-pod
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Installed commons=25.7.0-rc1 operator
2-
Installed secret=25.7.0-rc1 operator
3-
Installed listener=25.7.0-rc1 operator
4-
Installed zookeeper=25.7.0-rc1 operator
1+
Installed commons=25.7.0 operator
2+
Installed secret=25.7.0 operator
3+
Installed listener=25.7.0 operator
4+
Installed zookeeper=25.7.0 operator

docs/templating_vars.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ helm:
33
repo_name: sdp-charts
44
repo_url: oci.stackable.tech
55
versions:
6-
commons: 25.7.0-rc1
7-
secret: 25.7.0-rc1
8-
listener: 25.7.0-rc1
9-
zookeeper: 25.7.0-rc1
6+
commons: 25.7.0
7+
secret: 25.7.0
8+
listener: 25.7.0
9+
zookeeper: 25.7.0

tests/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 25.7.0-rc1
10+
operatorVersion: 25.7.0
1111
secret:
12-
operatorVersion: 25.7.0-rc1
12+
operatorVersion: 25.7.0
1313
listener:
14-
operatorVersion: 25.7.0-rc1
14+
operatorVersion: 25.7.0
1515
zookeeper:
16-
operatorVersion: 25.7.0-rc1
16+
operatorVersion: 25.7.0

0 commit comments

Comments
 (0)