diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fb2641f..54f145aad 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.1.0` to `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 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" 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..a0272798f --- /dev/null +++ b/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml @@ -0,0 +1 @@ +base = "950ca4c2b16cc469dd9cfe2ade914c30b19a1402"