From d1d4b2dc79fd98d63ae276c7f087bfb9c8d4c04f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 5 Nov 2024 02:57:20 +0000 Subject: [PATCH] Automated deployment to update release notes 2024-11-05 Signed-off-by: github-actions --- _posts/2024-11-04-flux-security-0.12.0.md | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _posts/2024-11-04-flux-security-0.12.0.md diff --git a/_posts/2024-11-04-flux-security-0.12.0.md b/_posts/2024-11-04-flux-security-0.12.0.md new file mode 100644 index 00000000..1ac9f4ca --- /dev/null +++ b/_posts/2024-11-04-flux-security-0.12.0.md @@ -0,0 +1,25 @@ +--- +title: flux-security v0.12.0 +date: 2024-11-04 00:00:00 +author: "flux-framework" +categories: 'release' +version: 0.12.0 +download: https://github.com/flux-framework/flux-security/releases/download/v0.12.0/flux-security-0.12.0.tar.gz +--- + +Download from GitHub [here]({{ page.download }}) + +# Release Notes + +flux-security version 0.12.0 - 2024-11-04 +----------------------------------------- + +## New Features + * imp: exec: send SIGKILL to cgroup/children on SIGUSR1 ([#186](https://github.com/flux-framework/flux-security/issues/186)) + * imp: exec: wait for job cgroup to be empty before exiting ([#187](https://github.com/flux-framework/flux-security/issues/187)) + * allow privileged IMP to linger during flux-imp run to support signal + forwarding ([#188](https://github.com/flux-framework/flux-security/issues/188)) + * remove `flux-imp kill` command ([#189](https://github.com/flux-framework/flux-security/issues/189)) + +## Cleanup + * build: ensure autogen.sh updates package version