We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc5c28 commit 59a9426Copy full SHA for 59a9426
1 file changed
crates/stackable-webhook/CHANGELOG.md
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
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
22
## [0.6.0] - 2025-09-09
23
24
### Added
0 commit comments