Skip to content

Commit f474f2e

Browse files
authored
fix: arm build of hbase-opa-authorizer (#1454)
* fix: arm build of hbase-opa-authorizer * update patchable
1 parent 8efed99 commit f474f2e

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ All notable changes to this project will be documented in this file.
66

77
### Changed
88

9-
- hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` ([#1446]).
9+
- hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` and then `0.3.0` ([#1446], [#1454]).
1010

1111
### Fixed
1212

1313
- trino: Backport fix for wrong deletes in Delta Lake ([#1453]).
1414

1515
[#1446]: https://github.com/stackabletech/docker-images/pull/1446
1616
[#1453]: https://github.com/stackabletech/docker-images/pull/1453
17+
[#1454]: https://github.com/stackabletech/docker-images/pull/1454
1718

1819
## [26.3.0] - 2026-03-16
1920

hbase/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"hbase/hbase" = "2.6.3"
33
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.3"
44
"hbase/phoenix" = "5.2.1-hbase2.6.3"
5-
"hbase/hbase-opa-authorizer" = "0.2.0"
5+
"hbase/hbase-opa-authorizer" = "0.3.0"
66
"hadoop/hadoop" = "3.4.2"
77
java-base = "11"
88
java-devel = "11"
@@ -15,7 +15,7 @@ delete-caches = "true"
1515
"hbase/hbase" = "2.6.4"
1616
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.4"
1717
"hbase/phoenix" = "5.3.0-hbase2.6.4"
18-
"hbase/hbase-opa-authorizer" = "0.2.0"
18+
"hbase/hbase-opa-authorizer" = "0.3.0"
1919
"hadoop/hadoop" = "3.4.2"
2020
java-base = "11"
2121
java-devel = "11"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[versions."0.2.0".local-images]
1+
[versions."0.3.0".local-images]
22
java-devel = "11"
33

4-
[versions."0.2.0".build-arguments]
4+
[versions."0.3.0".build-arguments]
55
delete-caches = "true"

hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
base = "5f4ff7b501408de3b1a835f023c0941aa24de9ac"

0 commit comments

Comments
 (0)