|
| 1 | +--- |
| 2 | +title: flux-accounting v0.47.0 |
| 3 | +date: 2025-06-30 00:00:00 |
| 4 | +author: "flux-framework" |
| 5 | +categories: 'release' |
| 6 | +version: 0.47.0 |
| 7 | +download: https://github.com/flux-framework/flux-accounting/releases/download/v0.47.0/flux-accounting-0.47.0.tar.gz |
| 8 | +--- |
| 9 | + |
| 10 | +Download from GitHub [here]({{ page.download }}) |
| 11 | + |
| 12 | +# Release Notes |
| 13 | + |
| 14 | +flux-accounting version 0.47.0 - 2025-06-30 |
| 15 | +------------------------------------------- |
| 16 | + |
| 17 | +#### Features |
| 18 | + |
| 19 | +* plugin: enforce max resource limits per-association ([#562](https://github.com/flux-framework/flux-accounting/issues/562)) |
| 20 | + |
| 21 | +* database: add new table to store priority factors and their weights ([#665](https://github.com/flux-framework/flux-accounting/issues/665)) |
| 22 | + |
| 23 | +* plugin: unpack priority factor weights from database ([#670](https://github.com/flux-framework/flux-accounting/issues/670)) |
| 24 | + |
| 25 | +* plugin: add weight for `urgency` factor, update docs with new equation ([#673](https://github.com/flux-framework/flux-accounting/issues/673)) |
| 26 | + |
| 27 | +* commands: add new `jobs` command to view priority breakdowns of jobs ([#674](https://github.com/flux-framework/flux-accounting/issues/674)) |
| 28 | + |
| 29 | +* database: add graph commands for displaying job usage values for |
| 30 | +associations, banks ([#677](https://github.com/flux-framework/flux-accounting/issues/677)) |
| 31 | + |
| 32 | +#### Fixes |
| 33 | + |
| 34 | +* flux-accounting service: use `.get()` instead of direct key access ([#653](https://github.com/flux-framework/flux-accounting/issues/653)) |
| 35 | + |
| 36 | +* update-usage: remove extra `.commit()` from helper function ([#675](https://github.com/flux-framework/flux-accounting/issues/675)) |
| 37 | + |
| 38 | +* job-usage update: move update out of flux-accounting service and into own |
| 39 | +script ([#657](https://github.com/flux-framework/flux-accounting/issues/657)) |
| 40 | + |
| 41 | +#### Documentation |
| 42 | + |
| 43 | +* doc: add `man(1)` pages for priority factor commands ([#672](https://github.com/flux-framework/flux-accounting/issues/672)) |
| 44 | + |
| 45 | +* doc: add new "Limits" page ([#667](https://github.com/flux-framework/flux-accounting/issues/667)) |
| 46 | + |
| 47 | +* doc: add `man(1)` page for `view-job-records` ([#669](https://github.com/flux-framework/flux-accounting/issues/669)) |
| 48 | + |
| 49 | +* doc: update top-level flux-account man page with project command links ([#668](https://github.com/flux-framework/flux-accounting/issues/668)) |
0 commit comments