File tree Expand file tree Collapse file tree 4 files changed +488
-7198
lines changed
deploy/helm/kafka-operator/crds Expand file tree Collapse file tree 4 files changed +488
-7198
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Changed
8
+
9
+ - Reduce CRD size from ` 479KB ` to ` 53KB ` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([ #750 ] ):
10
+ - ` podOverrides `
11
+ - ` affinity `
12
+
7
13
### Fixed
8
14
9
15
- Include the global Kafka bootstrap service (not the rolegroup-specific) DNS record as SAN entry in the generated
10
16
certificates used by Kafka. This allows you to access Kafka brokers secured using TLS via the global bootstrap
11
17
service ([ #741 ] ).
12
18
13
19
[ #741 ] : https://github.com/stackabletech/kafka-operator/pull/741
20
+ [ #750 ] : https://github.com/stackabletech/kafka-operator/pull/750
14
21
15
22
## [ 24.7.0] - 2024-07-24
16
23
You can’t perform that action at this time.
0 commit comments