Skip to content

Commit 3894d3b

Browse files
committed
changelog
1 parent fe1749d commit 3894d3b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

crates/stackable-webhook/CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ All notable changes to this project will be documented in this file.
1313
Also, `TlsServer::new` now returns an additional `mpsc::Receiver<Certificate>`, so that the caller
1414
can get notified about certificate rotations happening ([#1066]).
1515

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+
1624
## [0.4.0] - 2025-07-10
1725

1826
### Fixed
@@ -27,15 +35,9 @@ All notable changes to this project will be documented in this file.
2735
accessible by it, which is not the case when only using loopback.
2836
Also, the constant `DEFAULT_SOCKET_ADDR` has been renamed to `DEFAULT_SOCKET_ADDRESS` ([#1045]).
2937

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]).
3538

3639
[#1043]: https://github.com/stackabletech/operator-rs/pull/1043
3740
[#1045]: https://github.com/stackabletech/operator-rs/pull/1045
38-
[#1066]: https://github.com/stackabletech/operator-rs/pull/1066
3941

4042
## [0.3.1] - 2024-07-10
4143

0 commit comments

Comments
 (0)