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 44c93c9 commit 1bc7e67Copy full SHA for 1bc7e67
1 file changed
crates/stackable-webhook/CHANGELOG.md
@@ -6,9 +6,9 @@ All notable changes to this project will be documented in this file.
6
7
### Added
8
9
-- BREAKING: Add support to gracefully shutdown `WebhookServer` and `TlsServer` ([#1144]).
+- BREAKING: Add support to gracefully shutdown `WebhookServer` and `TlsServer`.
10
Both `WebhookServer::run` and `TlsServer::run` now require passing a shutdown signal, which is any
11
- `Future<Output = ()>`.
+ `Future<Output = ()>` ([#1144]).
12
13
[#1144]: https://github.com/stackabletech/operator-rs/pull/1144
14
0 commit comments