File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ All notable changes to this project will be documented in this file.
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
15
16
+ ### Removed
17
+
18
+ - Remove ` StatefulWebhookHandler ` to reduce maintenance effort.
19
+ Also, webhooks are ideally stateless, so that they can be scaled horizontally.
20
+ It can be re-added once needed ([ #1066 ] ).
21
+
22
+ [ #1066 ] : https://github.com/stackabletech/operator-rs/pull/1066
23
+
16
24
## [ 0.4.0] - 2025-07-10
17
25
18
26
### Fixed
@@ -27,15 +35,9 @@ All notable changes to this project will be documented in this file.
27
35
accessible by it, which is not the case when only using loopback.
28
36
Also, the constant ` DEFAULT_SOCKET_ADDR ` has been renamed to ` DEFAULT_SOCKET_ADDRESS ` ([ #1045 ] ).
29
37
30
- ### Removed
31
-
32
- - Remove ` StatefulWebhookHandler ` to reduce maintenance effort.
33
- Also, webhooks are ideally stateless, so that they can be scaled horizontally.
34
- It can be re-added once needed ([ #1066 ] ).
35
38
36
39
[ #1043 ] : https://github.com/stackabletech/operator-rs/pull/1043
37
40
[ #1045 ] : https://github.com/stackabletech/operator-rs/pull/1045
38
- [ #1066 ] : https://github.com/stackabletech/operator-rs/pull/1066
39
41
40
42
## [ 0.3.1] - 2024-07-10
41
43
You can’t perform that action at this time.
0 commit comments