Skip to content

Commit 911d483

Browse files
committed
remove 26.0.0 / fix opa integration test
1 parent 6fc700d commit 911d483

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010
 config property `requestedSecretLifetime`. This helps reducing frequent Pod restarts ([#660]).
1111
- Run a `containerdebug` process in the background of each "druid" container to collect debugging information ([#667]).
1212
- Aggregate emitted Kubernetes events on the CustomResources ([#677]).
13-
- Support Apache Druid `31.0.1` and adjust memory limits of coordinator and middlemanager ([#685]).
13+
- Support Apache Druid `31.0.1` and adjust memory limits of coordinator and middlemanager, remove `26.0.0` ([#685]).
1414

1515
[#660]: https://github.com/stackabletech/druid-operator/pull/660
1616
[#667]: https://github.com/stackabletech/druid-operator/pull/667

docs/modules/druid/partials/supported-versions.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// This is a separate file, since it is used by both the direct Druid documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 31.0.1
6-
- 30.0.0 (LTS)
7-
- 26.0.0 (deprecated)
5+
- 31.0.1 (LTS)
6+
- 30.0.1
7+
- 30.0.0 (deprecated)

tests/templates/kuttl/authorizer/02-install-opa.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ data:
1212
default allow = false
1313

1414
allow {
15-
input.user == "alice"
15+
input.authenticationResult.identity == "alice"
1616
}
1717

1818
allow {
19-
input.user == "admin"
19+
input.authenticationResult.identity == "admin"
2020
}
2121

2222
allow {
23-
input.user == "druid_system"
23+
input.authenticationResult.identity == "druid_system"
2424
}
2525
---
2626
apiVersion: opa.stackable.tech/v1alpha1

tests/test-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
dimensions:
1414
- name: druid
1515
values:
16-
- 26.0.0
1716
- 30.0.0
17+
- 30.0.1
1818
- 31.0.1
1919
# To use a custom image, add a comma and the full name after the product version
2020
# - 28.0.1,docker.stackable.tech/sandbox/druid:28.0.1-stackable0.0.0-dev

0 commit comments

Comments
 (0)