diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b19132f..a1598e035 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.1.0` to `0.2.0` ([#1446]). +- hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` and then `0.3.0` ([#1446], [#1454]). ### Fixed @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. [#1446]: https://github.com/stackabletech/docker-images/pull/1446 [#1453]: https://github.com/stackabletech/docker-images/pull/1453 +[#1454]: https://github.com/stackabletech/docker-images/pull/1454 ## [26.3.0] - 2026-03-16 diff --git a/hbase/boil-config.toml b/hbase/boil-config.toml index 93ef2a265..c00fddd1f 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.2.0" +"hbase/hbase-opa-authorizer" = "0.3.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.2.0" +"hbase/hbase-opa-authorizer" = "0.3.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 233727275..f850f3e69 100644 --- a/hbase/hbase-opa-authorizer/boil-config.toml +++ b/hbase/hbase-opa-authorizer/boil-config.toml @@ -1,5 +1,5 @@ -[versions."0.2.0".local-images] +[versions."0.3.0".local-images] java-devel = "11" -[versions."0.2.0".build-arguments] +[versions."0.3.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 deleted file mode 100644 index a0272798f..000000000 --- a/hbase/hbase-opa-authorizer/stackable/patches/0.2.0/patchable.toml +++ /dev/null @@ -1 +0,0 @@ -base = "950ca4c2b16cc469dd9cfe2ade914c30b19a1402" diff --git a/hbase/hbase-opa-authorizer/stackable/patches/0.3.0/patchable.toml b/hbase/hbase-opa-authorizer/stackable/patches/0.3.0/patchable.toml new file mode 100644 index 000000000..a14616c69 --- /dev/null +++ b/hbase/hbase-opa-authorizer/stackable/patches/0.3.0/patchable.toml @@ -0,0 +1 @@ +base = "5f4ff7b501408de3b1a835f023c0941aa24de9ac"