File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
rust/operator-binary/src/crd Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file.
25
25
26
26
### Fixed
27
27
28
- - Readiness probe fixed if Kerberos is enabled
28
+ - Readiness probe fixed if Kerberos is enabled ( [ # 833 ] ).
29
29
30
30
[ #796 ] : https://github.com/stackabletech/kafka-operator/pull/796
31
31
[ #803 ] : https://github.com/stackabletech/kafka-operator/pull/803
@@ -34,6 +34,7 @@ All notable changes to this project will be documented in this file.
34
34
[ #813 ] : https://github.com/stackabletech/kafka-operator/pull/813
35
35
[ #819 ] : https://github.com/stackabletech/kafka-operator/pull/819
36
36
[ #822 ] : https://github.com/stackabletech/kafka-operator/pull/822
37
+ [ #833 ] : https://github.com/stackabletech/kafka-operator/pull/833
37
38
38
39
## [ 24.11.1] - 2025-01-10
39
40
Original file line number Diff line number Diff line change @@ -304,6 +304,8 @@ impl KafkaTlsSecurity {
304
304
args. push ( "pipefail" . to_string ( ) ) ;
305
305
args. push ( "-c" . to_string ( ) ) ;
306
306
307
+ // the entire command needs to be subject to the -euo directive
308
+ // to prevent short-circuiting
307
309
let mut bash_args = vec ! [ ] ;
308
310
bash_args. push (
309
311
format ! (
Original file line number Diff line number Diff line change 6
6
dimensions :
7
7
- name : kafka
8
8
values :
9
+ - 3.7.1
10
+ - 3.7.2
11
+ - 3.8.1
9
12
- 3.9.0
10
13
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
11
14
# as in the example below.
@@ -31,6 +34,7 @@ dimensions:
31
34
- name : use-client-tls
32
35
values :
33
36
- " true"
37
+ - " false"
34
38
- name : use-client-auth-tls
35
39
values :
36
40
- " true"
@@ -42,6 +46,7 @@ dimensions:
42
46
- 1.21.1
43
47
- name : kerberos-realm
44
48
values :
49
+ - " CLUSTER.LOCAL"
45
50
- " PROD.MYCORP"
46
51
- name : kerberos-backend
47
52
values :
You can’t perform that action at this time.
0 commit comments