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 6ca52f2 commit 2974ba0Copy full SHA for 2974ba0
crates/stackable-webhook/CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Add support for mutating webhooks ([#1119]).
10
11
+### Changed
12
13
+- BREAKING: Refactor the entire [`WebhookServer`] mechanism, so multiple webhooks can run in parallel.
14
+ Put individual webhooks (currently `ConversionWebhook` and `MutatingWebhook`) behind the `Webhook` trait ([#1119]).
15
16
+[#1119]: https://github.com/stackabletech/operator-rs/pull/1119
17
18
## [0.7.1] - 2025-10-31
19
20
### Fixed
0 commit comments