Skip to content

Commit 70d1501

Browse files
authored
Merge branch 'main' into chore/bump-phoenix-for-hbase-2.4.18
2 parents b9b0f7f + 97a3ad5 commit 70d1501

File tree

197 files changed

+3038
-3451
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+3038
-3451
lines changed

.patchable

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Marker file for Patchable to know that this is the image repository

CHANGELOG.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515
util-linux-core contains a basic set of Linux utilities, including the
1616
command logger which allows to enter messages into the system log.
1717
- vector: Add version 0.43.1 ([#980]).
18+
- druid: Add version 30.0.1 and 31.0.1 ([#984])
1819
- opa: Add version 1.0.1 ([#981], [#1000]).
1920
- statsd-exporter: Bump version to 0.28.0 ([#982]).
2021
- git-sync: Bump version to 4.4.0 ([#990]).
@@ -28,16 +29,25 @@ All notable changes to this project will be documented in this file.
2829
- trino-cli: Add version 470 ([#999]).
2930
- trino-storage-connector: Add version 470 ([#999]).
3031
- superset: Add version `4.1.1` ([#991]).
31-
- Add Patchable patch management tool ([#1003], [#1007]).
32+
- Add Patchable patch management tool ([#1003], [#1005], [#1007]).
3233
- 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]).
41+
- trino: Add libstdc++ package, needed by snappy and duckdb ([#1015]).
3342

3443
### Changed
3544

36-
- kafka: Bump 3.8.0 to 3.8.1 ([#995]).
45+
- stackable-base: Bump cargo-cyclonedx to 0.5.7 ([#1013]).
3746
- Update registry references to oci ([#989]).
3847
- trino-storage-connector: Move the build out of trino/ for easier patching ([#996]).
3948
- druid 26.0.0: Migrate to patchable ([#1003]).
4049
- phoenix: Bump 5.2.0 to 5.2.1 ([#997], [#1009]).
50+
- BREAKING: druid: Bump opa-authorizer to 0.6.0 for all versions ([#984]).
4151

4252
### Removed
4353

@@ -48,12 +58,20 @@ All notable changes to this project will be documented in this file.
4858
- trino-cli: Remove version 469 ([#999]).
4959
- trino-storage-connector: Remove version 469 ([#999]).
5060
- nifi: Remove 2.0.0 ([#1006]).
61+
- druid: Remove 26.0.0 ([#984])
62+
- airflow: Remove 2.9.2, and 2.10.2 ([#1021]).
63+
- hive: Remove 4.0.0 ([#1021]).
64+
- spark: Remove 3.5.1 ([#1022]).
5165

5266
### Fixed
5367

68+
- stackable-base: Install missing rust toolchains ([#1013]).
69+
- opa: Install missing rust toolchains ([#1013]).
5470
- druid: Fix CVE-2023-34455 in Druid `30.0.0` by deleting a dependency ([#935]).
5571
- hadoop: Fix the JMX exporter configuration for metrics suffixed with
5672
`_total`, `_info` and `_created` ([#962]).
73+
- nix: Move `pkg-config` to nativeBuildInputs ([#1021]).
74+
- hadoop: Use the fast mirror in the download script ([#1021]).
5775

5876
[#884]: https://github.com/stackabletech/docker-images/pull/884
5977
[#928]: https://github.com/stackabletech/docker-images/pull/928
@@ -67,21 +85,26 @@ All notable changes to this project will be documented in this file.
6785
[#980]: https://github.com/stackabletech/docker-images/pull/980
6886
[#981]: https://github.com/stackabletech/docker-images/pull/981
6987
[#982]: https://github.com/stackabletech/docker-images/pull/982
88+
[#984]: https://github.com/stackabletech/docker-images/pull/984
89+
[#988]: https://github.com/stackabletech/docker-images/pull/988
7090
[#989]: https://github.com/stackabletech/docker-images/pull/989
7191
[#990]: https://github.com/stackabletech/docker-images/pull/990
72-
[#988]: https://github.com/stackabletech/docker-images/pull/988
7392
[#991]: https://github.com/stackabletech/docker-images/pull/991
7493
[#992]: https://github.com/stackabletech/docker-images/pull/992
7594
[#993]: https://github.com/stackabletech/docker-images/pull/993
76-
[#995]: https://github.com/stackabletech/docker-images/pull/995
7795
[#996]: https://github.com/stackabletech/docker-images/pull/996
7896
[#997]: https://github.com/stackabletech/docker-images/pull/997
7997
[#999]: https://github.com/stackabletech/docker-images/pull/999
8098
[#1000]: https://github.com/stackabletech/docker-images/pull/1000
8199
[#1003]: https://github.com/stackabletech/docker-images/pull/1003
100+
[#1005]: https://github.com/stackabletech/docker-images/pull/1005
82101
[#1006]: https://github.com/stackabletech/docker-images/pull/1006
83102
[#1007]: https://github.com/stackabletech/docker-images/pull/1007
84103
[#1009]: https://github.com/stackabletech/docker-images/pull/1009
104+
[#1013]: https://github.com/stackabletech/docker-images/pull/1013
105+
[#1015]: https://github.com/stackabletech/docker-images/pull/1015
106+
[#1021]: https://github.com/stackabletech/docker-images/pull/1021
107+
[#1022]: https://github.com/stackabletech/docker-images/pull/1022
85108

86109
## [24.11.1] - 2025-01-14
87110

0 commit comments

Comments
 (0)