Skip to content

Commit af91be0

Browse files
committed
NEWS.md: add release notes for v0.70.0
Problem: There are no release notes for flux-core v0.70.0. Add them.
1 parent 01b4d87 commit af91be0

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

NEWS.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
flux-core version 0.70.0 - 2025-01-07
2+
-------------------------------------
3+
4+
## New Features
5+
* add `resource.rediscover` config key to force rediscovery of subinstance
6+
resources (#6541)
7+
* allow mustache templates in job environment variables (#6506)
8+
* shell: make shell tasks available in `shell.init` callback (#6537)
9+
* reactor: improve reactor referencing API (#6534)
10+
* shell: support more mustache tags (#6525)
11+
* kvs-watch: support `FLUX_KVS_STREAM` flag (#6523)
12+
* support specification of file permissions in `--add-file` submission
13+
option (#6505)
14+
* add `flux.conf_builtin.conf_builtin_get()` to give Python access to
15+
compiled-in config values (#6486)
16+
* jobtap: add `flux_jobtap_jobspec_update_id_pack()` (#6500)
17+
* kvs-watch: only fetch new data for appends (#6444)
18+
* flux-hostlist: allow idset argument to `--nth` and `--exclude` options
19+
(#6478)
20+
21+
## Fixes
22+
* shell: minor fixes for shell pty plugin (#6538)
23+
* job-info: stream events even if job is inactive (#6518)
24+
* flux-hostlist: fix `available` hostlist (#6536)
25+
* fix possible truncation of strings with "expandable" output fields (#6533)
26+
* flux-kvs: improve eventlog error messages (#6531)
27+
* shell: fix signal plugin to work with Fluxion scheduler (#6522)
28+
* libschedutil: use preprocessor symbols for flags (#6520)
29+
* support partially allocated jobs across scheduler reload (#6445)
30+
* job-exec: improve drain message for unkillable procs (#6515)
31+
* fix macos portability issues (#6508, #6479, #6476, #6473)
32+
* fix handling of `\n` in submission cli `--add-file=` option (#6504)
33+
* job-info: avoid error response on failed rpc (#6502)
34+
* libflux: update API to use `size_t` where appropriate (#6467)
35+
* build: use -Wl,--gc-sections when appropriate (#6497)
36+
* shell: ignore SIGPIPE (#6489)
37+
38+
* resource: only read `resource.scheduling` config on rank 0 (#6482)
39+
## Cleanup
40+
* libflux: refactor reactor/watcher implementation (#6494)
41+
* modernize code formatting (#6481)
42+
* drop caliper support (#6475)
43+
44+
## CI/Testsuite/Documentation
45+
* minor man page improvements (#6519)
46+
* ci: add macos builder (#6499, #6509)
47+
* testsuite: don't assume /bin/true and /bin/false (#6507)
48+
49+
150
flux-core version 0.69.0 - 2024-12-03
251
-------------------------------------
352

0 commit comments

Comments
 (0)