Skip to content

Commit f7c10c0

Browse files
authored
Merge pull request #167 from flux-framework/release-docs-2025-10-01
Update from release-docs-2025-10-01
2 parents 8eab683 + 0eba3e8 commit f7c10c0

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: flux-accounting v0.52.0
3+
date: 2025-09-30 00:00:00
4+
author: "flux-framework"
5+
categories: 'release'
6+
version: 0.52.0
7+
download: https://github.com/flux-framework/flux-accounting/releases/download/v0.52.0/flux-accounting-0.52.0.tar.gz
8+
---
9+
10+
Download from GitHub [here]({{ page.download }})
11+
12+
# Release Notes
13+
14+
flux-accounting version 0.52.0 - 2025-09-30
15+
-------------------------------------------
16+
17+
#### Fixes
18+
19+
* `view-user`/`edit-user`: use `"unlimited"` to display and set `max_nodes` and
20+
`max_cores` to their default values ([#751](https://github.com/flux-framework/flux-accounting/issues/751))
21+
22+
* `update-usage`: add `-v/--verbose` option ([#753](https://github.com/flux-framework/flux-accounting/issues/753))
23+
24+
* plugin: check dependencies of held jobs after `flux account-priority-update`
25+
([#752](https://github.com/flux-framework/flux-accounting/issues/752))
26+
27+
* plugin: remove job from `held_jobs` if cancelled ([#765](https://github.com/flux-framework/flux-accounting/issues/765))
28+
29+
##### Features
30+
31+
* plugin: add more information returned in output of `flux jobtap query` ([#737](https://github.com/flux-framework/flux-accounting/issues/737))
32+
33+
* util: add `parse_timestamp()` function ([#740](https://github.com/flux-framework/flux-accounting/issues/740))
34+
35+
* `jobs` command: add more options to filter jobs by ([#741](https://github.com/flux-framework/flux-accounting/issues/741))
36+
37+
* `view-job-records`: add filter for duration delta of jobs ([#742](https://github.com/flux-framework/flux-accounting/issues/742))
38+
39+
* `list-users`: extend command to search for multiple values per filter ([#745](https://github.com/flux-framework/flux-accounting/issues/745))
40+
41+
#### Documentation
42+
43+
* doc: expand example job priority calculation ([#747](https://github.com/flux-framework/flux-accounting/issues/747))
44+
45+
#### Testsuite
46+
47+
* testsuite: stop using `flux job cancelall` ([#743](https://github.com/flux-framework/flux-accounting/issues/743))
48+
49+
* t1043: add `wait-event` for jobs after cancelling ([#746](https://github.com/flux-framework/flux-accounting/issues/746))
50+
51+
* mergify: disable temporary PR branches ([#762](https://github.com/flux-framework/flux-accounting/issues/762))
52+
53+
* mergify: remove queue_conditions, status-success checks ([#767](https://github.com/flux-framework/flux-accounting/issues/767))

0 commit comments

Comments
 (0)