From bf9aabb08497616c955f889a358c846f685fefd8 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 9 Mar 2026 12:13:09 +0100 Subject: [PATCH 1/5] temporary commit for not-yet-released 0.2.0 --- .../hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml diff --git a/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml b/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml new file mode 100644 index 000000000..c7028ce32 --- /dev/null +++ b/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml @@ -0,0 +1 @@ +base = "b81dfdb831d18c8cf5cacd397690cf97d4d4fdcc" From d992b038e933b686de41353b0cdf0941c649e0b1 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 9 Mar 2026 18:36:13 +0100 Subject: [PATCH 2/5] bump authorizer to 0.2.0 (eventually needs a new release) --- hbase/boil-config.toml | 4 ++-- hbase/hbase-opa-authorizer/boil-config.toml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/hbase/boil-config.toml b/hbase/boil-config.toml index dc5748f00..93ef2a265 100644 --- a/hbase/boil-config.toml +++ b/hbase/boil-config.toml @@ -2,7 +2,7 @@ "hbase/hbase" = "2.6.3" "hbase/hbase-operator-tools" = "1.3.0-hbase2.6.3" "hbase/phoenix" = "5.2.1-hbase2.6.3" -"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1 +"hbase/hbase-opa-authorizer" = "0.2.0" "hadoop/hadoop" = "3.4.2" java-base = "11" java-devel = "11" @@ -15,7 +15,7 @@ delete-caches = "true" "hbase/hbase" = "2.6.4" "hbase/hbase-operator-tools" = "1.3.0-hbase2.6.4" "hbase/phoenix" = "5.3.0-hbase2.6.4" -"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1 +"hbase/hbase-opa-authorizer" = "0.2.0" "hadoop/hadoop" = "3.4.2" java-base = "11" java-devel = "11" diff --git a/hbase/hbase-opa-authorizer/boil-config.toml b/hbase/hbase-opa-authorizer/boil-config.toml index 6e2beba1b..da0ca697b 100644 --- a/hbase/hbase-opa-authorizer/boil-config.toml +++ b/hbase/hbase-opa-authorizer/boil-config.toml @@ -3,3 +3,9 @@ java-devel = "11" [versions."0.1.0".build-arguments] delete-caches = "true" + +[versions."0.2.0".local-images] +java-devel = "11" + +[versions."0.2.0".build-arguments] +delete-caches = "true" From 4211bc064eb099015af535768062eaea8641fcf1 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 16 Mar 2026 15:33:32 +0100 Subject: [PATCH 3/5] updated base to 0.2.0 tag commit --- .../hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml b/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml index c7028ce32..a0272798f 100644 --- a/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml +++ b/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml @@ -1 +1 @@ -base = "b81dfdb831d18c8cf5cacd397690cf97d4d4fdcc" +base = "950ca4c2b16cc469dd9cfe2ade914c30b19a1402" From 8b43c9e18cb227e4c2cdfbb67175654087983053 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 16 Mar 2026 15:37:37 +0100 Subject: [PATCH 4/5] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fb2641f..f42961b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Changed + +- hbase: Update `hbase-opa-authorizer` from `0.2.0` ([#1446]). + +[#1446]: https://github.com/stackabletech/docker-images/pull/1446 + ## [26.3.0] - 2026-03-16 ## [26.3.0-rc1] - 2026-03-16 From f4a7acc0f8ec7e79bc34a533dc6d3985811484c2 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 16 Mar 2026 15:38:19 +0100 Subject: [PATCH 5/5] changelog update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f42961b0c..54f145aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Changed -- hbase: Update `hbase-opa-authorizer` from `0.2.0` ([#1446]). +- hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` ([#1446]). [#1446]: https://github.com/stackabletech/docker-images/pull/1446