-
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.
Automated deployment to update release notes 2024-09-05
Signed-off-by: github-actions <[email protected]>
- Loading branch information
github-actions
committed
Sep 5, 2024
1 parent
a0cc9e4
commit 96cbd20
Showing
1 changed file
with
41 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,41 @@ | ||
--- | ||
title: flux-sched v0.38.0 | ||
date: 2024-09-04 00:00:00 | ||
author: "flux-framework" | ||
categories: 'release' | ||
version: 0.38.0 | ||
download: https://github.com/flux-framework/flux-sched/releases/download/v0.38.0/flux-sched-0.38.0.tar.gz | ||
--- | ||
|
||
Download from GitHub [here]({{ page.download }}) | ||
|
||
# Release Notes | ||
|
||
flux-sched version 0.38.0 - 2024-09-04 | ||
-------------------------------------- | ||
|
||
### New Features | ||
* Speed up final constraint enforcement ([#1286](https://github.com/flux-framework/flux-sched/issues/1286)) | ||
* resource: make feasibility service registration optional ([#1281](https://github.com/flux-framework/flux-sched/issues/1281)) | ||
|
||
### Fixes | ||
* qmanager-stats: fix jansson refcount issue ([#1273](https://github.com/flux-framework/flux-sched/issues/1273)) | ||
* qmanager: fix lifetime issue in partial release ([#1277](https://github.com/flux-framework/flux-sched/issues/1277)) | ||
* move feasibility service into sched-fluxion-resource and fix | ||
associated test ([#1276](https://github.com/flux-framework/flux-sched/issues/1276)) | ||
* update satisfiability RPC to conform with RFC 27 ([#1275](https://github.com/flux-framework/flux-sched/issues/1275)) | ||
|
||
### Build/Testsuite | ||
* Require gcc version 12 or higher and clang version 15 or higher | ||
([#1272](https://github.com/flux-framework/flux-sched/issues/1272)) | ||
* docker-run-checks: export INSTALL_ONLY ([#1279](https://github.com/flux-framework/flux-sched/issues/1279)) | ||
* mergify: update to new mergify.yml requirements ([#1278](https://github.com/flux-framework/flux-sched/issues/1278)) | ||
* Resolve issues with Alpine linux and build release containers for | ||
amd64 and arm64 ([#1274](https://github.com/flux-framework/flux-sched/issues/1274)) | ||
* deps: add install-deps.sh script, use in docker ([#1282](https://github.com/flux-framework/flux-sched/issues/1282)) | ||
* scripts: add build-matrix script to ease matching ci ([#1283](https://github.com/flux-framework/flux-sched/issues/1283)) | ||
* Update build and ci to enforce compiler versions, bump to C++23, | ||
remove vestigial deps, and generate images matching core ([#1272](https://github.com/flux-framework/flux-sched/issues/1272)) | ||
* alpine: use root to avoid nosuid issue in ci ([#1280](https://github.com/flux-framework/flux-sched/issues/1280)) | ||
* flux-sharness: sync with flux-core ([#1252](https://github.com/flux-framework/flux-sched/issues/1252)) | ||
|