Skip to content

Commit 59a9426

Browse files
committed
chore(webhook): Add changelog entry
1 parent 2fc5c28 commit 59a9426

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

crates/stackable-webhook/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
722
## [0.6.0] - 2025-09-09
823

924
### Added

0 commit comments

Comments
 (0)