From 392b3deec35ad6cd8413992aaffa4288d6053b32 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 23 Jul 2025 11:20:41 +0200 Subject: [PATCH] chore: Release 25.7.0 Signed-off-by: Nick Larsen --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.nix | 2 +- Cargo.toml | 2 +- deploy/helm/zookeeper-operator/Chart.yaml | 4 ++-- .../getting_started/code/getting_started.sh | 18 +++++++++--------- .../getting_started/code/install_output.txt | 8 ++++---- docs/templating_vars.yaml | 8 ++++---- tests/release.yaml | 8 ++++---- 9 files changed, 28 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8c1010..aec03735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [25.7.0] - 2025-07-23 + ## [25.7.0-rc1] - 2025-07-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index 327543c5..4264189d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,7 +2644,7 @@ dependencies = [ [[package]] name = "stackable-zookeeper-operator" -version = "25.7.0-rc1" +version = "25.7.0" dependencies = [ "anyhow", "built", diff --git a/Cargo.nix b/Cargo.nix index 7714889a..5725f234 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -8691,7 +8691,7 @@ rec { }; "stackable-zookeeper-operator" = rec { crateName = "stackable-zookeeper-operator"; - version = "25.7.0-rc1"; + version = "25.7.0"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index 2210dc90..aa3c139d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/operator-binary"] resolver = "2" [workspace.package] -version = "25.7.0-rc1" +version = "25.7.0" authors = ["Stackable GmbH "] license = "OSL-3.0" edition = "2021" diff --git a/deploy/helm/zookeeper-operator/Chart.yaml b/deploy/helm/zookeeper-operator/Chart.yaml index 2df94912..0e973a6b 100644 --- a/deploy/helm/zookeeper-operator/Chart.yaml +++ b/deploy/helm/zookeeper-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: zookeeper-operator -version: "25.7.0-rc1" -appVersion: "25.7.0-rc1" +version: "25.7.0" +appVersion: "25.7.0" description: The Stackable Operator for Apache ZooKeeper home: https://github.com/stackabletech/zookeeper-operator maintainers: diff --git a/docs/modules/zookeeper/examples/getting_started/code/getting_started.sh b/docs/modules/zookeeper/examples/getting_started/code/getting_started.sh index 42f7c9b1..a798d6f9 100755 --- a/docs/modules/zookeeper/examples/getting_started/code/getting_started.sh +++ b/docs/modules/zookeeper/examples/getting_started/code/getting_started.sh @@ -21,20 +21,20 @@ case "$1" in "helm") echo "Installing Operators with Helm" # tag::helm-install-operators[] -helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0-rc1 -helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0-rc1 -helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0-rc1 -helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.7.0-rc1 +helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0 +helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0 +helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0 +helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.7.0 # end::helm-install-operators[] ;; "stackablectl") echo "installing Operators with stackablectl" # tag::stackablectl-install-operators[] stackablectl operator install \ - commons=25.7.0-rc1 \ - secret=25.7.0-rc1 \ - listener=25.7.0-rc1 \ - zookeeper=25.7.0-rc1 + commons=25.7.0 \ + secret=25.7.0 \ + listener=25.7.0 \ + zookeeper=25.7.0 # end::stackablectl-install-operators[] ;; *) @@ -63,7 +63,7 @@ zkCli_ls() { # tag::zkcli-ls[] kubectl run my-pod \ --stdin --tty --quiet --restart=Never \ - --image oci.stackable.tech/sdp/zookeeper:3.9.3-stackable25.7.0-rc1 -- \ + --image oci.stackable.tech/sdp/zookeeper:3.9.3-stackable25.7.0 -- \ bin/zkCli.sh -server simple-zk-server:2282 ls / > /dev/null && \ kubectl logs my-pod && \ kubectl delete pods my-pod diff --git a/docs/modules/zookeeper/examples/getting_started/code/install_output.txt b/docs/modules/zookeeper/examples/getting_started/code/install_output.txt index b7e34b81..e85e8a4a 100644 --- a/docs/modules/zookeeper/examples/getting_started/code/install_output.txt +++ b/docs/modules/zookeeper/examples/getting_started/code/install_output.txt @@ -1,4 +1,4 @@ -Installed commons=25.7.0-rc1 operator -Installed secret=25.7.0-rc1 operator -Installed listener=25.7.0-rc1 operator -Installed zookeeper=25.7.0-rc1 operator +Installed commons=25.7.0 operator +Installed secret=25.7.0 operator +Installed listener=25.7.0 operator +Installed zookeeper=25.7.0 operator diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index f5856051..38913553 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -3,7 +3,7 @@ helm: repo_name: sdp-charts repo_url: oci.stackable.tech versions: - commons: 25.7.0-rc1 - secret: 25.7.0-rc1 - listener: 25.7.0-rc1 - zookeeper: 25.7.0-rc1 + commons: 25.7.0 + secret: 25.7.0 + listener: 25.7.0 + zookeeper: 25.7.0 diff --git a/tests/release.yaml b/tests/release.yaml index 03bde588..df3701b0 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,10 +7,10 @@ releases: description: Integration test products: commons: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 secret: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 listener: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0 zookeeper: - operatorVersion: 25.7.0-rc1 + operatorVersion: 25.7.0