From a70a6574e3f847c1575f2e4382898ad3f0e26268 Mon Sep 17 00:00:00 2001 From: James Corbett Date: Wed, 3 Jul 2024 17:48:05 -0700 Subject: [PATCH] NEWS.md: add release notes for v0.14.0 Problem: there are no release notes for v0.14.0. Add them. --- NEWS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.md b/NEWS.md index e7ac02d..e871d3c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,16 @@ +flux-coral2 0.14.0 - 2024-07-04 +------------------------------- + +### New Features + * dws: queue-specific draining (#173) + * dws: enforce k8s finalizer removal (#168) + * dws2jgf: change cluster-name logic (#164) + +### Fixes + * dws: fix Postrun workflow error hang (#169) + * dws: change exception import path (#163) + + flux-coral2 0.13.0 - 2024-05-13 -------------------------------