Skip to content
Draft
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 @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
- hadoop: Add `3.5.0` and `3.4.3` ([#1511]).
- airflow: Add `3.2.2` ([#1519], [#1541]).
- druid: Add `37.0.0` ([#1535]).
- hbase: Add `2.6.6` ([#1547]).

### Changed

Expand Down Expand Up @@ -51,6 +52,7 @@ All notable changes to this project will be documented in this file.
- hive: Remove `4.1.0` ([#1539]).
- druid: Remove `34.0.0` ([#1535]).
- java-base: Drop Java 8 ([#1548]).
- hbase: Remove `2.6.3` ([#1547]).

[#1446]: https://github.com/stackabletech/docker-images/pull/1446
[#1452]: https://github.com/stackabletech/docker-images/pull/1452
Expand Down Expand Up @@ -81,6 +83,7 @@ All notable changes to this project will be documented in this file.
[#1535]: https://github.com/stackabletech/docker-images/pull/1535
[#1539]: https://github.com/stackabletech/docker-images/pull/1539
[#1541]: https://github.com/stackabletech/docker-images/pull/1541
[#1547]: https://github.com/stackabletech/docker-images/pull/1547
[#1548]: https://github.com/stackabletech/docker-images/pull/1548

## [26.3.0] - 2026-03-16
Expand Down
28 changes: 16 additions & 12 deletions hbase/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
[metadata.registries]
"oci.stackable.tech" = { namespace = "sdp" }

[versions."2.6.3".local-images]
"hbase/hbase" = "2.6.3"
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.3"
"hbase/phoenix" = "5.2.1-hbase2.6.3"
# Deprecated since 26.7.0
[versions."2.6.4".local-images]
"hbase/hbase" = "2.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.3.0"
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
"hadoop/hadoop" = "3.4.3"
java-base = "11"
java-devel = "11"

[versions."2.6.3".build-arguments]
[versions."2.6.4".build-arguments]
hbase-profile = "2.6"
delete-caches = "true"

[versions."2.6.4".local-images]
"hbase/hbase" = "2.6.4"
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.4"
"hbase/phoenix" = "5.3.0-hbase2.6.4"


# LTS since 26.7.0
[versions."2.6.6".local-images]
"hbase/hbase" = "2.6.6"
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.6"
"hbase/phoenix" = "5.3.1-hbase2.6.6"
"hbase/hbase-opa-authorizer" = "0.3.0"
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
"hadoop/hadoop" = "3.4.3"
java-base = "11"
java-devel = "11"

[versions."2.6.4".build-arguments]
[versions."2.6.6".build-arguments]
hbase-profile = "2.6"
delete-caches = "true"
24 changes: 12 additions & 12 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-hbase2.6.3".local-images]
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
"hbase/hbase" = "2.6.3"
"java-devel" = "11"

[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-hbase2.6.4".local-images]
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
"hadoop/hadoop" = "3.4.3"
"hbase/hbase" = "2.6.4"
"java-devel" = "11"

[versions."1.3.0-hbase2.6.4".build-arguments]
hbase-operator-tools-version = "1.3.0"
hbase-thirdparty-version = "4.1.9"
hbase-thirdparty-version = "4.1.12" # Needs to match https://github.com/apache/hbase/blob/rel/2.6.6/pom.xml
delete-caches = "true"

[versions."1.3.0-hbase2.6.6".local-images]
"hadoop/hadoop" = "3.4.3"
"hbase/hbase" = "2.6.6"
"java-devel" = "11"

[versions."1.3.0-hbase2.6.6".build-arguments]
hbase-operator-tools-version = "1.3.0"
hbase-thirdparty-version = "4.1.13" # Needs to match https://github.com/apache/hbase/blob/rel/2.6.6/pom.xml
delete-caches = "true"
16 changes: 10 additions & 6 deletions hbase/hbase/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
[versions."2.6.3".local-images]
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
# Deprecated since 26.7.0
[versions."2.6.4".local-images]
"hadoop/hadoop" = "3.4.3"
java-base = "11"
java-devel = "11"

[versions."2.6.3".build-arguments]
[versions."2.6.4".build-arguments]
async-profiler-version = "2.9"
delete-caches = "true"

[versions."2.6.4".local-images]
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3


# LTS since 26.7.0
[versions."2.6.6".local-images]
"hadoop/hadoop" = "3.4.3"
java-base = "11"
java-devel = "11"

[versions."2.6.4".build-arguments]
[versions."2.6.6".build-arguments]
async-profiler-version = "2.9"
delete-caches = "true"
Loading