You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,18 @@ Please see the [project documentation](https://socketry.github.io/async-containe
18
18
19
19
-[Getting Started](https://socketry.github.io/async-container/guides/getting-started/index) - This guide explains how to use `async-container` to build basic scalable systems.
20
20
21
+
-[Systemd Integration](https://socketry.github.io/async-container/guides/systemd-integration/index) - This guide explains how to use `async-container` with systemd to manage your application as a service.
22
+
23
+
-[Kubernetes Integration](https://socketry.github.io/async-container/guides/kubernetes-integration/index) - This guide explains how to use `async-container` with Kubernetes to manage your application as a containerized service.
24
+
21
25
## Releases
22
26
23
27
Please see the [project releases](https://socketry.github.io/async-container/releases/index) for all releases.
24
28
29
+
### v0.25.0
30
+
31
+
- Introduce `async:container:notify:log:ready?` task for detecting process readiness.
0 commit comments