Skip to content

Commit a7f1729

Browse files
authored
chore: Release 25.7.0-rc1 (#661)
Signed-off-by: Nick Larsen <[email protected]>
1 parent b38492d commit a7f1729

File tree

11 files changed

+81
-78
lines changed

11 files changed

+81
-78
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.7.0-rc1] - 2025-07-18
6+
57
### Added
68

79
- Added listener support for Airflow ([#604]).

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.7.0-rc1"
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: "0.0.0-dev"
5-
appVersion: "0.0.0-dev"
4+
version: "25.7.0-rc1"
5+
appVersion: "25.7.0-rc1"
66
description: The Stackable Operator for Apache Airflow
77
home: https://github.com/stackabletech/airflow-operator
88
maintainers:

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

Lines changed: 50 additions & 50 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.7"
4+
prerelease: false

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ case "$1" in
3838
"helm")
3939
echo "Installing Operators with Helm"
4040
# tag::helm-install-operators[]
41-
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 0.0.0-dev
42-
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 0.0.0-dev
43-
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 0.0.0-dev
44-
helm install --wait airflow-operator oci://oci.stackable.tech/sdp-charts/airflow-operator --version 0.0.0-dev
41+
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0-rc1
42+
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0-rc1
43+
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0-rc1
44+
helm install --wait airflow-operator oci://oci.stackable.tech/sdp-charts/airflow-operator --version 25.7.0-rc1
4545
# end::helm-install-operators[]
4646
;;
4747
"stackablectl")
4848
echo "installing Operators with stackablectl"
4949
# tag::stackablectl-install-operators[]
5050
stackablectl operator install \
51-
commons=0.0.0-dev \
52-
secret=0.0.0-dev \
53-
listener=0.0.0-dev \
54-
airflow=0.0.0-dev
51+
commons=25.7.0-rc1 \
52+
secret=25.7.0-rc1 \
53+
listener=25.7.0-rc1 \
54+
airflow=25.7.0-rc1
5555
# end::stackablectl-install-operators[]
5656
;;
5757
*)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 airflow=0.0.0-dev operator
1+
Installed commons=25.7.0-rc1 operator
2+
Installed secret=25.7.0-rc1 operator
3+
Installed listener=25.7.0-rc1 operator
4+
Installed airflow=25.7.0-rc1 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: 0.0.0-dev
7-
secret: 0.0.0-dev
8-
listener: 0.0.0-dev
9-
airflow: 0.0.0-dev
6+
commons: 25.7.0-rc1
7+
secret: 25.7.0-rc1
8+
listener: 25.7.0-rc1
9+
airflow: 25.7.0-rc1
1010
postgresql: 16.5.0
1111
redis: 20.11.3

0 commit comments

Comments
 (0)