We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758202f commit 29b0c6cCopy full SHA for 29b0c6c
crates/stackable-webhook/CHANGELOG.md
@@ -25,6 +25,12 @@ All notable changes to this project will be documented in this file.
25
accessible by it, which is not the case when only using loopback.
26
Also, the constant `DEFAULT_SOCKET_ADDR` has been renamed to `DEFAULT_SOCKET_ADDRESS` ([#1045]).
27
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
34
[#1043]: https://github.com/stackabletech/operator-rs/pull/1043
35
[#1045]: https://github.com/stackabletech/operator-rs/pull/1045
36
[#1066]: https://github.com/stackabletech/operator-rs/pull/1066
0 commit comments