Skip to content

Commit 0dd23ab

Browse files
committed
release 24.11.1-rc1
Signed-off-by: Andrew Kenworthy <andrew.kenworthy@stackable.de>
1 parent ea11584 commit 0dd23ab

File tree

10 files changed

+37
-35
lines changed

10 files changed

+37
-35
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [24.11.1-rc1] - 2024-12-06
8+
79
### Fixed
810

911
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be

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

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

docs/modules/hdfs/examples/getting_started/getting_started.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ echo "Updating Helm repo"
2929
helm repo update
3030
echo "Installing Operators with Helm"
3131
# tag::helm-install-operators[]
32-
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.0
33-
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.0
34-
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.0
35-
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.0
36-
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.0
32+
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.1-rc1
33+
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.1-rc1
34+
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.1-rc1
35+
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.1-rc1
36+
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.1-rc1
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.0 \
44-
secret=24.11.0 \
45-
listener=24.11.0 \
46-
zookeeper=24.11.0 \
47-
hdfs=24.11.0
43+
commons=24.11.1-rc1 \
44+
secret=24.11.1-rc1 \
45+
listener=24.11.1-rc1 \
46+
zookeeper=24.11.1-rc1 \
47+
hdfs=24.11.1-rc1
4848
# end::stackablectl-install-operators[]
4949
;;
5050
*)

docs/modules/hdfs/examples/getting_started/hdfs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ spec:
1111
dfsReplication: 1
1212
nameNodes:
1313
config:
14-
listenerClass: external-stable
14+
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
1515
roleGroups:
1616
default:
1717
replicas: 2
1818
dataNodes:
1919
config:
20-
listenerClass: external-unstable
20+
listenerClass: external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
2121
roleGroups:
2222
default:
2323
replicas: 1
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Installed commons=24.11.0 operator
2-
Installed secret=24.11.0 operator
3-
Installed listener=24.11.0 operator
4-
Installed zookeeper=24.11.0 operator
5-
Installed hdfs=24.11.0 operator
1+
Installed commons=24.11.1-rc1 operator
2+
Installed secret=24.11.1-rc1 operator
3+
Installed listener=24.11.1-rc1 operator
4+
Installed zookeeper=24.11.1-rc1 operator
5+
Installed hdfs=24.11.1-rc1 operator

docs/templating_vars.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ helm:
33
repo_name: stackable-stable
44
repo_url: https://repo.stackable.tech/repository/helm-stable/
55
versions:
6-
commons: 24.11.0
7-
secret: 24.11.0
8-
listener: 24.11.0
9-
zookeeper: 24.11.0
10-
hdfs: 24.11.0
6+
commons: 24.11.1-rc1
7+
secret: 24.11.1-rc1
8+
listener: 24.11.1-rc1
9+
zookeeper: 24.11.1-rc1
10+
hdfs: 24.11.1-rc1

tests/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 24.11.0
10+
operatorVersion: 24.11.1-rc1
1111
secret:
12-
operatorVersion: 24.11.0
12+
operatorVersion: 24.11.1-rc1
1313
listener:
14-
operatorVersion: 24.11.0
14+
operatorVersion: 24.11.1-rc1
1515
zookeeper:
16-
operatorVersion: 24.11.0
16+
operatorVersion: 24.11.1-rc1
1717
opa:
18-
operatorVersion: 24.11.0
18+
operatorVersion: 24.11.1-rc1
1919
hdfs:
20-
operatorVersion: 24.11.0
20+
operatorVersion: 24.11.1-rc1

0 commit comments

Comments
 (0)