Skip to content

Commit 089d432

Browse files
authored
feat(hbase): Bump to hbase-operator-tools 1.3.0 and backport HBASE-29797 (#1425)
* feat(hbase): Bump to hbase-operator-tools 0.3.0 and backport HBASE-29797 * changelog
1 parent 97326cc commit 089d432

9 files changed

Lines changed: 1356 additions & 9 deletions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
2424
- hbase: Add `2.6.4` (and phoenix `5.3.0`) ([#1408]).
2525
- spark: Add `3.5.8` ([#1414]).
2626
- spark-connect-client: Add `3.5.8` ([#1414]).
27+
- hbase: Backport HBASE-29797 to all HBAse versions (`2.6.3` and `2.6.4`) ([#1425]).
2728

2829
### Changed
2930

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

4446
### Removed
4547

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

101104
## [25.11.0] - 2025-11-07
102105

hbase/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions."2.6.3".local-images]
22
"hbase/hbase" = "2.6.3"
3-
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.3"
3+
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.3"
44
"hbase/phoenix" = "5.2.1-hbase2.6.3"
55
"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1
66
"hadoop/hadoop" = "3.4.2"
@@ -13,7 +13,7 @@ delete-caches = "true"
1313

1414
[versions."2.6.4".local-images]
1515
"hbase/hbase" = "2.6.4"
16-
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.4"
16+
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.4"
1717
"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"
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
[versions."1.3.0-fd5a5fb-hbase2.6.3".local-images]
1+
[versions."1.3.0-hbase2.6.3".local-images]
22
"hadoop/hadoop" = "3.4.2"
33
"hbase/hbase" = "2.6.3"
44
"java-devel" = "11"
55

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

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

18-
[versions."1.3.0-fd5a5fb-hbase2.6.4".build-arguments]
19-
hbase-operator-tools-version = "1.3.0-fd5a5fb"
18+
[versions."1.3.0-hbase2.6.4".build-arguments]
19+
hbase-operator-tools-version = "1.3.0"
2020
hbase-thirdparty-version = "4.1.9"
2121
delete-caches = "true"

hbase/hbase-operator-tools/stackable/patches/1.3.0-fd5a5fb/0001-Add-CycloneDX-plugin.patch renamed to hbase/hbase-operator-tools/stackable/patches/1.3.0/0001-Add-CycloneDX-plugin.patch

File renamed without changes.

hbase/hbase-operator-tools/stackable/patches/1.3.0-fd5a5fb/0002-Exclude-hbase-testing-utils-dependency-from-the-buil.patch renamed to hbase/hbase-operator-tools/stackable/patches/1.3.0/0002-Exclude-hbase-testing-utils-dependency-from-the-buil.patch

File renamed without changes.

hbase/hbase-operator-tools/stackable/patches/1.3.0-fd5a5fb/0003-Configure-git-commit-id-plugin-to-use-native-git.patch renamed to hbase/hbase-operator-tools/stackable/patches/1.3.0/0003-Configure-git-commit-id-plugin-to-use-native-git.patch

File renamed without changes.

hbase/hbase-operator-tools/stackable/patches/1.3.0-fd5a5fb/patchable.toml renamed to hbase/hbase-operator-tools/stackable/patches/1.3.0/patchable.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
base = "fd5a5fb90755949a90c502c76de8313130403fa3"
1+
base = "223224dd1fb6474e933a84eabc4f4f150ab246ea"
22
mirror = "https://github.com/stackabletech/hbase-operator-tools.git"

hbase/hbase/stackable/patches/2.6.3/0007-HBASE-29797-Should-not-create-wal-directory-when-cre.patch

Lines changed: 672 additions & 0 deletions
Large diffs are not rendered by default.

hbase/hbase/stackable/patches/2.6.4/0007-HBASE-29797-Should-not-create-wal-directory-when-cre.patch

Lines changed: 672 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)