File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 21
21
- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
22
22
of having the operator write it to the vector config ([ #600 ] ).
23
23
- test: Bump to Vector 0.46.1 ([ #620 ] ).
24
+ - test: Bump OPA to ` 1.4.2 ` ([ #624 ] ).
24
25
25
26
### Fixed
26
27
34
35
[ #608 ] : https://github.com/stackabletech/airflow-operator/pull/608
35
36
[ #613 ] : https://github.com/stackabletech/airflow-operator/pull/613
36
37
[ #620 ] : https://github.com/stackabletech/airflow-operator/pull/620
38
+ [ #624 ] : https://github.com/stackabletech/airflow-operator/pull/624
37
39
38
40
## [ 25.3.0] - 2025-03-21
39
41
Original file line number Diff line number Diff line change @@ -10,7 +10,12 @@ metadata:
10
10
name: opa
11
11
spec:
12
12
image:
13
+ {% if test_scenario ['values' ]['opa-latest' ].find ("," ) > 0 %}
14
+ custom: "{{ test_scenario['values'] ['opa-latest'] .split(',')[1] }}"
15
+ productVersion: "{{ test_scenario['values'] ['opa-latest'] .split(',')[0] }}"
16
+ {% else %}
13
17
productVersion: "{{ test_scenario['values'] ['opa-latest'] }}"
18
+ {% endif %}
14
19
pullPolicy: IfNotPresent
15
20
clusterConfig:
16
21
{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dimensions:
18
18
# - 2.9.3,oci.stackable.tech/sandbox/airflow:2.9.3-stackable0.0.0-dev
19
19
- name : opa-latest
20
20
values :
21
- - 1.0.1
21
+ - 1.4.2
22
22
- name : ldap-authentication
23
23
values :
24
24
- no-tls
You can’t perform that action at this time.
0 commit comments