Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(druid): Remove 28.0.1 #880

Merged
merged 4 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).
Expand All @@ -38,13 +38,14 @@ 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

Expand Down Expand Up @@ -74,6 +75,7 @@ All notable changes to this project will be documented in this file.
[#877]: https://github.com/stackabletech/docker-images/pull/877
[#878]: https://github.com/stackabletech/docker-images/pull/878
[#879]: https://github.com/stackabletech/docker-images/pull/879
[#880]: https://github.com/stackabletech/docker-images/pull/880
[#881]: https://github.com/stackabletech/docker-images/pull/881
[#882]: https://github.com/stackabletech/docker-images/pull/882

Expand Down
10 changes: 0 additions & 10 deletions druid/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down