-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from flux-framework/release-docs-2025-01-16
Update from release-docs-2025-01-16
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: flux-pmix v0.6.0 | ||
date: 2025-01-15 00:00:00 | ||
author: "flux-framework" | ||
categories: 'release' | ||
version: 0.6.0 | ||
download: https://github.com/flux-framework/flux-pmix/releases/download/v0.6.0/flux-pmix-0.6.0.tar.gz | ||
--- | ||
|
||
Download from GitHub [here]({{ page.download }}) | ||
|
||
# Release Notes | ||
|
||
flux-pmix version 0.6.0 - 2025-01-15 | ||
------------------------------------ | ||
|
||
## Fixes | ||
|
||
* build: fix compilation on el9 with older pmix releases (#106) | ||
* track raw payload accessor API changes in core (#104) | ||
|
||
## Cleanup | ||
|
||
* simplify interthread channel implementation (#107) | ||
|
||
## Build/test | ||
|
||
* ci: add fedora40 and el9 builders (#105) | ||
* ci: build newer openpmix / ompi releases (#103) | ||
* ci: migrate from focal to jammy, el8 (#102) | ||
* ci(mergify): upgrade configuration to current format (#101) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: flux-sched v0.41.0 | ||
date: 2025-01-15 00:00:00 | ||
author: "flux-framework" | ||
categories: 'release' | ||
version: 0.41.0 | ||
download: https://github.com/flux-framework/flux-sched/releases/download/v0.41.0/flux-sched-0.41.0.tar.gz | ||
--- | ||
|
||
Download from GitHub [here]({{ page.download }}) | ||
|
||
# Release Notes | ||
|
||
flux-sched version 0.41.0 - 2025-01-15 | ||
-------------------------------------- | ||
|
||
### New Features | ||
* qmanager: track API changes in core ([#1320](https://github.com/flux-framework/flux-sched/issues/1320)) | ||
* qmanager: send partial-ok with sched.hello ([#1321](https://github.com/flux-framework/flux-sched/issues/1321)) | ||
* qmanager: remove no-longer-supported schedutil_free_respond() ([#1325](https://github.com/flux-framework/flux-sched/issues/1325)) | ||
|
||
### Fixes | ||
* traverser: clear traverser before traversal operations in dfu ([#1323](https://github.com/flux-framework/flux-sched/issues/1323)) | ||
|
||
### Build/Testsuite | ||
* t: update job.exception output checks ([#1315](https://github.com/flux-framework/flux-sched/issues/1315)) | ||
* ci: temporarily drop alpine ([#1327](https://github.com/flux-framework/flux-sched/issues/1327)) | ||
|