File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module Container
8- VERSION = "0.29.1 "
8+ VERSION = "0.30.0 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2626
2727Please see the [ project releases] ( https://socketry.github.io/async-container/releases/index ) for all releases.
2828
29- ### Unreleased
29+ ### v0.30.0
3030
3131 - ` SIGTERM ` is now graceful, the same as ` SIGINT ` , for better compatibility with Kubernetes and systemd.
3232 - ` ASYNC_CONTAINER_INTERRUPT_TIMEOUT ` and ` ASYNC_CONTAINER_TERMINATE_TIMEOUT ` are removed and replaced by ` ASYNC_CONTAINER_GRACEFUL_TIMEOUT ` .
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.30.0
44
55 - ` SIGTERM ` is now graceful, the same as ` SIGINT ` , for better compatibility with Kubernetes and systemd.
66 - ` ASYNC_CONTAINER_INTERRUPT_TIMEOUT ` and ` ASYNC_CONTAINER_TERMINATE_TIMEOUT ` are removed and replaced by ` ASYNC_CONTAINER_GRACEFUL_TIMEOUT ` .
You can’t perform that action at this time.
0 commit comments