From d28f21fae518ee0dd8c2507bcf7ac72272f5ea1d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Sep 2026 02:37:33 +0000 Subject: [PATCH] Automated deployment to update release notes 2026-09-10 Signed-off-by: github-actions --- _posts/2026-09-08-flux-sched-0.55.0.md | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _posts/2026-09-08-flux-sched-0.55.0.md diff --git a/_posts/2026-09-08-flux-sched-0.55.0.md b/_posts/2026-09-08-flux-sched-0.55.0.md new file mode 100644 index 00000000..fc6c647f --- /dev/null +++ b/_posts/2026-09-08-flux-sched-0.55.0.md @@ -0,0 +1,30 @@ +--- +title: flux-sched v0.55.0 +date: 2026-09-08 00:00:00 +author: "flux-framework" +categories: 'release' +version: 0.55.0 +download: https://github.com/flux-framework/flux-sched/releases/download/v0.55.0/flux-sched-0.55.0.tar.gz +--- + +Download from GitHub [here]({{ page.download }}) + +# Release Notes + +flux-sched version 0.55.0 - 2026-09-08 +-------------------------------------- + +### New Features + * qmanager: support RFC 33 virtual queues ([#1543](https://github.com/flux-framework/flux-sched/issues/1543)) + +### Fixes + * Sweep vertices by jobid to ensure partial cancel correctness ([#1551](https://github.com/flux-framework/flux-sched/issues/1551)) + * reapi: reopen interners for constructor graph load ([#1547](https://github.com/flux-framework/flux-sched/issues/1547)) + +### Build/Testsuite/Documentation + * t: increase timeouts in t1016, t1018, & t1028 ([#1548](https://github.com/flux-framework/flux-sched/issues/1548)) + +### Cleanup + * modules: Merge resource_prop_t into resource_opt_t ([#1517](https://github.com/flux-framework/flux-sched/issues/1517)) + * reapi: drop sat output param from satisfy interfaces ([#1526](https://github.com/flux-framework/flux-sched/issues/1526)) +