flux-accounting v0.52.0
Published: Sep 30, 2025 by flux-framework
Download from GitHub here
Release Notes
flux-accounting version 0.52.0 - 2025-09-30
Fixes
-
view-user
/edit-user
: use"unlimited"
to display and setmax_nodes
andmax_cores
to their default values (#751) -
update-usage
: add-v/--verbose
option (#753) -
plugin: check dependencies of held jobs after
flux account-priority-update
(#752) -
plugin: remove job from
held_jobs
if cancelled (#765)
Features
-
plugin: add more information returned in output of
flux jobtap query
(#737) -
util: add
parse_timestamp()
function (#740) -
jobs
command: add more options to filter jobs by (#741) -
view-job-records
: add filter for duration delta of jobs (#742) -
list-users
: extend command to search for multiple values per filter (#745)
Documentation
- doc: expand example job priority calculation (#747)