Skip to content

Commit 8d25fb7

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/opensearch-dashboards
2 parents b017a98 + 95d2ba7 commit 8d25fb7

19 files changed

Lines changed: 880 additions & 1038 deletions

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ All notable changes to this project will be documented in this file.
1515
- nifi: Backport NIFI-14848 to NiFi ([#1225]).
1616
- stackable-base: Add cert-tools ([#1247]).
1717
- kafka: Add jackson xml dataformat for Kafka 4.0.0 ([#1262]).
18-
- kafka: Add version `4.1.0` ([#1277]).
1918
- druid: Add `34.0.0` ([#1263]).
19+
- kafka: Add version `4.1.0` ([#1277]).
20+
- airflow: Add version `3.0.6` ([#1278]).
2021
- opa: Add `1.8.0` ([#1279]).
22+
- spark: Add `3.5.7` ([#1280]).
23+
- spark-connect-client: Add `3.5.7` ([#1280]).
2124

2225
### Changed
2326

@@ -34,9 +37,13 @@ All notable changes to this project will be documented in this file.
3437
### Removed
3538

3639
- opensearch: Stop applying formatting plugin ([#1230]).
37-
- kafka: Remove version `4.0.0` ([#1277]).
3840
- druid: Remove `31.0.1` ([#1263]).
41+
- kafka: Remove version `4.0.0` ([#1277]).
42+
- airflow: Remove version `2.10.4` ([#1278]).
3943
- opa: Remove `1.0.1` ([#1279]).
44+
- spark: Remove `3.5.5` ([#1280]).
45+
- spark-connect-client: Remove unused example script from the image ([#1280]).
46+
- kafka: Remove `3.9.0` ([#1283]).
4047

4148
[#1207]: https://github.com/stackabletech/docker-images/pull/1207
4249
[#1215]: https://github.com/stackabletech/docker-images/pull/1215
@@ -52,10 +59,12 @@ All notable changes to this project will be documented in this file.
5259
[#1253]: https://github.com/stackabletech/docker-images/pull/1253
5360
[#1258]: https://github.com/stackabletech/docker-images/pull/1258
5461
[#1262]: https://github.com/stackabletech/docker-images/pull/1262
62+
[#1263]: https://github.com/stackabletech/docker-images/pull/1263
5563
[#1264]: https://github.com/stackabletech/docker-images/pull/1264
5664
[#1277]: https://github.com/stackabletech/docker-images/pull/1277
57-
[#1263]: https://github.com/stackabletech/docker-images/pull/1263
65+
[#1278]: https://github.com/stackabletech/docker-images/pull/1278
5866
[#1279]: https://github.com/stackabletech/docker-images/pull/1279
67+
[#1283]: https://github.com/stackabletech/docker-images/pull/1283
5968

6069
## [25.7.0] - 2025-07-23
6170

airflow/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ _The script is safe to run from outside of this directory. The file will be down
66
script resides. This example will assume you are running from the repository root directory._
77

88
```sh
9-
# Use default Python version (specified in the script):
10-
./airflow/download_constraints.sh 2.8.3
11-
12-
# Use a specific Python version:
13-
./airflow/download_constraints.sh 2.8.3 3.11
9+
# Specify Airflow and Python versions:
10+
./airflow/download_constraints.sh 3.0.6 3.12
1411
```
1512

1613
Example output:
1714

1815
```output
19-
Downloading constraints file for Airflow 2.8.3 (Python 3.9)
20-
Successfully pulled new constraints file: constraints-2.8.3-python39.txt
16+
Downloading constraints file for Airflow 3.0.6 (Python 3.12)
17+
Successfully pulled new constraints file: constraints-3.0.6-python3.12.txt
2118
```

airflow/boil-config.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ uv-version = "0.7.8"
1212
airflow-extras = "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino"
1313
opa-auth-manager = "airflow-2"
1414

15-
[versions."2.10.4".local-images]
15+
[versions."2.10.5".local-images]
1616
"shared/statsd-exporter" = "0.28.0"
1717
vector = "0.49.0"
1818

19-
[versions."2.10.4".build-arguments]
19+
[versions."2.10.5".build-arguments]
2020
python-version = "3.12"
2121
git-sync-version = "v4.4.1"
2222
s3fs-version = "2024.9.0"
@@ -26,25 +26,25 @@ uv-version = "0.7.8"
2626
airflow-extras = "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino"
2727
opa-auth-manager = "airflow-2"
2828

29-
[versions."2.10.5".local-images]
29+
[versions."3.0.1".local-images]
3030
"shared/statsd-exporter" = "0.28.0"
3131
vector = "0.49.0"
3232

33-
[versions."2.10.5".build-arguments]
33+
[versions."3.0.1".build-arguments]
3434
python-version = "3.12"
3535
git-sync-version = "v4.4.1"
3636
s3fs-version = "2024.9.0"
3737
cyclonedx-bom-version = "6.0.0"
3838
tini-version = "0.19.0"
3939
uv-version = "0.7.8"
40-
airflow-extras = "async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,google_auth,microsoft.azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv,trino"
41-
opa-auth-manager = "airflow-2"
40+
airflow-extras = "async,amazon,celery,cncf-kubernetes,docker,elasticsearch,fab,ftp,grpc,hashicorp,http,ldap,google,microsoft-azure,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,trino"
41+
opa-auth-manager = "airflow-3"
4242

43-
[versions."3.0.1".local-images]
43+
[versions."3.0.6".local-images]
4444
"shared/statsd-exporter" = "0.28.0"
4545
vector = "0.49.0"
4646

47-
[versions."3.0.1".build-arguments]
47+
[versions."3.0.6".build-arguments]
4848
python-version = "3.12"
4949
git-sync-version = "v4.4.1"
5050
s3fs-version = "2024.9.0"

0 commit comments

Comments
 (0)