Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hbase/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions hbase/hbase-opa-authorizer/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
base = "950ca4c2b16cc469dd9cfe2ade914c30b19a1402"
Loading