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.
4
4
5
5
## [ Unreleased]
6
6
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
+
7
15
## [ 24.11.0] - 2024-11-18
8
16
9
17
### Added
@@ -29,9 +37,6 @@ All notable changes to this project will be documented in this file.
29
37
certificates used by Kafka. This allows you to access Kafka brokers secured using TLS via the global bootstrap
30
38
service ([ #741 ] ).
31
39
- 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 ] ).
35
40
36
41
### Removed
37
42
@@ -44,7 +49,6 @@ All notable changes to this project will be documented in this file.
44
49
[ #762 ] : https://github.com/stackabletech/kafka-operator/pull/762
45
50
[ #771 ] : https://github.com/stackabletech/kafka-operator/pull/771
46
51
[ #773 ] : https://github.com/stackabletech/kafka-operator/pull/773
47
- [ #793 ] : https://github.com/stackabletech/kafka-operator/pull/793
48
52
49
53
## [ 24.7.0] - 2024-07-24
50
54
You can’t perform that action at this time.
0 commit comments