diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd16db93..80b19132f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,15 @@ 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]). + ### Fixed - trino: Backport fix for wrong deletes in Delta Lake ([#1453]). +[#1446]: https://github.com/stackabletech/docker-images/pull/1446 [#1453]: https://github.com/stackabletech/docker-images/pull/1453 ## [26.3.0] - 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..233727275 100644 --- a/hbase/hbase-opa-authorizer/boil-config.toml +++ b/hbase/hbase-opa-authorizer/boil-config.toml @@ -1,5 +1,5 @@ -[versions."0.1.0".local-images] +[versions."0.2.0".local-images] java-devel = "11" -[versions."0.1.0".build-arguments] +[versions."0.2.0".build-arguments] delete-caches = "true" diff --git a/hbase/hbase-opa-authorizer/stackable/patches/0.1.0/patchable.toml b/hbase/hbase-opa-authorizer/stackable/patches/0.1.0/patchable.toml deleted file mode 100644 index 1eb0f3230..000000000 --- a/hbase/hbase-opa-authorizer/stackable/patches/0.1.0/patchable.toml +++ /dev/null @@ -1 +0,0 @@ -base = "c7eb27ca6a162bbfdb98262ba69e40d109f1fdd4" 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"