Skip to content

Commit 34f246a

Browse files
authored
Merge pull request #6714 from cylc/prepare-8.4.2
Prepare release: 8.4.2
2 parents e45ded2 + 443be69 commit 34f246a

File tree

13 files changed

+30
-15
lines changed

13 files changed

+30
-15
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,35 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
1111

1212
<!-- towncrier release notes start -->
1313

14+
## __cylc-8.4.2 (Released 2025-04-07)__
15+
16+
### 🔧 Fixes
17+
18+
[#6169](https://github.com/cylc/cylc-flow/pull/6169) - Ensure that job submit/failure is logged, even when retries are planned.
19+
20+
[#6583](https://github.com/cylc/cylc-flow/pull/6583) - Fix bug where undefined outputs were missed by validation if no tasks trigger off of them.
21+
22+
[#6589](https://github.com/cylc/cylc-flow/pull/6589) - Fix potential accumulation of old families in UI.
23+
24+
[#6623](https://github.com/cylc/cylc-flow/pull/6623) - Auto restart: The option to condemn a host in "force" mode (that tells
25+
workflows running on a server to shutdown as opposed to migrate) hasn't worked
26+
with the host-selection mechanism since Cylc 8.0.0. This has now been fixed.
27+
28+
[#6638](https://github.com/cylc/cylc-flow/pull/6638) - Fixed possible crash when restarting a workflow after changing the graph.
29+
30+
[#6639](https://github.com/cylc/cylc-flow/pull/6639) - Ensure that shutdown event handlers are killed if they exceed the process pool timeout.
31+
32+
[#6645](https://github.com/cylc/cylc-flow/pull/6645) - Fixed a typo in stop.py which caused a different exception to be raised than was desired
33+
34+
[#6647](https://github.com/cylc/cylc-flow/pull/6647) - Ensure `cylc message` exceptions are printed to `job.err`.
35+
36+
[#6656](https://github.com/cylc/cylc-flow/pull/6656) - Fix bug where old cycle points could accumulate in the UI.
37+
38+
[#6658](https://github.com/cylc/cylc-flow/pull/6658) - Fixed `cylc reinstall` not picking up file permissions changes.
39+
40+
[#6691](https://github.com/cylc/cylc-flow/pull/6691) - Fix bug in the `cylc set` command: attempting to set invalid prerequisites on
41+
a future task could prevent it from spawning later on.
42+
1443
## __cylc-8.4.1 (Released 2025-02-25)__
1544

1645
### 🔧 Fixes

changes.d/6169.fix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6583.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6589.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6623.fix.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes.d/6638.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6639.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6645.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6647.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6656.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)