From 64d7c901867a02ae67cc01528629804e1575594c Mon Sep 17 00:00:00 2001 From: James Corbett Date: Tue, 16 Jul 2024 17:12:25 -0700 Subject: [PATCH] NEWS.md: add v0.15.0 release notes Problem: there are no release notes for v0.15.0. Add them. --- NEWS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.md b/NEWS.md index e871d3c..86b8b55 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +flux-coral2 0.15.0 - 2024-07-17 +------------------------------- + +### New Features + + * dws: change rabbit memo to hostlist (#182) + * dws: crudely enforce mdt count constraints (#181) + * dws: add marker for prolog to enable the nnf-dm daemon (#179) + * dws: dump datamovements to logs (#178) + * dws: Exception log improvements (#177) + * dws: dump workflows when killing jobs (#176) + * dws: save workflows to KVS (#183) + + flux-coral2 0.14.0 - 2024-07-04 -------------------------------