Skip to content

Commit 0dd99ed

Browse files
committed
changelog
1 parent 4e4cc70 commit 0dd99ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/stackable-webhook/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
### Added
7+
### Changed
88

99
- BREAKING: Re-write the `ConversionWebhookServer`.
1010
It can now do CRD conversions, handle multiple CRDs and takes care of reconciling the CRDs ([#1066]).
1111
- BREAKING: The `TlsServer` can now handle certificate rotation.
1212
To achieve this, a new `CertificateResolver` was added.
1313
Also, `TlsServer::new` now returns an additional `mpsc::Receiver<Certificate>`, so that the caller
1414
can get notified about certificate rotations happening ([#1066]).
15+
- `stackable_webhook::Options` has been renamed to `stackable_webhook::WebhookOptions` ([#1066]).
1516

1617
### Removed
1718

0 commit comments

Comments
 (0)