Skip to content
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ All notable changes to this project will be documented in this file.
- stackable-base: Bump cargo-cyclonedx to 0.5.7 ([#1013]).
- Update registry references to oci ([#989]).
- trino-storage-connector: Move the build out of trino/ for easier patching ([#996]).
- phoenix: Bump 5.2.0 to 5.2.1 ([#997], [#1009]).
- BREAKING: druid: Bump opa-authorizer to 0.6.0 for all versions ([#984]).

### Removed
Expand Down Expand Up @@ -98,6 +99,7 @@ All notable changes to this project will be documented in this file.
[#1005]: https://github.com/stackabletech/docker-images/pull/1005
[#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
[#1013]: https://github.com/stackabletech/docker-images/pull/1013
[#1015]: https://github.com/stackabletech/docker-images/pull/1015
[#1021]: https://github.com/stackabletech/docker-images/pull/1021
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.1.0", # update the stackable/jmx/config<version> folder too
Expand Down