Skip to content

Commit 82fef39

Browse files
authored
chore(hbase): Add 2.6.4, remove 2.6.2 (#1408)
* chore(hbase): Remove 2.6.2 * chore(hbase): Remove patches for older versions * chore: Update changelog * chore(hbase): Remove phoenix for Hbase 2.6.2 * chore(hbase): Add `2.6.4` (and phoenix `5.3.0`)
1 parent 08fc3ad commit 82fef39

23 files changed

Lines changed: 160 additions & 1216 deletions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
2121
- spark-connect-client: Add `4.1.1` ([#1402]).
2222
- spark-k8s/hbase-connectors: new image extracted from spark dockerfile ([#1402]).
2323
- trino: Add `479` ([#1403]).
24+
- hbase: Add `2.6.4` (and phoenix `5.3.0`) ([#1408]).
2425

2526
### Changed
2627

@@ -49,6 +50,7 @@ All notable changes to this project will be documented in this file.
4950
- opa: Remove `1.4.2` ([#1396]).
5051
- zookeeper: Remove `3.9.3` ([#1401]).
5152
- trino: Remove `451` and `476` ([#1403]).
53+
- hbase: Remove `2.6.2` ([#1408]).
5254

5355
### Fixed
5456

@@ -81,6 +83,7 @@ All notable changes to this project will be documented in this file.
8183
[#1403]: https://github.com/stackabletech/docker-images/pull/1403
8284
[#1405]: https://github.com/stackabletech/docker-images/pull/1405
8385
[#1406]: https://github.com/stackabletech/docker-images/pull/1406
86+
[#1408]: https://github.com/stackabletech/docker-images/pull/1408
8487

8588
## [25.11.0] - 2025-11-07
8689

hbase/boil-config.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
[versions."2.6.2".local-images]
2-
"hbase/hbase" = "2.6.2"
3-
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.2"
4-
"hbase/phoenix" = "5.2.1-hbase2.6.2"
1+
[versions."2.6.3".local-images]
2+
"hbase/hbase" = "2.6.3"
3+
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.3"
4+
"hbase/phoenix" = "5.2.1-hbase2.6.3"
55
"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1
6-
"hadoop/hadoop" = "3.4.1"
6+
"hadoop/hadoop" = "3.4.2"
77
java-base = "11"
88
java-devel = "11"
99

10-
[versions."2.6.2".build-arguments]
10+
[versions."2.6.3".build-arguments]
1111
hbase-profile = "2.6"
1212
delete-caches = "true"
1313

14-
[versions."2.6.3".local-images]
15-
"hbase/hbase" = "2.6.3"
16-
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.3"
17-
"hbase/phoenix" = "5.2.1-hbase2.6.3"
14+
[versions."2.6.4".local-images]
15+
"hbase/hbase" = "2.6.4"
16+
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.4"
17+
"hbase/phoenix" = "5.3.0-hbase2.6.4"
1818
"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1
1919
"hadoop/hadoop" = "3.4.2"
2020
java-base = "11"
2121
java-devel = "11"
2222

23-
[versions."2.6.3".build-arguments]
23+
[versions."2.6.4".build-arguments]
2424
hbase-profile = "2.6"
2525
delete-caches = "true"
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
[versions."1.3.0-fd5a5fb-hbase2.6.2".local-images]
2-
"hadoop/hadoop" = "3.4.1"
3-
"hbase/hbase" = "2.6.2"
1+
[versions."1.3.0-fd5a5fb-hbase2.6.3".local-images]
2+
"hadoop/hadoop" = "3.4.2"
3+
"hbase/hbase" = "2.6.3"
44
"java-devel" = "11"
55

6-
[versions."1.3.0-fd5a5fb-hbase2.6.2".build-arguments]
6+
[versions."1.3.0-fd5a5fb-hbase2.6.3".build-arguments]
77
hbase-operator-tools-version = "1.3.0-fd5a5fb"
88
hbase-thirdparty-version = "4.1.9"
99
delete-caches = "true"
1010

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

16-
[versions."1.3.0-fd5a5fb-hbase2.6.3".build-arguments]
18+
[versions."1.3.0-fd5a5fb-hbase2.6.4".build-arguments]
1719
hbase-operator-tools-version = "1.3.0-fd5a5fb"
1820
hbase-thirdparty-version = "4.1.9"
1921
delete-caches = "true"

hbase/hbase-operator-tools/stackable/patches/1.2.0/patchable.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

hbase/hbase/boil-config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
[versions."2.6.2".local-images]
2-
"hadoop/hadoop" = "3.4.1"
1+
[versions."2.6.3".local-images]
2+
"hadoop/hadoop" = "3.4.2"
33
java-base = "11"
44
java-devel = "11"
55

6-
[versions."2.6.2".build-arguments]
6+
[versions."2.6.3".build-arguments]
77
async-profiler-version = "2.9"
88
delete-caches = "true"
99

10-
[versions."2.6.3".local-images]
10+
[versions."2.6.4".local-images]
1111
"hadoop/hadoop" = "3.4.2"
1212
java-base = "11"
1313
java-devel = "11"
1414

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

0 commit comments

Comments
 (0)