From bc5f9cab2545792fac0e354b78178b79a90679d0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Jul 2026 03:30:26 +0000 Subject: [PATCH] Automated deployment to update release notes 2026-07-18 Signed-off-by: github-actions --- _posts/2026-07-16-flux-accounting-0.59.1.md | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 _posts/2026-07-16-flux-accounting-0.59.1.md diff --git a/_posts/2026-07-16-flux-accounting-0.59.1.md b/_posts/2026-07-16-flux-accounting-0.59.1.md new file mode 100644 index 00000000..a8e5dacd --- /dev/null +++ b/_posts/2026-07-16-flux-accounting-0.59.1.md @@ -0,0 +1,29 @@ +--- +title: flux-accounting v0.59.1 +date: 2026-07-16 00:00:00 +author: "flux-framework" +categories: 'release' +version: 0.59.1 +download: https://github.com/flux-framework/flux-accounting/releases/download/v0.59.1/flux-accounting-0.59.1.tar.gz +--- + +Download from GitHub [here]({{ page.download }}) + +# Release Notes + +flux-accounting version 0.59.1 - 2026-07-16 +------------------------------------------- + +#### Features + +* add new `bank-info` command for viewing normalized shares, usage on a cluster +([#896](https://github.com/flux-framework/flux-accounting/issues/896)) + +* `JobRecord`: add ncores, ngpus properties ([#901](https://github.com/flux-framework/flux-accounting/issues/901)) + +* job usage: extend usage calculation to consider cores, GPUs ([#902](https://github.com/flux-framework/flux-accounting/issues/902)) + +#### Fixes + +* update-db: miscellaneous fixes to improve migration to new job usage table +([#904](https://github.com/flux-framework/flux-accounting/issues/904))