Skip to content

Commit 477b5dd

Browse files
committed
chore: Release 25.11.0
Signed-off-by: Techassi <[email protected]>
1 parent 15459c0 commit 477b5dd

File tree

9 files changed

+29
-27
lines changed

9 files changed

+29
-27
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+
## [25.11.0] - 2025-11-07
6+
57
## [25.11.0-rc1] - 2025-11-06
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 = "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/airflow-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: airflow-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 Airflow
77
home: https://github.com/stackabletech/airflow-operator
88
maintainers:

docs/modules/airflow/examples/getting_started/code/getting_started.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ case "$1" in
4949
"helm")
5050
echo "Installing Operators with Helm"
5151
# tag::helm-install-operators[]
52-
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0-rc1
53-
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0-rc1
54-
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0-rc1
55-
helm install --wait airflow-operator oci://oci.stackable.tech/sdp-charts/airflow-operator --version 25.11.0-rc1
52+
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0
53+
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0
54+
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0
55+
helm install --wait airflow-operator oci://oci.stackable.tech/sdp-charts/airflow-operator --version 25.11.0
5656
# end::helm-install-operators[]
5757
;;
5858
"stackablectl")
5959
echo "installing Operators with stackablectl"
6060
# tag::stackablectl-install-operators[]
6161
stackablectl operator install \
62-
commons=25.11.0-rc1 \
63-
secret=25.11.0-rc1 \
64-
listener=25.11.0-rc1 \
65-
airflow=25.11.0-rc1
62+
commons=25.11.0 \
63+
secret=25.11.0 \
64+
listener=25.11.0 \
65+
airflow=25.11.0
6666
# end::stackablectl-install-operators[]
6767
;;
6868
*)
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 airflow=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 airflow=25.11.0 operator

docs/templating_vars.yaml

Lines changed: 4 additions & 4 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: 25.11.0-rc1
7-
secret: 25.11.0-rc1
8-
listener: 25.11.0-rc1
9-
airflow: 25.11.0-rc1
6+
commons: 25.11.0
7+
secret: 25.11.0
8+
listener: 25.11.0
9+
airflow: 25.11.0
1010
postgresql: 16.5.0
1111
redis: 20.11.3

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: 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
airflow:
16-
operatorVersion: 25.11.0-rc1
16+
operatorVersion: 25.11.0
1717
opa:
18-
operatorVersion: 25.11.0-rc1
18+
operatorVersion: 25.11.0
1919
spark-k8s:
20-
operatorVersion: 25.11.0-rc1
20+
operatorVersion: 25.11.0

0 commit comments

Comments
 (0)