File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Changed
8
+
9
+ - BREAKING: The ` ConversionWebhookServer ` now returns a pair of values ([ #1099 ] ):
10
+ - The conversion webhook server itself
11
+ - A ` mpsc::Receiver<Certificate> ` to provide consumers the newly generated TLS certificate
12
+ - BREAKING: Constants for ports, IP addresses and socket addresses are now associated constants on
13
+ ` (Conversion)WebhookServer ` instead of free-standing ones ([ #1099 ] ).
14
+
15
+ ### Removed
16
+
17
+ - BREAKING: The ` maintain_crds ` and ` field_manager ` fields in ` ConversionWebhookOptions `
18
+ are removed ([ #1099 ] ).
19
+
20
+ [ #1099 ] : https://github.com/stackabletech/operator-rs/pull/1099
21
+
7
22
## [ 0.6.0] - 2025-09-09
8
23
9
24
### Added
You can’t perform that action at this time.
0 commit comments