File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Fixed
8+
9+ - BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
10+ deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
11+ restart ([ #793 ] ).
12+
13+ [ #793 ] : https://github.com/stackabletech/kafka-operator/pull/793
14+
715## [ 24.11.0] - 2024-11-18
816
917### Added
@@ -29,9 +37,6 @@ All notable changes to this project will be documented in this file.
2937 certificates used by Kafka. This allows you to access Kafka brokers secured using TLS via the global bootstrap
3038 service ([ #741 ] ).
3139- An invalid ` KafkaCluster ` doesn't cause the operator to stop functioning ([ #773 ] ).
32- - BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
33- deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
34- restart ([ #793 ] ).
3540
3641### Removed
3742
@@ -44,7 +49,6 @@ All notable changes to this project will be documented in this file.
4449[ #762 ] : https://github.com/stackabletech/kafka-operator/pull/762
4550[ #771 ] : https://github.com/stackabletech/kafka-operator/pull/771
4651[ #773 ] : https://github.com/stackabletech/kafka-operator/pull/773
47- [ #793 ] : https://github.com/stackabletech/kafka-operator/pull/793
4852
4953## [ 24.7.0] - 2024-07-24
5054
You can’t perform that action at this time.
0 commit comments