From 3baebe165a512336e0e89aa952543030d1b6d976 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Thu, 8 Feb 2024 14:04:06 +0100 Subject: [PATCH 1/2] add zookeeper 3.9.1, remove 3.8.1 --- conf.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 9580f5076..c906476d5 100644 --- a/conf.py +++ b/conf.py @@ -382,8 +382,16 @@ { "name": "zookeeper", "versions": [ - {"product": "3.8.1", "java-base": "11", "jmx_exporter": "0.20.0"}, - {"product": "3.8.3", "java-base": "11", "jmx_exporter": "0.20.0"}, + { + "product": "3.8.3", + "java-base": "11", + "jmx_exporter": "0.20.0" + }, + { + "product": "3.9.1", + "java-base": "11", + "jmx_exporter": "0.20.0" + }, ], }, { From 8eceff827eab6e7afda2e1d4c736c2be08a42a96 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Thu, 8 Feb 2024 14:07:25 +0100 Subject: [PATCH 2/2] adapted changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f82c796a..963ee539b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file. - opa: Add version `0.61.0` ([#538]). - trino: Add version `438` ([#547]). - vector: Switch from version `0.33.0` to `0.35.0` ([#547], [#549]). +- zookeeper: Add version `3.9.1` ([#551]). ### Changed @@ -40,6 +41,7 @@ All notable changes to this project will be documented in this file. - hadoop: Remove support for version `3.2.2` ([#540]). - opa: Remove support for version `0.51.0` ([#547]). +- zookeeper: Remove support for version `3.8.1` ([#551]). [#493]: https://github.com/stackabletech/docker-images/pull/493 [#506]: https://github.com/stackabletech/docker-images/pull/506 @@ -58,6 +60,7 @@ All notable changes to this project will be documented in this file. [#544]: https://github.com/stackabletech/docker-images/pull/544 [#547]: https://github.com/stackabletech/docker-images/pull/547 [#549]: https://github.com/stackabletech/docker-images/pull/549 +[#551]: https://github.com/stackabletech/docker-images/pull/551 ## [23.11.0] - 2023-11-30