Skip to content

Commit

Permalink
Merge pull request #1048 from garlick/news-0.28
Browse files Browse the repository at this point in the history
NEWS.md: add release notes for 0.28.0
  • Loading branch information
mergify[bot] authored Jul 11, 2023
2 parents bfc044e + 7d3b2aa commit e0b4999
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
flux-sched version 0.28.0 - 2023-07-11
--------------------------------------

This release fixes a critical bug (#1043) where resources that are allocated
to a job that exceeds its time limit could be re-allocated to a new job while
the first job is still in CLEANUP state.

### New Features

* reapi: implement find (#1020)

### Fixes

* Prevent allocation of currently allocated resources (#1046)
* mark all ranks known to graph when "all" is specified (#1042)
* planner: ensure result in planner_avail_resources_at (#1038)

### Build/Testsuite

* testsuite: t1024-alloc-check.t: do not fail if rank 0 not drained (#1047)
* testsuite: add test for double-booking (#1044)
* Add false positives typos config (#1030)
* Update sphinx version (#1032)
* ensure licenses appear in distribution tarball (#1031)
* add spell check for news and readme (#1021)
* build: add `make deb` target to build test debian package (#1024)
* testsuite: drop meaningless check (#1023)
* testsuite: make module list awk less fragile (#1022)

flux-sched version 0.27.0 - 2023-03-31
--------------------------------------

Expand Down

0 comments on commit e0b4999

Please sign in to comment.