Skip to content

Commit 352806e

Browse files
chore: Upgrade stackable-operator to 0.110.1 (#960)
* chore: Upgrade stackable-operator to 0.110.1 * chore: Format Rust code * feat: Use separate ConfigOverrides structs for brokers and controllers * chore: Comment the usages of SecretClassVolumeProvisionParts * chore: Update changelog * chore: Improve code style
1 parent 122b580 commit 352806e

19 files changed

Lines changed: 1090 additions & 1170 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ All notable changes to this project will be documented in this file.
77
### Changed
88

99
- Document Helm deployed RBAC permissions and remove unnecessary permissions ([#953]).
10+
- BREAKING: `configOverrides` now only accepts the known config files (`broker.properties` and
11+
`security.properties` for brokers and `controller.properties` and `security.properties` for
12+
controllers).
13+
Previously, arbitrary file names were silently accepted and ignored ([#960]).
14+
- Bump `stackable-operator` to 0.110.1 and snafu to 0.9 ([#960]).
1015

1116
[#953]: https://github.com/stackabletech/kafka-operator/pull/953
17+
[#960]: https://github.com/stackabletech/kafka-operator/pull/960
1218

1319
## [26.3.0] - 2026-03-16
1420

0 commit comments

Comments
 (0)