From 50ff1ababd9000628c36a60336f56f8ed598a7e4 Mon Sep 17 00:00:00 2001 From: DIRACGrid CI Date: Thu, 9 Nov 2023 08:49:59 +0000 Subject: [PATCH] docs: Add release notes for v9.0.0a2 --- release.notes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/release.notes b/release.notes index c3bef590dc5..f42d76ec98b 100644 --- a/release.notes +++ b/release.notes @@ -1,3 +1,26 @@ +[v9.0.0a2] + +*WorkloadManagementSystem + +FIX: (#7282) JobStatus: allow WAITING -> KILLED +FIX: (#7263) SiteDirector acts for a VO + +*FrameworkSystem + +FIX: (#7280) show status SysAdminCLI KeyError + +*Resources + +FIX: (#7279) getting more details about failed/aborted pilots from HTCondor + +*Core + +FIX: (#7273) createClient: also look at HandlerMixin classes to find `export_`ed functions. Fixes the client Documentation creation, fixes #7265 + +*WorkloadManagement + +NEW: (#7271) SiteDirector - added preinstalledEnv and preinstalledEnvPrefix pilot options + [v9.0.0a1] *Core