Skip to content

Commit 4030bdc

Browse files
authored
Merge branch 'main' into chore/remove-unused-scripts
2 parents 67f6a5e + 3f71aab commit 4030bdc

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
1616
- trino: Add version `455` ([#822]).
1717
- trino-cli: Add version `455` ([#822]).
1818
- spark: Add version `3.5.2` ([#848]).
19-
- statsd-exporter: Bump version to 0.27.1 ([#866], [#879]).
19+
- statsd-exporter: Bump version to `0.27.1` ([#866], [#879]).
2020
- hadoop: Add patch "HADOOP-18516: Support Fixed SAS Token for ABFS Authentication" ([#852]).
2121
- hbase: Add hadoop-azure.jar to the lib directory to support the Azure Blob Filesystem and
2222
the Azure Data Lake Storage ([#853]).
@@ -38,13 +38,14 @@ All notable changes to this project will be documented in this file.
3838
- kafka: Remove versions `3.4.1`, `3.6.1`, `3.6.2` ([#813]).
3939
- trino: Remove versions `414`, `442` ([#822]).
4040
- trino-cli: Remove version `451` ([#822]).
41-
- hbase: Remove 2.4.17 ([#846]).
42-
- omid: Remove 1.1.0 and 1.1.1 ([#846]).
43-
- spark: Remove 3.4.2 and 3.4.3 ([#848]).
44-
- statsd-exporter: Remove 0.26.1 ([#866]).
45-
- superset: Remove 2.1.3, 3.1.0 and 3.1.3 ([#866]).
46-
- zookeeper: Remove 3.8.4 ([#851]).
47-
- nifi: Remove 1.21.0 and 1.25.0 ([#868]).
41+
- hbase: Remove `2.4.17` ([#846]).
42+
- omid: Remove `1.1.0` and `1.1.1` ([#846]).
43+
- spark: Remove `3.4.2` and `3.4.3` ([#848]).
44+
- statsd-exporter: Remove `0.26.1` ([#866]).
45+
- superset: Remove `2.1.3`, `3.1.0` and `3.1.3` ([#866]).
46+
- zookeeper: Remove `3.8.4` ([#851]).
47+
- nifi: Remove `1.21.0` and `1.25.0` ([#868]).
48+
- druid: Remove `28.0.1` ([#880]).
4849

4950
### Fixed
5051

@@ -74,6 +75,7 @@ All notable changes to this project will be documented in this file.
7475
[#877]: https://github.com/stackabletech/docker-images/pull/877
7576
[#878]: https://github.com/stackabletech/docker-images/pull/878
7677
[#879]: https://github.com/stackabletech/docker-images/pull/879
78+
[#880]: https://github.com/stackabletech/docker-images/pull/880
7779
[#881]: https://github.com/stackabletech/docker-images/pull/881
7880
[#882]: https://github.com/stackabletech/docker-images/pull/882
7981

druid/versions.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@
55
"java-devel": "11",
66
"authorizer": "0.5.0",
77
},
8-
{
9-
"product": "28.0.1",
10-
# Java 17 should be fully supported as of 27.0.0 https://github.com/apache/druid/releases#27.0.0-highlights-java-17-support
11-
# Did not work in a quick test due to reflection error:
12-
# Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class
13-
# java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError
14-
"java-base": "11",
15-
"java-devel": "11",
16-
"authorizer": "0.5.0",
17-
},
188
{
199
"product": "30.0.0",
2010
# https://druid.apache.org/docs/30.0.0/operations/java/

0 commit comments

Comments
 (0)