File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2020- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
2121 of having the operator write it to the vector config ([ #645 ] ).
2222- test: Bump to Vector ` 0.46.1 ` ([ #657 ] ).
23+ - test: Bump OPA to ` 1.4.2 ` ([ #661 ] ).
2324
2425### Fixed
2526
3940[ #654 ] : https://github.com/stackabletech/hbase-operator/pull/654
4041[ #655 ] : https://github.com/stackabletech/hbase-operator/pull/655
4142[ #657 ] : https://github.com/stackabletech/hbase-operator/pull/657
43+ [ #661 ] : https://github.com/stackabletech/hbase-operator/pull/661
4244
4345## [ 25.3.0] - 2025-03-21
4446
Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ metadata:
55 name: opa
66spec:
77 image:
8+ {% if test_scenario ['values' ]['opa' ].find ("," ) > 0 %}
9+ custom: "{{ test_scenario['values'] ['opa'] .split(',')[1] }}"
10+ productVersion: "{{ test_scenario['values'] ['opa'] .split(',')[0] }}"
11+ {% else %}
812 productVersion: "{{ test_scenario['values'] ['opa'] }}"
13+ {% endif %}
914 pullPolicy: IfNotPresent
1015 servers:
1116 config:
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dimensions:
3333 - 1.21.1
3434 - name : opa
3535 values :
36- - 1.0.1
36+ - 1.4.2
3737 # Used for zookeeper, hdfs and hbase
3838 - name : listener-class
3939 values :
You can’t perform that action at this time.
0 commit comments