Skip to content

Commit 8efed99

Browse files
adwk67razvan
andauthored
feat: Stabilise HBase OPA authorization (#1446)
* temporary commit for not-yet-released 0.2.0 * bump authorizer to 0.2.0 (eventually needs a new release) * updated base to 0.2.0 tag commit * changelog * changelog update * removed references to 0.1.0 as this version is not used by the given hbase versions --------- Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent 73a74f9 commit 8efed99

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` ([#1446]).
10+
711
### Fixed
812

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

15+
[#1446]: https://github.com/stackabletech/docker-images/pull/1446
1116
[#1453]: https://github.com/stackabletech/docker-images/pull/1453
1217

1318
## [26.3.0] - 2026-03-16

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.1.0" # only for HBase 2.6.1
5+
"hbase/hbase-opa-authorizer" = "0.2.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.1.0" # only for HBase 2.6.1
18+
"hbase/hbase-opa-authorizer" = "0.2.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.1.0".local-images]
1+
[versions."0.2.0".local-images]
22
java-devel = "11"
33

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

hbase/hbase-opa-authorizer/stackable/patches/0.1.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 = "950ca4c2b16cc469dd9cfe2ade914c30b19a1402"

0 commit comments

Comments
 (0)