File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- ### Added
7
+ ### Changed
8
8
9
9
- BREAKING: Re-write the ` ConversionWebhookServer ` .
10
10
It can now do CRD conversions, handle multiple CRDs and takes care of reconciling the CRDs ([ #1066 ] ).
11
11
- BREAKING: The ` TlsServer ` can now handle certificate rotation.
12
12
To achieve this, a new ` CertificateResolver ` was added.
13
13
Also, ` TlsServer::new ` now returns an additional ` mpsc::Receiver<Certificate> ` , so that the caller
14
14
can get notified about certificate rotations happening ([ #1066 ] ).
15
+ - ` stackable_webhook::Options ` has been renamed to ` stackable_webhook::WebhookOptions ` ([ #1066 ] ).
15
16
16
17
### Removed
17
18
You can’t perform that action at this time.
0 commit comments