Skip to content

Commit 41a99bb

Browse files
committed
release 24.11.1
Signed-off-by: Andrew Kenworthy <[email protected]>
1 parent 331042e commit 41a99bb

File tree

11 files changed

+42
-40
lines changed

11 files changed

+42
-40
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+
## [24.11.1] - 2025-01-09
6+
57
## [24.11.1-rc2] - 2024-12-12
68

79
## [24.11.1-rc1] - 2024-12-06

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 2 additions & 2 deletions
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/crd", "rust/operator-binary"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "24.11.1-rc2"
6+
version = "24.11.1"
77
authors = ["Stackable GmbH <[email protected]>"]
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: "24.11.1-rc2"
5-
appVersion: "24.11.1-rc2"
4+
version: "24.11.1"
5+
appVersion: "24.11.1"
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
@@ -27,25 +27,25 @@ echo "Updating Helm repo"
2727
helm repo update
2828
echo "Installing Operators with Helm"
2929
# tag::helm-install-operators[]
30-
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.1-rc2 &
31-
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.1-rc2 &
32-
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.1-rc2 &
33-
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.1-rc2 &
34-
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.1-rc2 &
35-
helm install --wait hbase-operator stackable-stable/hbase-operator --version 24.11.1-rc2 &
30+
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.1 &
31+
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.1 &
32+
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.1 &
33+
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.1 &
34+
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.1 &
35+
helm install --wait hbase-operator stackable-stable/hbase-operator --version 24.11.1 &
3636
wait
3737
# end::helm-install-operators[]
3838
;;
3939
"stackablectl")
4040
echo "installing Operators with stackablectl"
4141
# tag::stackablectl-install-operators[]
4242
stackablectl operator install \
43-
commons=24.11.1-rc2 \
44-
secret=24.11.1-rc2 \
45-
listener=24.11.1-rc2 \
46-
zookeeper=24.11.1-rc2 \
47-
hdfs=24.11.1-rc2 \
48-
hbase=24.11.1-rc2
43+
commons=24.11.1 \
44+
secret=24.11.1 \
45+
listener=24.11.1 \
46+
zookeeper=24.11.1 \
47+
hdfs=24.11.1 \
48+
hbase=24.11.1
4949
# end::stackablectl-install-operators[]
5050
;;
5151
*)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Installed commons=24.11.1-rc2 operator
2-
Installed secret=24.11.1-rc2 operator
3-
Installed listener=24.11.1-rc2 operator
4-
Installed zookeeper=24.11.1-rc2 operator
5-
Installed hdfs=24.11.1-rc2 operator
6-
Installed hbase=24.11.1-rc2 operator
1+
Installed commons=24.11.1 operator
2+
Installed secret=24.11.1 operator
3+
Installed listener=24.11.1 operator
4+
Installed zookeeper=24.11.1 operator
5+
Installed hdfs=24.11.1 operator
6+
Installed hbase=24.11.1 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: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.1-rc2
11+
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.1
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: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.1-rc2
11+
image: docker.stackable.tech/stackable/hbase:2.4.18-stackable24.11.1
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: stackable-stable
44
repo_url: https://repo.stackable.tech/repository/helm-stable/
55
versions:
6-
commons: 24.11.1-rc2
7-
secret: 24.11.1-rc2
8-
listener: 24.11.1-rc2
9-
zookeeper: 24.11.1-rc2
10-
hdfs: 24.11.1-rc2
11-
hbase: 24.11.1-rc2
6+
commons: 24.11.1
7+
secret: 24.11.1
8+
listener: 24.11.1
9+
zookeeper: 24.11.1
10+
hdfs: 24.11.1
11+
hbase: 24.11.1

0 commit comments

Comments
 (0)