File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,24 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7- ## [ 24.11.1] - 2025-01-10
7+ ### Deprecated
8+
9+ - The ` -nodeport ` discovery ConfigMaps have been deprecated for removal ([ #813 ] ).
10+ - Any existing uses should be migrated to the primary discovery ConfigMap instead.
811
9- ## [ 24.11.1-rc2] - 2024-12-12
12+ ### Added
13+ 
14+ - The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
15+ config property ` requestedSecretLifetime ` . This helps reduce frequent Pod restarts ([ #796 ] ).
16+ - Run a ` containerdebug ` process in the background of each Kafka container to collect debugging information ([ #803 ] ).
17+ - Aggregate emitted Kubernetes events on the CustomResources ([ #809 ] ).
1018
11- ## [ 24.11.1-rc1] - 2024-12-06
19+ [ #796 ] : https://github.com/stackabletech/kafka-operator/pull/796
20+ [ #803 ] : https://github.com/stackabletech/kafka-operator/pull/803
21+ [ #809 ] : https://github.com/stackabletech/kafka-operator/pull/809
22+ [ #813 ] : https://github.com/stackabletech/kafka-operator/pull/813
23+
24+ ## [ 24.11.1] - 2025-01-10
1225
1326### Fixed
1427
You can’t perform that action at this time.
0 commit comments