Skip to content

Commit 6c4b93e

Browse files
committed
changelog, restored test defs, added comment
1 parent a4e80e5 commit 6c4b93e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file.
2525

2626
### Fixed
2727

28-
- Readiness probe fixed if Kerberos is enabled
28+
- Readiness probe fixed if Kerberos is enabled ([#833]).
2929

3030
[#796]: https://github.com/stackabletech/kafka-operator/pull/796
3131
[#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.
3434
[#813]: https://github.com/stackabletech/kafka-operator/pull/813
3535
[#819]: https://github.com/stackabletech/kafka-operator/pull/819
3636
[#822]: https://github.com/stackabletech/kafka-operator/pull/822
37+
[#833]: https://github.com/stackabletech/kafka-operator/pull/833
3738

3839
## [24.11.1] - 2025-01-10
3940

rust/operator-binary/src/crd/security.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ impl KafkaTlsSecurity {
304304
args.push("pipefail".to_string());
305305
args.push("-c".to_string());
306306

307+
// the entire command needs to be subject to the -euo directive
308+
// to prevent short-circuiting
307309
let mut bash_args = vec![];
308310
bash_args.push(
309311
format!(

tests/test-definition.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
dimensions:
77
- name: kafka
88
values:
9+
- 3.7.1
10+
- 3.7.2
11+
- 3.8.1
912
- 3.9.0
1013
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1114
# as in the example below.
@@ -31,6 +34,7 @@ dimensions:
3134
- name: use-client-tls
3235
values:
3336
- "true"
37+
- "false"
3438
- name: use-client-auth-tls
3539
values:
3640
- "true"
@@ -42,6 +46,7 @@ dimensions:
4246
- 1.21.1
4347
- name: kerberos-realm
4448
values:
49+
- "CLUSTER.LOCAL"
4550
- "PROD.MYCORP"
4651
- name: kerberos-backend
4752
values:

0 commit comments

Comments
 (0)