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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
- hbase: Add `2.6.4` (and phoenix `5.3.0`) ([#1408]).
- spark: Add `3.5.8` ([#1414]).
- spark-connect-client: Add `3.5.8` ([#1414]).
- hbase: Backport HBASE-29797 to all HBAse versions (`2.6.3` and `2.6.4`) ([#1425]).

### Changed

Expand All @@ -40,6 +41,7 @@ All notable changes to this project will be documented in this file.
- spark: Use one Dockerfile per major product version ([#1402]).
Remove all HBase dependencies from the Spark 4 image.
Pull logging dependencies with `mvn` instead of `curl` to remove manual maintenance in Nexus `packages`.
- hbase: Update `hbase-operator-tools` from `1.3.0-fd5a5fb` to `1.3.0` ([#1425]).

### Removed

Expand Down Expand Up @@ -97,6 +99,7 @@ All notable changes to this project will be documented in this file.
[#1423]: https://github.com/stackabletech/docker-images/pull/1414
[#1422]: https://github.com/stackabletech/docker-images/pull/1422
[#1424]: https://github.com/stackabletech/docker-images/pull/1424
[#1425]: https://github.com/stackabletech/docker-images/pull/1425

## [25.11.0] - 2025-11-07

Expand Down
4 changes: 2 additions & 2 deletions hbase/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions."2.6.3".local-images]
"hbase/hbase" = "2.6.3"
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.3"
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.3"
"hbase/phoenix" = "5.2.1-hbase2.6.3"
"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1
"hadoop/hadoop" = "3.4.2"
Expand All @@ -13,7 +13,7 @@ delete-caches = "true"

[versions."2.6.4".local-images]
"hbase/hbase" = "2.6.4"
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.4"
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.4"
"hbase/phoenix" = "5.3.0-hbase2.6.4"
"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1
"hadoop/hadoop" = "3.4.2"
Expand Down
12 changes: 6 additions & 6 deletions hbase/hbase-operator-tools/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions."1.3.0-fd5a5fb-hbase2.6.3".local-images]
[versions."1.3.0-hbase2.6.3".local-images]
"hadoop/hadoop" = "3.4.2"
"hbase/hbase" = "2.6.3"
"java-devel" = "11"

[versions."1.3.0-fd5a5fb-hbase2.6.3".build-arguments]
hbase-operator-tools-version = "1.3.0-fd5a5fb"
[versions."1.3.0-hbase2.6.3".build-arguments]
hbase-operator-tools-version = "1.3.0"
hbase-thirdparty-version = "4.1.9"
delete-caches = "true"

# Note: The next Hbase version should use 1.4.0 if it is released.
# At the time of writing, the latest commit is b22878f.
[versions."1.3.0-fd5a5fb-hbase2.6.4".local-images]
[versions."1.3.0-hbase2.6.4".local-images]
"hadoop/hadoop" = "3.4.2"
"hbase/hbase" = "2.6.4"
"java-devel" = "11"

[versions."1.3.0-fd5a5fb-hbase2.6.4".build-arguments]
hbase-operator-tools-version = "1.3.0-fd5a5fb"
[versions."1.3.0-hbase2.6.4".build-arguments]
hbase-operator-tools-version = "1.3.0"
hbase-thirdparty-version = "4.1.9"
delete-caches = "true"
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
base = "fd5a5fb90755949a90c502c76de8313130403fa3"
base = "223224dd1fb6474e933a84eabc4f4f150ab246ea"
mirror = "https://github.com/stackabletech/hbase-operator-tools.git"

Large diffs are not rendered by default.

Large diffs are not rendered by default.