From 17e9318bdc0260dce7464719f488c4aac6a99ed6 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 27 Sep 2024 09:58:41 +0200 Subject: [PATCH 1/3] chore(druid): Remove 28.0.1 --- druid/versions.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/druid/versions.py b/druid/versions.py index 3191920d8..ec14e455b 100644 --- a/druid/versions.py +++ b/druid/versions.py @@ -5,16 +5,6 @@ "java-devel": "11", "authorizer": "0.5.0", }, - { - "product": "28.0.1", - # Java 17 should be fully supported as of 27.0.0 https://github.com/apache/druid/releases#27.0.0-highlights-java-17-support - # Did not work in a quick test due to reflection error: - # Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class - # java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError - "java-base": "11", - "java-devel": "11", - "authorizer": "0.5.0", - }, { "product": "30.0.0", # https://druid.apache.org/docs/30.0.0/operations/java/ From 06335b6410d7de3c60e23eccce2bfadc0632ca1d Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 27 Sep 2024 10:04:23 +0200 Subject: [PATCH 2/3] chore(druid): Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b67a2477..bae5532ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ All notable changes to this project will be documented in this file. - superset: Remove 2.1.3, 3.1.0 and 3.1.3 ([#866]). - zookeeper: Remove 3.8.4 ([#851]). - nifi: Remove 1.21.0 and 1.25.0 ([#868]). +- druid: Remove `28.0.1` ([#880]). ### Fixed @@ -69,6 +70,7 @@ All notable changes to this project will be documented in this file. [#874]: https://github.com/stackabletech/docker-images/pull/874 [#877]: https://github.com/stackabletech/docker-images/pull/877 [#879]: https://github.com/stackabletech/docker-images/pull/879 +[#880]: https://github.com/stackabletech/docker-images/pull/880 ## [24.7.0] - 2024-07-24 From 29b166be3c96e5380ca96a4682be55d97eaca287 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 27 Sep 2024 10:05:10 +0200 Subject: [PATCH 3/3] chore: Tidy the changelog --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bae5532ed..3693cd57b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. - trino: Add version `455` ([#822]). - trino-cli: Add version `455` ([#822]). - spark: Add version `3.5.2` ([#848]). -- statsd-exporter: Bump version to 0.27.1 ([#866], [#879]). +- statsd-exporter: Bump version to `0.27.1` ([#866], [#879]). - hadoop: Add patch "HADOOP-18516: Support Fixed SAS Token for ABFS Authentication" ([#852]). - hbase: Add hadoop-azure.jar to the lib directory to support the Azure Blob Filesystem and the Azure Data Lake Storage ([#853]). @@ -36,13 +36,13 @@ All notable changes to this project will be documented in this file. - kafka: Remove versions `3.4.1`, `3.6.1`, `3.6.2` ([#813]). - trino: Remove versions `414`, `442` ([#822]). - trino-cli: Remove version `451` ([#822]). -- hbase: Remove 2.4.17 ([#846]). -- omid: Remove 1.1.0 and 1.1.1 ([#846]). -- spark: Remove 3.4.2 and 3.4.3 ([#848]). -- statsd-exporter: Remove 0.26.1 ([#866]). -- superset: Remove 2.1.3, 3.1.0 and 3.1.3 ([#866]). -- zookeeper: Remove 3.8.4 ([#851]). -- nifi: Remove 1.21.0 and 1.25.0 ([#868]). +- hbase: Remove `2.4.17` ([#846]). +- omid: Remove `1.1.0` and `1.1.1` ([#846]). +- spark: Remove `3.4.2` and `3.4.3` ([#848]). +- statsd-exporter: Remove `0.26.1` ([#866]). +- superset: Remove `2.1.3`, `3.1.0` and `3.1.3` ([#866]). +- zookeeper: Remove `3.8.4` ([#851]). +- nifi: Remove `1.21.0` and `1.25.0` ([#868]). - druid: Remove `28.0.1` ([#880]). ### Fixed