Skip to content

chore: Bump missing product versions ahead of SDP 25.3.0 #1021

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

Merged
merged 13 commits into from
Mar 12, 2025
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
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,20 @@ All notable changes to this project will be documented in this file.
- superset: Add version `4.1.1` ([#991]).
- Add Patchable patch management tool ([#1003], [#1005], [#1007]).
- nifi: Add 1.28.1, 2.2.0 ([#1006]).
- spark: Add 3.5.5 ([#1022])
- airflow: Add 2.10.4 ([#1021]).
- hadoop: Add 3.4.1, use jmx_export 1.1.0 ([#1021]).
- hive: Add 4.0.1, use jmx_export 1.1.0 ([#1021]).
- zookeeper: Add 3.9.3, use jmx_export 1.1.0 ([#1021]).
- hbase: Use jmx_export 1.1.0 ([#1021]).
- omid: Use jmx_export 1.1.0 ([#1021]).
- spark: Add 3.5.5 ([#1022]).

### Changed

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

### Removed

Expand All @@ -51,7 +56,9 @@ All notable changes to this project will be documented in this file.
- trino-storage-connector: Remove version 469 ([#999]).
- nifi: Remove 2.0.0 ([#1006]).
- druid: Remove 26.0.0 ([#984])
- spark: Remove 3.5.1 ([#1022])
- airflow: Remove 2.9.2, and 2.10.2 ([#1021]).
- hive: Remove 4.0.0 ([#1021]).
- spark: Remove 3.5.1 ([#1022]).

### Fixed

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

[#884]: https://github.com/stackabletech/docker-images/pull/884
[#928]: https://github.com/stackabletech/docker-images/pull/928
Expand All @@ -80,7 +89,6 @@ All notable changes to this project will be documented in this file.
[#991]: https://github.com/stackabletech/docker-images/pull/991
[#992]: https://github.com/stackabletech/docker-images/pull/992
[#993]: https://github.com/stackabletech/docker-images/pull/993
[#995]: https://github.com/stackabletech/docker-images/pull/995
[#996]: https://github.com/stackabletech/docker-images/pull/996
[#997]: https://github.com/stackabletech/docker-images/pull/997
[#999]: https://github.com/stackabletech/docker-images/pull/999
Expand All @@ -90,6 +98,7 @@ All notable changes to this project will be documented in this file.
[#1006]: https://github.com/stackabletech/docker-images/pull/1006
[#1007]: https://github.com/stackabletech/docker-images/pull/1007
[#1013]: https://github.com/stackabletech/docker-images/pull/1013
[#1021]: https://github.com/stackabletech/docker-images/pull/1021
[#1022]: https://github.com/stackabletech/docker-images/pull/1022

## [24.11.1] - 2025-01-14
Expand Down
Loading