From 33e534907be3202b82cd9333c48414cfa682ebc9 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 12 Mar 2024 19:31:15 +0100 Subject: [PATCH] chore: add airflow 2.8.3 --- CHANGELOG.md | 3 ++- conf.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e85aeae5..6d5a31bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file. - testing-tools: Add the Python library Beautiful Soup 4 ([#536]). - java-base: Add `openjdk-devel` package for tool such as `jps` or `jmap` ([#537]). - java-base: Add JDK 21 ([#547]). -- airflow: Add `2.7.3`, `2.8.1` ([#562]). +- airflow: Add `2.7.3`, `2.8.3` ([#562], [#593]). - druid: Add `28.0.1` ([#558]). - kafka: Add `3.5.2`, `3.6.1` ([#559]). - nifi: Add version `1.25.0` using java 21 ([#552]). @@ -110,6 +110,7 @@ All notable changes to this project will be documented in this file. [#585]: https://github.com/stackabletech/docker-images/pull/585 [#587]: https://github.com/stackabletech/docker-images/pull/587 [#588]: https://github.com/stackabletech/docker-images/pull/588 +[#593]: https://github.com/stackabletech/docker-images/pull/593 ## [23.11.0] - 2023-11-30 diff --git a/conf.py b/conf.py index f7233a10a..6098317bc 100644 --- a/conf.py +++ b/conf.py @@ -33,7 +33,7 @@ "vector": "0.35.0", }, { - "product": "2.8.1", + "product": "2.8.3", "git_sync": "v4.2.1", "python": "39", "statsd_exporter": "0.26.0",