From a7755902df125cd261032592a75d118d4cbc3678 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Wed, 11 Oct 2023 14:15:26 +0200 Subject: [PATCH 1/4] adapted versions and bumped jmx exporter --- conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index 8aa3ae2b4..5db6c8cec 100644 --- a/conf.py +++ b/conf.py @@ -82,10 +82,10 @@ { "name": "hadoop", "versions": [ - {"product": "3.2.2", "java-base": "11", "jmx_exporter": "0.19.0"}, - {"product": "3.3.1", "java-base": "11", "jmx_exporter": "0.19.0"}, - {"product": "3.3.3", "java-base": "11", "jmx_exporter": "0.19.0"}, - {"product": "3.3.4", "java-base": "11", "jmx_exporter": "0.19.0"}, + {"product": "3.2.2", "java-base": "11", "jmx_exporter": "0.20.0"}, + {"product": "3.2.4", "java-base": "11", "jmx_exporter": "0.20.0"}, + {"product": "3.3.4", "java-base": "11", "jmx_exporter": "0.20.0"}, + {"product": "3.3.6", "java-base": "11", "jmx_exporter": "0.20.0"}, ], }, { From b8aec7a4991019e9d67d0e1cefd0a7c7d8c24453 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Wed, 11 Oct 2023 14:18:42 +0200 Subject: [PATCH 2/4] adapted changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64550625c..05c114196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file. - java-base: Add needed tzdata-java package ([#425]). - testing-tools: Add java, tzdata-java, unzip ([#464], [#465], [#466]). +- hadoop: added support for 3.2.4, 3.3.6 ([#478]). + ### Changed - Extract image tools their own [repository](https://github.com/stackabletech/image-tools) ([#437]) @@ -27,6 +29,8 @@ All notable changes to this project will be documented in this file. - airflow: Updated statsd-exporter to 0.24, this was accidentally moved to a very old version previously (0.3.0) ([#431]). - airflow: Added wrapper script to allow the triggering of pre/post hook actions ([#435]). +- hadoop: bumped jmx-exporter version to 0.20.0 ([#478]). + ### Removed - airflow: Remove unused environment variable `AIRFLOW_UID` ([#429]). @@ -34,6 +38,8 @@ All notable changes to this project will be documented in this file. - pyspark-k8s: The PySpark image has been removed completely. Python is now installed with the Spark image ([#436]) - Removed all product specific changelogs and updated the root file ([#440]) +hadoop: removed support for 3.3.1, 3.3.3 ([#478]). + [#400]: https://github.com/stackabletech/docker-images/pull/400 [#419]: https://github.com/stackabletech/docker-images/pull/419 [#425]: https://github.com/stackabletech/docker-images/pull/425 @@ -49,6 +55,7 @@ All notable changes to this project will be documented in this file. [#464]: https://github.com/stackabletech/docker-images/pull/464 [#465]: https://github.com/stackabletech/docker-images/pull/465 [#466]: https://github.com/stackabletech/docker-images/pull/466 +[#478]: https://github.com/stackabletech/docker-images/pull/478 ## [23.7.0] - 2023-07-14 From 4abc028b1d27eb8d5955243f4cbf8561f3e000e5 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 13 Oct 2023 14:40:08 +0200 Subject: [PATCH 3/4] remove openssl --- hadoop/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hadoop/Dockerfile b/hadoop/Dockerfile index 9f78608d7..6c2f29181 100644 --- a/hadoop/Dockerfile +++ b/hadoop/Dockerfile @@ -123,8 +123,7 @@ RUN microdnf update && \ microdnf install \ fuse \ fuse-libs \ - krb5-workstation \ - openssl && \ + krb5-workstation && \ microdnf clean all && \ rm -rf /var/cache/yum From f7c8f0b6c5738e46e2b2481d80ced7afeb684125 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 13 Oct 2023 14:57:49 +0200 Subject: [PATCH 4/4] adapted changelog --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb96cb16..3f4cec26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,8 @@ All notable changes to this project will be documented in this file. - testing-tools: Add java, tzdata-java, unzip ([#464], [#465], [#466]). - hadoop: added support for 3.2.4, 3.3.6 ([#478]). - - opa: add version 0.57.0 ([#471]). - opa: add new version upload script ([#471]). - - zookeeper: add version 3.8.3 ([#470]). - zookeeper: add upload script ([#470]). @@ -34,7 +32,6 @@ All notable changes to this project will be documented in this file. - airflow: Updated git-sync to 3.6.8 ([#431]). - airflow: Updated statsd-exporter to 0.24, this was accidentally moved to a very old version previously (0.3.0) ([#431]). - airflow: Added wrapper script to allow the triggering of pre/post hook actions ([#435]). - - hadoop: bumped jmx-exporter version to 0.20.0 ([#478]). - zookeeper: bumped jmx-exporter version to 0.20.0 ([#470]).