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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ All notable changes to this project will be documented in this file.
- opa: Remove `1.4.2` ([#1396]).
- zookeeper: Remove `3.9.3` ([#1401]).
- trino: Remove `451` and `476` ([#1403]).
- hbase: Remove `2.6.2` ([#1408]).

### Fixed

Expand Down Expand Up @@ -69,6 +70,7 @@ All notable changes to this project will be documented in this file.
[#1401]: https://github.com/stackabletech/docker-images/pull/1401
[#1403]: https://github.com/stackabletech/docker-images/pull/1403
[#1405]: https://github.com/stackabletech/docker-images/pull/1405
[#1408]: https://github.com/stackabletech/docker-images/pull/1408

## [25.11.0] - 2025-11-07

Expand Down
13 changes: 0 additions & 13 deletions hbase/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
[versions."2.6.2".local-images]
"hbase/hbase" = "2.6.2"
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.2"
"hbase/phoenix" = "5.2.1-hbase2.6.2"
"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1
"hadoop/hadoop" = "3.4.1"
java-base = "11"
java-devel = "11"

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

[versions."2.6.3".local-images]
"hbase/hbase" = "2.6.3"
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.3"
Expand Down
10 changes: 0 additions & 10 deletions hbase/hbase-operator-tools/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
[versions."1.3.0-fd5a5fb-hbase2.6.2".local-images]
"hadoop/hadoop" = "3.4.1"
"hbase/hbase" = "2.6.2"
"java-devel" = "11"

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

[versions."1.3.0-fd5a5fb-hbase2.6.3".local-images]
"hadoop/hadoop" = "3.4.2"
"hbase/hbase" = "2.6.3"
Expand Down

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions hbase/hbase/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
[versions."2.6.2".local-images]
"hadoop/hadoop" = "3.4.1"
java-base = "11"
java-devel = "11"

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

[versions."2.6.3".local-images]
"hadoop/hadoop" = "3.4.2"
java-base = "11"
Expand Down
Loading