Skip to content

Commit

Permalink
Merge pull request #136 from flux-framework/release-docs-2025-01-16
Browse files Browse the repository at this point in the history
Update from release-docs-2025-01-16
  • Loading branch information
vsoch authored Jan 16, 2025
2 parents 74fef1c + 3f8ba71 commit c90cd6a
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _posts/2025-01-15-flux-pmix-0.6.0.md
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)

28 changes: 28 additions & 0 deletions _posts/2025-01-15-flux-sched-0.41.0.md
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))

0 comments on commit c90cd6a

Please sign in to comment.