File tree Expand file tree Collapse file tree
deploy/helm/airflow-operator
modules/airflow/examples/getting_started/code Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 25.7.0] - 2025-07-23
6+
57## [ 25.7.0-rc1] - 2025-07-18
68
79### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["rust/operator-binary"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 25.7.0-rc1 "
6+ version = " 25.7.0"
77authors = [" Stackable GmbH <info@stackable.tech>" ]
88license = " OSL-3.0"
99edition = " 2021"
Original file line number Diff line number Diff line change 11---
22apiVersion : v2
33name : airflow-operator
4- version : " 25.7.0-rc1 "
5- appVersion : " 25.7.0-rc1 "
4+ version : " 25.7.0"
5+ appVersion : " 25.7.0"
66description : The Stackable Operator for Apache Airflow
77home : https://github.com/stackabletech/airflow-operator
88maintainers :
Original file line number Diff line number Diff line change @@ -38,20 +38,20 @@ case "$1" in
3838" helm" )
3939echo " Installing Operators with Helm"
4040# tag::helm-install-operators[]
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
41+ helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0
42+ helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0
43+ helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0
44+ helm install --wait airflow-operator oci://oci.stackable.tech/sdp-charts/airflow-operator --version 25.7.0
4545# end::helm-install-operators[]
4646;;
4747" stackablectl" )
4848echo " installing Operators with stackablectl"
4949# tag::stackablectl-install-operators[]
5050stackablectl operator install \
51- commons=25.7.0-rc1 \
52- secret=25.7.0-rc1 \
53- listener=25.7.0-rc1 \
54- airflow=25.7.0-rc1
51+ commons=25.7.0 \
52+ secret=25.7.0 \
53+ listener=25.7.0 \
54+ airflow=25.7.0
5555# end::stackablectl-install-operators[]
5656;;
5757* )
Original file line number Diff line number Diff line change 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
1+ Installed commons=25.7.0 operator
2+ Installed secret=25.7.0 operator
3+ Installed listener=25.7.0 operator
4+ Installed airflow=25.7.0 operator
Original file line number Diff line number Diff line change 33 repo_name : sdp-charts
44 repo_url : oci.stackable.tech
55versions :
6- commons : 25.7.0-rc1
7- secret : 25.7.0-rc1
8- listener : 25.7.0-rc1
9- airflow : 25.7.0-rc1
6+ commons : 25.7.0
7+ secret : 25.7.0
8+ listener : 25.7.0
9+ airflow : 25.7.0
1010 postgresql : 16.5.0
1111 redis : 20.11.3
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ releases:
77 description : Integration test
88 products :
99 commons :
10- operatorVersion : 25.7.0-rc1
10+ operatorVersion : 25.7.0
1111 secret :
12- operatorVersion : 25.7.0-rc1
12+ operatorVersion : 25.7.0
1313 listener :
14- operatorVersion : 25.7.0-rc1
14+ operatorVersion : 25.7.0
1515 airflow :
16- operatorVersion : 25.7.0-rc1
16+ operatorVersion : 25.7.0
1717 opa :
18- operatorVersion : 25.7.0-rc1
18+ operatorVersion : 25.7.0
1919 spark-k8s :
20- operatorVersion : 25.7.0-rc1
20+ operatorVersion : 25.7.0
You can’t perform that action at this time.
0 commit comments