Skip to content

Commit 6f658d2

Browse files
authored
chore: Release 26.3.0 (#743)
Signed-off-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent ca679c7 commit 6f658d2

File tree

11 files changed

+40
-38
lines changed

11 files changed

+40
-38
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [26.3.0] - 2026-03-16
6+
57
## [26.3.0-rc1] - 2026-03-16
68

79
### 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 = "26.3.0-rc1"
6+
version = "26.3.0"
77
authors = ["Stackable GmbH <info@stackable.tech>"]
88
license = "OSL-3.0"
99
edition = "2021"

deploy/helm/hbase-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: hbase-operator
4-
version: "26.3.0-rc1"
5-
appVersion: "26.3.0-rc1"
4+
version: "26.3.0"
5+
appVersion: "26.3.0"
66
description: The Stackable Operator for Apache HBase
77
home: https://github.com/stackabletech/hbase-operator
88
maintainers:

docs/modules/hbase/examples/getting_started/getting_started.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ case "$1" in
2424
"helm")
2525
echo "Installing Operators with Helm"
2626
# tag::helm-install-operators[]
27-
helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 26.3.0-rc1 &
28-
helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 26.3.0-rc1 &
29-
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 26.3.0-rc1 &
30-
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 26.3.0-rc1 &
31-
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 26.3.0-rc1 &
32-
helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 26.3.0-rc1 &
27+
helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 26.3.0 &
28+
helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 26.3.0 &
29+
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 26.3.0 &
30+
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 26.3.0 &
31+
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 26.3.0 &
32+
helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 26.3.0 &
3333
wait
3434
# end::helm-install-operators[]
3535
;;
3636
"stackablectl")
3737
echo "installing Operators with stackablectl"
3838
# tag::stackablectl-install-operators[]
3939
stackablectl operator install \
40-
commons=26.3.0-rc1 \
41-
secret=26.3.0-rc1 \
42-
listener=26.3.0-rc1 \
43-
zookeeper=26.3.0-rc1 \
44-
hdfs=26.3.0-rc1 \
45-
hbase=26.3.0-rc1
40+
commons=26.3.0 \
41+
secret=26.3.0 \
42+
listener=26.3.0 \
43+
zookeeper=26.3.0 \
44+
hdfs=26.3.0 \
45+
hbase=26.3.0
4646
# end::stackablectl-install-operators[]
4747
;;
4848
*)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Installed commons=26.3.0-rc1 operator
2-
Installed secret=26.3.0-rc1 operator
3-
Installed listener=26.3.0-rc1 operator
4-
Installed zookeeper=26.3.0-rc1 operator
5-
Installed hdfs=26.3.0-rc1 operator
6-
Installed hbase=26.3.0-rc1 operator
1+
Installed commons=26.3.0 operator
2+
Installed secret=26.3.0 operator
3+
Installed listener=26.3.0 operator
4+
Installed zookeeper=26.3.0 operator
5+
Installed hdfs=26.3.0 operator
6+
Installed hbase=26.3.0 operator

docs/modules/hbase/examples/usage-guide/hbck2-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: hbck2
11-
image: oci.stackable.tech/sdp/hbase:2.6.4-stackable26.3.0-rc1
11+
image: oci.stackable.tech/sdp/hbase:2.6.4-stackable26.3.0
1212
volumeMounts:
1313
- name: hbase-config
1414
mountPath: /stackable/conf

docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: hbase
11-
image: oci.stackable.tech/sdp/hbase:2.6.4-stackable26.3.0-rc1
11+
image: oci.stackable.tech/sdp/hbase:2.6.4-stackable26.3.0
1212
volumeMounts:
1313
- name: hbase-config
1414
mountPath: /stackable/conf

docs/templating_vars.yaml

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

0 commit comments

Comments
 (0)