|
1 |
| -flux-core version 0.62.0 - 2024-05-07 |
| 1 | +flux-core version 0.63.0 - 2024-06-04 |
2 | 2 | -------------------------------------
|
3 | 3 |
|
| 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 | +------------------------------------- |
4 | 61 |
|
5 | 62 | ## New Features
|
6 | 63 | * job-exec: support config reload (#5913)
|
|
0 commit comments