File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
21
21
- Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
22
22
- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
23
23
of having the operator write it to the vector config ([ #734 ] ).
24
+ - test: Bump HDFS to ` 3.4.1 ` ([ #741 ] ).
24
25
25
26
### Fixed
26
27
@@ -32,6 +33,7 @@ All notable changes to this project will be documented in this file.
32
33
[ #733 ] : https://github.com/stackabletech/trino-operator/pull/733
33
34
[ #735 ] : https://github.com/stackabletech/trino-operator/pull/735
34
35
[ #739 ] : https://github.com/stackabletech/trino-operator/pull/739
36
+ [ #741 ] : https://github.com/stackabletech/trino-operator/pull/741
35
37
36
38
## [ 25.3.0] - 2025-03-21
37
39
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dimensions:
41
41
- 1.0.1
42
42
- name : hdfs
43
43
values :
44
- - 3.4.0
44
+ - 3.4.1
45
45
- name : zookeeper
46
46
values :
47
47
- 3.9.3
You can’t perform that action at this time.
0 commit comments