Skip to content

Commit cd333ad

Browse files
authored
Merge pull request #159 from flux-framework/release-docs-2025-07-01
Update from release-docs-2025-07-01
2 parents 8dccfd1 + 75859b0 commit cd333ad

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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))
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: flux-coral2 v0.25.0
3+
date: 2025-06-30 00:00:00
4+
author: "flux-framework"
5+
categories: 'release'
6+
version: 0.25.0
7+
download: https://github.com/flux-framework/flux-coral2/releases/download/v0.25.0/flux-coral2-0.25.0.tar.gz
8+
---
9+
10+
Download from GitHub [here]({{ page.download }})
11+
12+
# Release Notes
13+
14+
flux-coral2 0.25.0 - 2025-06-30
15+
-------------------------------
16+
17+
### New Features
18+
19+
* dws: use systemd watchdog ([#374](https://github.com/flux-framework/flux-coral2/issues/374))
20+
* dws: save pod logs to KVS ([#373](https://github.com/flux-framework/flux-coral2/issues/373))
21+
* dws: version update ([#371](https://github.com/flux-framework/flux-coral2/issues/371))
22+
* pmi: simplify and rename port allocator ([#370](https://github.com/flux-framework/flux-coral2/issues/370))
23+
24+
### Build/Testsuite/Documentation
25+
* test: workflow tests refactor ([#372](https://github.com/flux-framework/flux-coral2/issues/372))
26+
* doc: add design document for slingshot VNI + hw collectives ([#369](https://github.com/flux-framework/flux-coral2/issues/369))
27+

0 commit comments

Comments
 (0)