Skip to content

Commit 43d3192

Browse files
authored
Merge pull request #6742 from grondo/news-0.73
NEWS.md: add release notes for v0.73.0
2 parents 4e06cb9 + f45f1ff commit 43d3192

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

NEWS.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
flux-core version 0.73.0 - 2025-04-01
2+
-------------------------------------
3+
4+
## New Features
5+
* execute rc2 in same process group as broker and send `SIGHUP` before
6+
broker exit (#6740)
7+
* flux-job: forward some signals to jobs in `flux job attach` (#6734)
8+
* support resource counts in `flux queue list` output, display effective
9+
limits by default (#6726)
10+
* python: add `QueueList` class for access to queue config, limits, status
11+
and resource counts (#6723)
12+
* export `FLUX_JOB_RANKS` to housekeeping scripts (#6728)
13+
* set `exit-timeout=none` by default in `flux alloc` and `flux batch`
14+
(#6702)
15+
* accept target queue as non-option parameter in most `flux queue`
16+
subcommands (#6706)
17+
18+
## Fixes
19+
* flux-proxy: fall back to `/tmp` if `TMPDIR` is invliad (#6741)
20+
* libjob: fixes for rabbit jobspec (#6727)
21+
* job-info: index watchers for quick cancels (#6720)
22+
* kvs-watch: index watchers to avoid search iterations (#6719)
23+
* kvs-watch: subscribe/unsubscribe to events asynchronously (#6701)
24+
* shell: clear signal mask and handlers in shell for plugins that call
25+
`fork(2)` (#6716)
26+
* fix failure to signal a process group after the process group leader exits
27+
(#6714)
28+
* python: make FluxExecutor catch submission errors (#6700)
29+
* sdmon: reconnect when bus is lost (#6697)
30+
* Remove version check from libjob and change to pass with warning in shell
31+
(#6682)
32+
33+
## Cleanup
34+
* flux-queue: correct some comment grammar (#6736)
35+
36+
## Build/CI/Testsuite/Documentation
37+
* ci: update pre-commit and fix spurious flake8 error (#6739)
38+
* t: add checkpoint integrity test (#6733)
39+
* test: fix checks-lib script (#6731)
40+
* testsuite: fix non-bourne shell test failure (#6686)
41+
* github: upgrade codecov-action to v5 (#6688)
42+
43+
144
flux-core version 0.72.0 - 2025-03-04
245
-------------------------------------
346

0 commit comments

Comments
 (0)