Skip to content

Commit be2eacf

Browse files
authored
chore: Bump missing product versions ahead of SDP 25.3.0 (#1021)
* chore(airflow): Add 2.10.4, remove 2.9.2, 2.10.2 * chore(hadoop): Add 3.4.1, use jmx_export 1.1.0 * fix(hadoop): Use fast mirror and show progress * fix(nix): Move pkg-config to nativeBuildInputs * chore(hive): Add 4.0.1, remove 4.0.0, use jmx_export 1.1.0 * chore(hbase): Use jmx_export 1.1.0 * chore(omid): Use jmx_export 1.1.0 * chore(zookeeper): Add 3.9.3, use jmx_export 1.1.0 * chore: Update changelog * chore(kafka): Revert 3.8.1 bump * chore(hadoop): Make the base url switchable * chore(airflow): Require explicit python version
1 parent 129eb4c commit be2eacf

30 files changed

+1015
-1152
lines changed

CHANGELOG.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -31,15 +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-
- spark: Add 3.5.5 ([#1022])
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]).
3541

3642
### Changed
3743

3844
- stackable-base: Bump cargo-cyclonedx to 0.5.7 ([#1013]).
39-
- kafka: Bump 3.8.0 to 3.8.1 ([#995]).
4045
- Update registry references to oci ([#989]).
4146
- trino-storage-connector: Move the build out of trino/ for easier patching ([#996]).
42-
- 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]).
4348

4449
### Removed
4550

@@ -51,7 +56,9 @@ All notable changes to this project will be documented in this file.
5156
- trino-storage-connector: Remove version 469 ([#999]).
5257
- nifi: Remove 2.0.0 ([#1006]).
5358
- druid: Remove 26.0.0 ([#984])
54-
- spark: Remove 3.5.1 ([#1022])
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]).
5562

5663
### Fixed
5764

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

6473
[#884]: https://github.com/stackabletech/docker-images/pull/884
6574
[#928]: https://github.com/stackabletech/docker-images/pull/928
@@ -80,7 +89,6 @@ All notable changes to this project will be documented in this file.
8089
[#991]: https://github.com/stackabletech/docker-images/pull/991
8190
[#992]: https://github.com/stackabletech/docker-images/pull/992
8291
[#993]: https://github.com/stackabletech/docker-images/pull/993
83-
[#995]: https://github.com/stackabletech/docker-images/pull/995
8492
[#996]: https://github.com/stackabletech/docker-images/pull/996
8593
[#997]: https://github.com/stackabletech/docker-images/pull/997
8694
[#999]: https://github.com/stackabletech/docker-images/pull/999
@@ -90,6 +98,7 @@ All notable changes to this project will be documented in this file.
9098
[#1006]: https://github.com/stackabletech/docker-images/pull/1006
9199
[#1007]: https://github.com/stackabletech/docker-images/pull/1007
92100
[#1013]: https://github.com/stackabletech/docker-images/pull/1013
101+
[#1021]: https://github.com/stackabletech/docker-images/pull/1021
93102
[#1022]: https://github.com/stackabletech/docker-images/pull/1022
94103

95104
## [24.11.1] - 2025-01-14

0 commit comments

Comments
 (0)