diff --git a/_posts/2025-01-15-flux-pmix-0.6.0.md b/_posts/2025-01-15-flux-pmix-0.6.0.md new file mode 100644 index 00000000..fde55bea --- /dev/null +++ b/_posts/2025-01-15-flux-pmix-0.6.0.md @@ -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) + diff --git a/_posts/2025-01-15-flux-sched-0.41.0.md b/_posts/2025-01-15-flux-sched-0.41.0.md new file mode 100644 index 00000000..665881a0 --- /dev/null +++ b/_posts/2025-01-15-flux-sched-0.41.0.md @@ -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)) +