Skip to content

Commit cd44e0a

Browse files
authored
chore(airflow): Replace 3.1.5 with 3.1.6 (#1422)
* chore(airflow): Replace 3.1.5 with 3.1.6 * chore: Update changelog
1 parent cd8f7ff commit cd44e0a

File tree

6 files changed

+174
-180
lines changed

6 files changed

+174
-180
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- airflow: Add 3.1.5 ([#1405]).
9+
- airflow: Add 3.1.6 ([#1405], [#1422]).
1010
- druid: Add 35.0.1 ([#1406]).
1111
- superset: Add 6.0.0 ([#1337], [#1393]).
1212
- opa: Add 1.12.2 ([#1396]).
@@ -94,6 +94,7 @@ All notable changes to this project will be documented in this file.
9494
[#1409]: https://github.com/stackabletech/docker-images/pull/1409
9595
[#1410]: https://github.com/stackabletech/docker-images/pull/1410
9696
[#1414]: https://github.com/stackabletech/docker-images/pull/1414
97+
[#1422]: https://github.com/stackabletech/docker-images/pull/1422
9798

9899
## [25.11.0] - 2025-11-07
99100

airflow/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ uv pip install --no-cache-dir /tmp/opa_auth_manager-0.1.0-py3-none-any.whl
168168

169169
# Create the SBOM for Airflow
170170
# Important: All `pip install` commands must be above this line, otherwise the SBOM will be incomplete
171-
if [ "$PRODUCT_VERSION" == "3.1.5" ]; then
172-
cyclonedx-py environment --spec-version 1.5 --output-file /tmp/sbom.json
173-
else
171+
if [ "$PRODUCT_VERSION" == "2.9.3" ] || [ "$PRODUCT_VERSION" == "3.0.6" ]; then
174172
cyclonedx-py environment --schema-version 1.5 --outfile /tmp/sbom.json
173+
else
174+
cyclonedx-py environment --spec-version 1.5 --output-file /tmp/sbom.json
175175
fi
176176
uv pip uninstall cyclonedx-bom
177177

airflow/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ opa-auth-manager = "airflow-3"
5252
nodejs-version = "20"
5353

5454
# Supported
55-
[versions."3.1.5".local-images]
55+
[versions."3.1.6".local-images]
5656
"shared/statsd-exporter" = "0.28.0"
5757
vector = "0.52.0"
5858
stackable-devel = "1.0.0"
5959

60-
[versions."3.1.5".build-arguments]
60+
[versions."3.1.6".build-arguments]
6161
# NOTE (@Techassi): Maybe this version can be bumped
6262
python-version = "3.12"
6363
git-sync-version = "v4.5.1"

airflow/stackable/constraints/3.1.5/build-constraints-python3.12.txt renamed to airflow/stackable/constraints/3.1.6/build-constraints-python3.12.txt

File renamed without changes.

0 commit comments

Comments
 (0)