Skip to content
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ All notable changes to this project will be documented in this file.
### Changed

- `vector` `0.26.0` -> `0.31.0` ([#612]).
- `operator-rs` `0.44.0` -> `0.45.1` ([#611]).
- `operator-rs` `0.44.0` -> `0.48.0` ([#611], [#621]).
- [BREAKING]: Let secret-operator handle certificate conversion. Doing so we were able to remove the `prepare` init container
with the effect, that you can't configure the log level for this container anymore.
You need to remove the field `spec.brokers.config.logging.container.prepare` in case you have specified it ([#621]).

[#611]: https://github.com/stackabletech/kafka-operator/pull/611
[#612]: https://github.com/stackabletech/kafka-operator/pull/612
[#613]: https://github.com/stackabletech/kafka-operator/pull/613
[#616]: https://github.com/stackabletech/kafka-operator/pull/616
[#621]: https://github.com/stackabletech/kafka-operator/pull/621

## [23.7.0] - 2023-07-14

Expand Down
Loading