Skip to content

Commit d20d3e7

Browse files
authored
chore: Release 25.11.0-rc1 (#728)
Signed-off-by: Techassi <[email protected]>
1 parent 18d5dba commit d20d3e7

File tree

11 files changed

+92
-89
lines changed

11 files changed

+92
-89
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+
## [25.11.0-rc1] - 2025-11-06
8+
79
### Added
810

911
- Helm: Allow Pod `priorityClassName` to be configured ([#713]).

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 = "0.0.0-dev"
6+
version = "25.11.0-rc1"
77
authors = ["Stackable GmbH <[email protected]>"]
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: "0.0.0-dev"
5-
appVersion: "0.0.0-dev"
4+
version: "25.11.0-rc1"
5+
appVersion: "25.11.0-rc1"
66
description: The Stackable Operator for Apache HDFS
77
home: https://github.com/stackabletech/hdfs-operator
88
maintainers:

deploy/helm/hdfs-operator/crds/crds.yaml

Lines changed: 57 additions & 57 deletions
Large diffs are not rendered by default.

docs/antora.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
name: home
3-
version: "nightly"
3+
version: "25.11"
4+
prerelease: false

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ case "$1" in
2121
"helm")
2222
echo "Installing Operators with Helm"
2323
# tag::helm-install-operators[]
24-
helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 0.0.0-dev
25-
helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 0.0.0-dev
26-
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 0.0.0-dev
27-
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 0.0.0-dev
28-
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 0.0.0-dev --set preset=stable-nodes
24+
helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.11.0-rc1
25+
helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.11.0-rc1
26+
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0-rc1
27+
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0-rc1
28+
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0-rc1 --set preset=stable-nodes
2929
# end::helm-install-operators[]
3030
;;
3131
"stackablectl")
3232
echo "installing Operators with stackablectl"
3333
# tag::stackablectl-install-operators[]
3434
stackablectl operator install \
35-
commons=0.0.0-dev \
36-
secret=0.0.0-dev \
37-
listener=0.0.0-dev \
38-
zookeeper=0.0.0-dev \
39-
hdfs=0.0.0-dev
35+
commons=25.11.0-rc1 \
36+
secret=25.11.0-rc1 \
37+
listener=25.11.0-rc1 \
38+
zookeeper=25.11.0-rc1 \
39+
hdfs=25.11.0-rc1
4040
# end::stackablectl-install-operators[]
4141
;;
4242
*)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Installed commons=0.0.0-dev operator
2-
Installed secret=0.0.0-dev operator
3-
Installed listener=0.0.0-dev operator
4-
Installed zookeeper=0.0.0-dev operator
5-
Installed hdfs=0.0.0-dev operator
1+
Installed commons=25.11.0-rc1 operator
2+
Installed secret=25.11.0-rc1 operator
3+
Installed listener=25.11.0-rc1 operator
4+
Installed zookeeper=25.11.0-rc1 operator
5+
Installed hdfs=25.11.0-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: sdp-charts
44
repo_url: oci.stackable.tech
55
versions:
6-
commons: 0.0.0-dev
7-
secret: 0.0.0-dev
8-
listener: 0.0.0-dev
9-
zookeeper: 0.0.0-dev
10-
hdfs: 0.0.0-dev
6+
commons: 25.11.0-rc1
7+
secret: 25.11.0-rc1
8+
listener: 25.11.0-rc1
9+
zookeeper: 25.11.0-rc1
10+
hdfs: 25.11.0-rc1

0 commit comments

Comments
 (0)