Skip to content

Commit 45e63e2

Browse files
authored
chore: Release 25.11.0 (#627)
Signed-off-by: Techassi <[email protected]>
1 parent 640e1b1 commit 45e63e2

File tree

9 files changed

+30
-28
lines changed

9 files changed

+30
-28
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] - 2025-11-07
8+
79
## [25.11.0-rc1] - 2025-11-06
810

911
### 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 = "25.11.0-rc1"
6+
version = "25.11.0"
77
authors = ["Stackable GmbH <[email protected]>"]
88
license = "OSL-3.0"
99
edition = "2021"

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

docs/modules/spark-k8s/examples/getting_started/getting_started.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ case "$1" in
2323
"helm")
2424
echo "Installing Operators with Helm"
2525
# tag::helm-install-operators[]
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
29-
helm install --wait spark-k8s-operator oci://oci.stackable.tech/sdp-charts/spark-k8s-operator --version 25.11.0-rc1
26+
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0
27+
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0
28+
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0
29+
helm install --wait spark-k8s-operator oci://oci.stackable.tech/sdp-charts/spark-k8s-operator --version 25.11.0
3030
# end::helm-install-operators[]
3131
;;
3232
"stackablectl")
3333
echo "installing Operators with stackablectl"
3434
# tag::stackablectl-install-operators[]
3535
stackablectl operator install \
36-
commons=25.11.0-rc1 \
37-
secret=25.11.0-rc1 \
38-
listener=25.11.0-rc1 \
39-
spark-k8s=25.11.0-rc1
36+
commons=25.11.0 \
37+
secret=25.11.0 \
38+
listener=25.11.0 \
39+
spark-k8s=25.11.0
4040
# end::stackablectl-install-operators[]
4141
;;
4242
*)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 spark-k8s=25.11.0-rc1 operator
1+
Installed commons=25.11.0 operator
2+
Installed secret=25.11.0 operator
3+
Installed listener=25.11.0 operator
4+
Installed spark-k8s=25.11.0 operator

docs/templating_vars.yaml

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

tests/release.yaml

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

0 commit comments

Comments
 (0)