Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ All notable changes to this project will be documented in this file.
- Update registry references to oci ([#989]).
- trino-storage-connector: Move the build out of trino/ for easier patching ([#996]).
- druid 26.0.0: Migrate to patchable ([#1003]).
- phoenix: Bump 5.2.0 to 5.2.1 ([#997], [#1009]).

### Removed

Expand Down Expand Up @@ -80,6 +81,7 @@ All notable changes to this project will be documented in this file.
[#1003]: https://github.com/stackabletech/docker-images/pull/1003
[#1006]: https://github.com/stackabletech/docker-images/pull/1006
[#1007]: https://github.com/stackabletech/docker-images/pull/1007
[#1009]: https://github.com/stackabletech/docker-images/pull/1009

## [24.11.1] - 2025-01-14

Expand Down
2 changes: 1 addition & 1 deletion hbase/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"java-base": "11",
"java-devel": "11",
"async_profiler": "2.9",
"phoenix": "5.2.0",
"phoenix": "5.2.1",
"hbase_profile": "2.4",
"hadoop": "3.3.6",
"jmx_exporter": "1.0.1-stackable", # update the stackable/jmx/config<version> folder too
Expand Down