Skip to content

Commit 29b0c6c

Browse files
committed
changelog
1 parent 758202f commit 29b0c6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/stackable-webhook/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ All notable changes to this project will be documented in this file.
2525
accessible by it, which is not the case when only using loopback.
2626
Also, the constant `DEFAULT_SOCKET_ADDR` has been renamed to `DEFAULT_SOCKET_ADDRESS` ([#1045]).
2727

28+
### Removed
29+
30+
- Remove `StatefulWebhookHandler` to reduce maintenance effort.
31+
Also, webhooks are ideally stateless, so that they can be scaled horizontally.
32+
It can be re-added once needed ([#1066]).
33+
2834
[#1043]: https://github.com/stackabletech/operator-rs/pull/1043
2935
[#1045]: https://github.com/stackabletech/operator-rs/pull/1045
3036
[#1066]: https://github.com/stackabletech/operator-rs/pull/1066

0 commit comments

Comments
 (0)