From 870a9241dd95a34f5b4284488654887d05f4a0fa Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 7 Nov 2025 09:47:18 +0100 Subject: [PATCH] chore: Release 25.11.0 Signed-off-by: Techassi --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.nix | 2 +- Cargo.toml | 2 +- deploy/helm/hbase-operator/Chart.yaml | 4 ++-- .../getting_started/getting_started.sh | 24 +++++++++---------- .../getting_started/install_output.txt | 12 +++++----- .../hbase/examples/usage-guide/hbck2-job.yaml | 2 +- .../usage-guide/snapshot-export-job.yaml | 2 +- docs/templating_vars.yaml | 12 +++++----- tests/release.yaml | 14 +++++------ 11 files changed, 40 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa6dc06..ce66b5b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [25.11.0] - 2025-11-07 + ## [25.11.0-rc1] - 2025-11-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index 366a2961..99f63fb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2462,7 +2462,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stackable-hbase-operator" -version = "25.11.0-rc1" +version = "25.11.0" dependencies = [ "anyhow", "built", diff --git a/Cargo.nix b/Cargo.nix index c62fa487..a7c777db 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -7991,7 +7991,7 @@ rec { }; "stackable-hbase-operator" = rec { crateName = "stackable-hbase-operator"; - version = "25.11.0-rc1"; + version = "25.11.0"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index 59cc243b..687b4dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/operator-binary"] resolver = "2" [workspace.package] -version = "25.11.0-rc1" +version = "25.11.0" authors = ["Stackable GmbH "] license = "OSL-3.0" edition = "2021" diff --git a/deploy/helm/hbase-operator/Chart.yaml b/deploy/helm/hbase-operator/Chart.yaml index 142a3c96..17cd44b3 100644 --- a/deploy/helm/hbase-operator/Chart.yaml +++ b/deploy/helm/hbase-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: hbase-operator -version: "25.11.0-rc1" -appVersion: "25.11.0-rc1" +version: "25.11.0" +appVersion: "25.11.0" description: The Stackable Operator for Apache HBase home: https://github.com/stackabletech/hbase-operator maintainers: diff --git a/docs/modules/hbase/examples/getting_started/getting_started.sh b/docs/modules/hbase/examples/getting_started/getting_started.sh index 0256caf5..d9f18808 100755 --- a/docs/modules/hbase/examples/getting_started/getting_started.sh +++ b/docs/modules/hbase/examples/getting_started/getting_started.sh @@ -21,12 +21,12 @@ case "$1" in "helm") echo "Installing Operators with Helm" # tag::helm-install-operators[] -helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.11.0-rc1 & -helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.11.0-rc1 & -helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0-rc1 & -helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0-rc1 & -helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0-rc1 & -helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 25.11.0-rc1 & +helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.11.0 & +helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.11.0 & +helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0 & +helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0 & +helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0 & +helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 25.11.0 & wait # end::helm-install-operators[] ;; @@ -34,12 +34,12 @@ wait echo "installing Operators with stackablectl" # tag::stackablectl-install-operators[] stackablectl operator install \ - commons=25.11.0-rc1 \ - secret=25.11.0-rc1 \ - listener=25.11.0-rc1 \ - zookeeper=25.11.0-rc1 \ - hdfs=25.11.0-rc1 \ - hbase=25.11.0-rc1 + commons=25.11.0 \ + secret=25.11.0 \ + listener=25.11.0 \ + zookeeper=25.11.0 \ + hdfs=25.11.0 \ + hbase=25.11.0 # end::stackablectl-install-operators[] ;; *) diff --git a/docs/modules/hbase/examples/getting_started/install_output.txt b/docs/modules/hbase/examples/getting_started/install_output.txt index 741a7cf3..527394a5 100644 --- a/docs/modules/hbase/examples/getting_started/install_output.txt +++ b/docs/modules/hbase/examples/getting_started/install_output.txt @@ -1,6 +1,6 @@ -Installed commons=25.11.0-rc1 operator -Installed secret=25.11.0-rc1 operator -Installed listener=25.11.0-rc1 operator -Installed zookeeper=25.11.0-rc1 operator -Installed hdfs=25.11.0-rc1 operator -Installed hbase=25.11.0-rc1 operator +Installed commons=25.11.0 operator +Installed secret=25.11.0 operator +Installed listener=25.11.0 operator +Installed zookeeper=25.11.0 operator +Installed hdfs=25.11.0 operator +Installed hbase=25.11.0 operator diff --git a/docs/modules/hbase/examples/usage-guide/hbck2-job.yaml b/docs/modules/hbase/examples/usage-guide/hbck2-job.yaml index 38915c35..9c8698b1 100644 --- a/docs/modules/hbase/examples/usage-guide/hbck2-job.yaml +++ b/docs/modules/hbase/examples/usage-guide/hbck2-job.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: hbck2 - image: oci.stackable.tech/sdp/hbase:2.6.3-stackable25.11.0-rc1 + image: oci.stackable.tech/sdp/hbase:2.6.3-stackable25.11.0 volumeMounts: - name: hbase-config mountPath: /stackable/conf diff --git a/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml b/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml index c2e0fa6f..c58c2622 100644 --- a/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml +++ b/docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: hbase - image: oci.stackable.tech/sdp/hbase:2.6.3-stackable25.11.0-rc1 + image: oci.stackable.tech/sdp/hbase:2.6.3-stackable25.11.0 volumeMounts: - name: hbase-config mountPath: /stackable/conf diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index f1c2b44f..41722d08 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -3,9 +3,9 @@ helm: repo_name: sdp-charts repo_url: oci.stackable.tech versions: - commons: 25.11.0-rc1 - secret: 25.11.0-rc1 - listener: 25.11.0-rc1 - zookeeper: 25.11.0-rc1 - hdfs: 25.11.0-rc1 - hbase: 25.11.0-rc1 + commons: 25.11.0 + secret: 25.11.0 + listener: 25.11.0 + zookeeper: 25.11.0 + hdfs: 25.11.0 + hbase: 25.11.0 diff --git a/tests/release.yaml b/tests/release.yaml index cfc6b496..5ce0cbcf 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,16 +7,16 @@ releases: description: Integration test products: commons: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0 secret: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0 listener: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0 zookeeper: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0 hdfs: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0 hbase: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0 opa: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0