Skip to content

Commit 997d280

Browse files
committed
Bump patch version.
1 parent 69bfd47 commit 997d280

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/async/container/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module Container
8-
VERSION = "0.27.4"
8+
VERSION = "0.27.5"
99
end
1010
end

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2626

2727
Please see the [project releases](https://socketry.github.io/async-container/releases/index) for all releases.
2828

29+
### v0.27.5
30+
31+
- Make the child handling more robust in the face of exceptions.
32+
2933
### v0.27.4
3034

3135
- Fix race condition where `wait_for` could modify `@running` while it was being iterated over (`each_value`) during health checks.
@@ -64,10 +68,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
6468

6569
- [Add support for `NOTIFY_LOG` for Kubernetes readiness probes.](https://socketry.github.io/async-container/releases/index#add-support-for-notify_log-for-kubernetes-readiness-probes.)
6670

67-
### v0.21.0
68-
69-
- Use `SIGKILL`/`Thread#kill` when the health check fails. In some cases, `SIGTERM` may not be sufficient to terminate a process because the signal can be ignored or the process may be in an uninterruptible state.
70-
7171
## Contributing
7272

7373
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.27.5
44

55
- Make the child handling more robust in the face of exceptions.
66

0 commit comments

Comments
 (0)