diff --git a/CHANGELOG.md b/CHANGELOG.md index 578aed9be..905d857e9 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]). @@ -114,6 +114,7 @@ All notable changes to this project will be documented in this file. [#590]: https://github.com/stackabletech/docker-images/pull/590 [#591]: https://github.com/stackabletech/docker-images/pull/591 [#592]: https://github.com/stackabletech/docker-images/pull/592 +[#593]: https://github.com/stackabletech/docker-images/pull/593 ## [23.11.0] - 2023-11-30 diff --git a/conf.py b/conf.py index 94e3dad5e..9ed95f081 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",