Skip to content

Commit c08b3da

Browse files
authored
Merge pull request #6966 from cylc/8.5.x-sync
🤖 Merge 8.5.x-sync into master
2 parents d7243dd + c772615 commit c08b3da

21 files changed

+77
-76
lines changed

CHANGES.md

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

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

14+
## __cylc-8.5.2 (Released 2025-09-04)__
15+
16+
### 🚀 Enhancements
17+
18+
[#6892](https://github.com/cylc/cylc-flow/pull/6892) - Added `--format=json` option to `cylc broadcast` for use with the `--display` option. Deprecated the `--raw` option in favour of `--format=raw`.
19+
20+
[#6924](https://github.com/cylc/cylc-flow/pull/6924) - Include `log/version/` files in `cylc cat-log` and the UI log view.
21+
22+
### 🔧 Fixes
23+
24+
[#6197](https://github.com/cylc/cylc-flow/pull/6197) - Demote errors about invalid task event names to warnings
25+
26+
[#6768](https://github.com/cylc/cylc-flow/pull/6768) - Fix a bug causing remote tasks to stay in the preparing state if triggered when the workflow is paused.
27+
28+
[#6836](https://github.com/cylc/cylc-flow/pull/6836) - Fix a bug causing the results of `platform = $(subshell commands)` to be cached, and preventing re-evaluation for each task with the same config.
29+
30+
[#6848](https://github.com/cylc/cylc-flow/pull/6848) - Allow `flow.cylc[runtime][<task>]platform` setting to have a prefix/suffix around a subshell expression.
31+
32+
[#6903](https://github.com/cylc/cylc-flow/pull/6903) - Workflows that have hit the `stop after cycle point` will no longer shut down immediately when restart according to the `restart timeout` configuration.
33+
34+
[#6909](https://github.com/cylc/cylc-flow/pull/6909) - Fix potential timeout of the play and vr commands for workflows with contact
35+
files, due to an unnecessary remote process check - now only done if the
36+
workflow fails to respond on the network.
37+
38+
[#6910](https://github.com/cylc/cylc-flow/pull/6910) - Trigger command: automatically handle already-completed outputs of triggered tasks.
39+
40+
[#6911](https://github.com/cylc/cylc-flow/pull/6911) - Fix an issue where trigger could fail to run a task, removing it instead.
41+
42+
[#6914](https://github.com/cylc/cylc-flow/pull/6914) - Fixed bug where jobs in the UI could regress to an earlier state.
43+
44+
[#6926](https://github.com/cylc/cylc-flow/pull/6926) - Fixed info missing from UI for submit-failed tasks.
45+
46+
[#6940](https://github.com/cylc/cylc-flow/pull/6940) - Fixed a scheduler crash that could occur after re-running a task in skip mode.
47+
48+
[#6952](https://github.com/cylc/cylc-flow/pull/6952) - Fixed `cylc broadcast` failing when cancelling `[events]` settings.
49+
1450
## __cylc-8.5.1 (Released 2025-08-08)__
1551

1652
### 🚀 Enhancements

changes.d/6768.fix.md

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

changes.d/6836.fix.md

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

changes.d/6848.fix.md

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

changes.d/6892.feat.md

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

changes.d/6903.fix.md

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

changes.d/6909.fix.md

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

changes.d/6910.fix.md

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

changes.d/6911.fix.md

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

changes.d/6914.fix.md

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

0 commit comments

Comments
 (0)