Skip to content

Commit 924e3c0

Browse files
authored
Merge branch 'main' into feat/trino-libstdc++
2 parents 85a927f + 988cdb7 commit 924e3c0

39 files changed

+1028
-1202
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,20 @@ All notable changes to this project will be documented in this file.
3131
- superset: Add version `4.1.1` ([#991]).
3232
- Add Patchable patch management tool ([#1003], [#1005], [#1007]).
3333
- nifi: Add 1.28.1, 2.2.0 ([#1006]).
34+
- airflow: Add 2.10.4 ([#1021]).
35+
- hadoop: Add 3.4.1, use jmx_export 1.1.0 ([#1021]).
36+
- hive: Add 4.0.1, use jmx_export 1.1.0 ([#1021]).
37+
- zookeeper: Add 3.9.3, use jmx_export 1.1.0 ([#1021]).
38+
- hbase: Use jmx_export 1.1.0 ([#1021]).
39+
- omid: Use jmx_export 1.1.0 ([#1021]).
40+
- spark: Add 3.5.5 ([#1022]).
3441

3542
### Changed
3643

3744
- stackable-base: Bump cargo-cyclonedx to 0.5.7 ([#1013]).
38-
- kafka: Bump 3.8.0 to 3.8.1 ([#995]).
3945
- Update registry references to oci ([#989]).
4046
- trino-storage-connector: Move the build out of trino/ for easier patching ([#996]).
41-
- BREAKING: druid: Bump opa-authorizer to 0.6.0 for all versions ([#984])
47+
- BREAKING: druid: Bump opa-authorizer to 0.6.0 for all versions ([#984]).
4248

4349
### Removed
4450

@@ -50,6 +56,9 @@ All notable changes to this project will be documented in this file.
5056
- trino-storage-connector: Remove version 469 ([#999]).
5157
- nifi: Remove 2.0.0 ([#1006]).
5258
- druid: Remove 26.0.0 ([#984])
59+
- airflow: Remove 2.9.2, and 2.10.2 ([#1021]).
60+
- hive: Remove 4.0.0 ([#1021]).
61+
- spark: Remove 3.5.1 ([#1022]).
5362

5463
### Fixed
5564

@@ -58,6 +67,8 @@ All notable changes to this project will be documented in this file.
5867
- druid: Fix CVE-2023-34455 in Druid `30.0.0` by deleting a dependency ([#935]).
5968
- hadoop: Fix the JMX exporter configuration for metrics suffixed with
6069
`_total`, `_info` and `_created` ([#962]).
70+
- nix: Move `pkg-config` to nativeBuildInputs ([#1021]).
71+
- hadoop: Use the fast mirror in the download script ([#1021]).
6172

6273
[#884]: https://github.com/stackabletech/docker-images/pull/884
6374
[#928]: https://github.com/stackabletech/docker-images/pull/928
@@ -78,7 +89,6 @@ All notable changes to this project will be documented in this file.
7889
[#991]: https://github.com/stackabletech/docker-images/pull/991
7990
[#992]: https://github.com/stackabletech/docker-images/pull/992
8091
[#993]: https://github.com/stackabletech/docker-images/pull/993
81-
[#995]: https://github.com/stackabletech/docker-images/pull/995
8292
[#996]: https://github.com/stackabletech/docker-images/pull/996
8393
[#997]: https://github.com/stackabletech/docker-images/pull/997
8494
[#999]: https://github.com/stackabletech/docker-images/pull/999
@@ -88,6 +98,8 @@ All notable changes to this project will be documented in this file.
8898
[#1006]: https://github.com/stackabletech/docker-images/pull/1006
8999
[#1007]: https://github.com/stackabletech/docker-images/pull/1007
90100
[#1013]: https://github.com/stackabletech/docker-images/pull/1013
101+
[#1021]: https://github.com/stackabletech/docker-images/pull/1021
102+
[#1022]: https://github.com/stackabletech/docker-images/pull/1022
91103

92104
## [24.11.1] - 2025-01-14
93105

0 commit comments

Comments
 (0)