From da31e4d57e61612753c533bf82208b998a8f8295 Mon Sep 17 00:00:00 2001 From: "Mark A. Grondona" Date: Sun, 3 Nov 2024 20:26:31 +0000 Subject: [PATCH] NEWS.md: add release notes for v0.12.0 Problem: There are no release notes for flux-security v0.12. Add them. --- NEWS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.md b/NEWS.md index 976e8c3..2420a80 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +flux-security version 0.12.0 - 2024-11-04 +----------------------------------------- + +## New Features + * imp: exec: send SIGKILL to cgroup/children on SIGUSR1 (#186) + * imp: exec: wait for job cgroup to be empty before exiting (#187) + * allow privileged IMP to linger during flux-imp run to support signal + forwarding (#188) + * remove `flux-imp kill` command (#189) + flux-security version 0.11.0 - 2023-12-17 -----------------------------------------