Skip to content

Commit 06c193a

Browse files
authored
chore: Update to operator-rs 0.84.0 (#809)
* chore: Update to operator-rs 0.84.0 * changelog
1 parent 4dc0cfb commit 06c193a

File tree

11 files changed

+1237
-508
lines changed

11 files changed

+1237
-508
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
99
- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
1010
config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#796]).
1111
- Run a `containerdebug` process in the background of each Kafka container to collect debugging information ([#803]).
12+
- Aggregate emitted Kubernetes events on the CustomResources ([#809]).
13+
14+
### Changed
15+
16+
- Append a dot (`.`) to the default cluster domain to reduce DNS requests ([#809]).
1217

1318
### Fixed
1419

@@ -19,6 +24,7 @@ All notable changes to this project will be documented in this file.
1924
[#793]: https://github.com/stackabletech/kafka-operator/pull/793
2025
[#796]: https://github.com/stackabletech/kafka-operator/pull/796
2126
[#803]: https://github.com/stackabletech/kafka-operator/pull/803
27+
[#809]: https://github.com/stackabletech/kafka-operator/pull/809
2228

2329
## [24.11.0] - 2024-11-18
2430

0 commit comments

Comments
 (0)