Skip to content

Commit 0a61481

Browse files
authored
chore: bump phoenix to 5.2.1 for hbase 2.4.18 (#1009)
* chore: bump phoenix to 5.2.1 for hbase 2.4.18 * docs: changelog * docs: changelog fix
1 parent 97a3ad5 commit 0a61481

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ All notable changes to this project will be documented in this file.
4545
- stackable-base: Bump cargo-cyclonedx to 0.5.7 ([#1013]).
4646
- Update registry references to oci ([#989]).
4747
- trino-storage-connector: Move the build out of trino/ for easier patching ([#996]).
48+
- phoenix: Bump 5.2.0 to 5.2.1 ([#997], [#1009]).
4849
- BREAKING: druid: Bump opa-authorizer to 0.6.0 for all versions ([#984]).
4950

5051
### Removed
@@ -98,6 +99,7 @@ All notable changes to this project will be documented in this file.
9899
[#1005]: https://github.com/stackabletech/docker-images/pull/1005
99100
[#1006]: https://github.com/stackabletech/docker-images/pull/1006
100101
[#1007]: https://github.com/stackabletech/docker-images/pull/1007
102+
[#1009]: https://github.com/stackabletech/docker-images/pull/1009
101103
[#1013]: https://github.com/stackabletech/docker-images/pull/1013
102104
[#1015]: https://github.com/stackabletech/docker-images/pull/1015
103105
[#1021]: https://github.com/stackabletech/docker-images/pull/1021

hbase/versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"java-base": "11",
99
"java-devel": "11",
1010
"async_profiler": "2.9",
11-
"phoenix": "5.2.0",
11+
"phoenix": "5.2.1",
1212
"hbase_profile": "2.4",
1313
"hadoop": "3.3.6",
1414
"jmx_exporter": "1.1.0", # update the stackable/jmx/config<version> folder too

0 commit comments

Comments
 (0)