flux-core v0.73.0
Published: Apr 1, 2025 by flux-framework
Download from GitHub here
Release Notes
flux-core version 0.73.0 - 2025-04-01
New Features
- execute rc2 in same process group as broker and send
SIGHUPbefore broker exit (#6740) - flux-job: forward some signals to jobs in
flux job attach(#6734) - support resource counts in
flux queue listoutput, display effective limits by default (#6726) - python: add
QueueListclass for access to queue config, limits, status and resource counts (#6723) - export
FLUX_JOB_RANKSto housekeeping scripts (#6728) - set
exit-timeout=noneby default influx allocandflux batch(#6702) - accept target queue as non-option parameter in most
flux queuesubcommands (#6706)
Fixes
- flux-proxy: fall back to
/tmpifTMPDIRis invliad (#6741) - libjob: fixes for rabbit jobspec (#6727)
- job-info: index watchers for quick cancels (#6720)
- kvs-watch: index watchers to avoid search iterations (#6719)
- kvs-watch: subscribe/unsubscribe to events asynchronously (#6701)
- shell: clear signal mask and handlers in shell for plugins that call
fork(2)(#6716) - fix failure to signal a process group after the process group leader exits (#6714)
- python: make FluxExecutor catch submission errors (#6700)
- sdmon: reconnect when bus is lost (#6697)
- Remove version check from libjob and change to pass with warning in shell (#6682)
Cleanup
- flux-queue: correct some comment grammar (#6736)
