Skip to content
Merged
Changes from all 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
of having the operator write it to the vector config ([#704]).
- test: Bump to Vector `0.46.1` ([#719]).
- test: Bump OPA to `1.4.2` ([#721]).

### Fixed

@@ -39,6 +40,7 @@ All notable changes to this project will be documented in this file.
[#714]: https://github.com/stackabletech/druid-operator/pull/714
[#716]: https://github.com/stackabletech/druid-operator/pull/716
[#719]: https://github.com/stackabletech/druid-operator/pull/719
[#721]: https://github.com/stackabletech/druid-operator/pull/721

## [25.3.0] - 2025-03-21

5 changes: 5 additions & 0 deletions tests/templates/kuttl/authorizer/02-install-opa.yaml.j2
Original file line number Diff line number Diff line change
@@ -29,7 +29,12 @@ metadata:
name: test-opa
spec:
image:
{% if test_scenario['values']['opa'].find(",") > 0 %}
custom: "{{ test_scenario['values']['opa'].split(',')[1] }}"
productVersion: "{{ test_scenario['values']['opa'].split(',')[0] }}"
{% else %}
productVersion: "{{ test_scenario['values']['opa'] }}"
{% endif %}
pullPolicy: IfNotPresent
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
clusterConfig:
2 changes: 1 addition & 1 deletion tests/test-definition.yaml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ dimensions:
- 3.9.3
- name: opa
values:
- 1.0.1
- 1.4.2
- name: hadoop
values:
- 3.4.1