Skip to content

Commit 2b10588

Browse files
authored
Merge pull request #6031 from grondo/news-0.63
NEWS.md: Add release notes for v0.63.0
2 parents a0cafdd + 5fd583e commit 2b10588

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

NEWS.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
1-
flux-core version 0.62.0 - 2024-05-07
1+
flux-core version 0.63.0 - 2024-06-04
22
-------------------------------------
33

4+
## New Features
5+
* broker: add timezone abbrev to log message timestamps (#6027)
6+
* add output buffering to sdexec (#6023)
7+
* libsubprocess: support `FLUX_SUBPROCESS_FLAGS_LOCAL_UNBUF` (#5975)
8+
* job-exec: add `kill-signal` and `term-signal` module parameters (#6017)
9+
* broker: add tunable parameters for extreme fanout configurations (#6006)
10+
* bypass KVS for job stdin with `--input=FILE` (#6005)
11+
* flux-dump: add --ignore-failed-read option (#5989)
12+
* libsubprocess: improve read API (#5965)
13+
* job-manager: journal jobspec with submit event (#5955)
14+
15+
## Fixes
16+
* improve broker messages when nodes die (#6032)
17+
* sdexec: don't return ENODATA without start/finish (#6033)
18+
* speed up `flux overlay status` on large systems (#6030)
19+
* librlist: ensure properties is an array when parsing resource.config entries
20+
(#6029)
21+
* resource: stop scheduler updates during shutdown (#6028)
22+
* libsubprocess: reduce remote input prep/check (#6002)
23+
* job-exec: retry kill of job tasks and job shell during job termination
24+
(#6014)
25+
* libsubprocess: protect against double EOF (#6025)
26+
* sdexec: avoid double EOF notification (#6022)
27+
* job-exec: cmdline options for signals should override config settings
28+
(#6020)
29+
* job-manager: don't log expiration update when unnecessary (#6016)
30+
* libsubprocess: handle remote protocol errors (#6003)
31+
* shell: do not fail on oom init failure (#6004)
32+
* shell: split up and improve efficiency of input plugin (#5998)
33+
* suppress confusing log messages when broker is signaled during shutdown
34+
(#5996)
35+
* broker: don't post quorum-full in non-QUORUM state (#5994)
36+
* shell: fix repeated output truncation warning messages (#5993)
37+
* don't free alloc-bypass resources when scheduler reloads (#5980)
38+
* flux-job: improve EPERM error message (#5971)
39+
* libsubprocess: demote assert to warning (#5959)
40+
* job-exec: do not allow guest access to the testexec implementation by
41+
default (#5961)
42+
43+
## Documentation
44+
* doc: misc man page cleanup (#6008)
45+
* doc: fix typo in flux-jobs(1) (#6001)
46+
* doc: add PRIORITY state to flux-jobs(1) (#5988)
47+
48+
## Cleanup
49+
* libsubprocess: minor cleanup (#5974)
50+
* job-manager: misc cleanup in scheduler interface (#5969)
51+
* libsubprocess: remove unused len parameter from `flux_subprocess_read()`
52+
(#5950)
53+
* job-exec: remove layer of stats indirection (#5947)
54+
55+
## CI/Testsuite
56+
* testsuite: fix sdexec-memlimit config update test (#6007)
57+
58+
59+
flux-core version 0.62.0 - 2024-05-07
60+
-------------------------------------
461

562
## New Features
663
* job-exec: support config reload (#5913)

0 commit comments

Comments
 (0)