From 50e7dedabda6003c8ddd20f92c715e8c91a19f58 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 16 Mar 2026 14:15:25 +0100 Subject: [PATCH] chore: Release 26.3.0 Signed-off-by: Nick Larsen --- 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 0d7b4b7d..c38e339c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [26.3.0] - 2026-03-16 + ## [26.3.0-rc1] - 2026-03-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index 0a235f0f..4f7f8ce7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2877,7 +2877,7 @@ dependencies = [ [[package]] name = "stackable-hbase-operator" -version = "26.3.0-rc1" +version = "26.3.0" dependencies = [ "anyhow", "built", diff --git a/Cargo.nix b/Cargo.nix index 1aec6ef2..740372c1 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -9530,7 +9530,7 @@ rec { }; "stackable-hbase-operator" = rec { crateName = "stackable-hbase-operator"; - version = "26.3.0-rc1"; + version = "26.3.0"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index 5580431d..3957e0ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/operator-binary"] resolver = "2" [workspace.package] -version = "26.3.0-rc1" +version = "26.3.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 0043206f..c1933eb2 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: "26.3.0-rc1" -appVersion: "26.3.0-rc1" +version: "26.3.0" +appVersion: "26.3.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 17c1497b..9607cb9a 100755 --- a/docs/modules/hbase/examples/getting_started/getting_started.sh +++ b/docs/modules/hbase/examples/getting_started/getting_started.sh @@ -24,12 +24,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 26.3.0-rc1 & -helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 26.3.0-rc1 & -helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 26.3.0-rc1 & -helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 26.3.0-rc1 & -helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 26.3.0-rc1 & -helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 26.3.0-rc1 & +helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 26.3.0 & +helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 26.3.0 & +helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 26.3.0 & +helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 26.3.0 & +helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 26.3.0 & +helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 26.3.0 & wait # end::helm-install-operators[] ;; @@ -37,12 +37,12 @@ wait echo "installing Operators with stackablectl" # tag::stackablectl-install-operators[] stackablectl operator install \ - commons=26.3.0-rc1 \ - secret=26.3.0-rc1 \ - listener=26.3.0-rc1 \ - zookeeper=26.3.0-rc1 \ - hdfs=26.3.0-rc1 \ - hbase=26.3.0-rc1 + commons=26.3.0 \ + secret=26.3.0 \ + listener=26.3.0 \ + zookeeper=26.3.0 \ + hdfs=26.3.0 \ + hbase=26.3.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 fa21879a..f970f0d3 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=26.3.0-rc1 operator -Installed secret=26.3.0-rc1 operator -Installed listener=26.3.0-rc1 operator -Installed zookeeper=26.3.0-rc1 operator -Installed hdfs=26.3.0-rc1 operator -Installed hbase=26.3.0-rc1 operator +Installed commons=26.3.0 operator +Installed secret=26.3.0 operator +Installed listener=26.3.0 operator +Installed zookeeper=26.3.0 operator +Installed hdfs=26.3.0 operator +Installed hbase=26.3.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 ac2118a1..e8f3bded 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.4-stackable26.3.0-rc1 + image: oci.stackable.tech/sdp/hbase:2.6.4-stackable26.3.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 248ca442..5be41d3b 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.4-stackable26.3.0-rc1 + image: oci.stackable.tech/sdp/hbase:2.6.4-stackable26.3.0 volumeMounts: - name: hbase-config mountPath: /stackable/conf diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index 67dfbfe6..cc36fccd 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: 26.3.0-rc1 - secret: 26.3.0-rc1 - listener: 26.3.0-rc1 - zookeeper: 26.3.0-rc1 - hdfs: 26.3.0-rc1 - hbase: 26.3.0-rc1 + commons: 26.3.0 + secret: 26.3.0 + listener: 26.3.0 + zookeeper: 26.3.0 + hdfs: 26.3.0 + hbase: 26.3.0 diff --git a/tests/release.yaml b/tests/release.yaml index 98258d83..db38cd87 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,16 +7,16 @@ releases: description: Integration test products: commons: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0 secret: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0 listener: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0 zookeeper: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0 hdfs: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0 hbase: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0 opa: - operatorVersion: 26.3.0-rc1 + operatorVersion: 26.3.0