Skip to content

Commit 79a31ad

Browse files
Merge pull request #7106 from cylc/8.6.x-sync
🤖 Merge 8.6.x-sync into master
2 parents c34f81a + ff2561c commit 79a31ad

File tree

15 files changed

+36
-16
lines changed

15 files changed

+36
-16
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.6.1 (Released 2025-11-27)__
15+
16+
### 🚀 Enhancements
17+
18+
[#6261](https://github.com/cylc/cylc-flow/pull/6261) - Allow a workflow to be restarted by `cylc vr` even if there are no changes to reinstall.
19+
20+
[#7024](https://github.com/cylc/cylc-flow/pull/7024) - Add support for the `next()/previous()` syntax with the `cylc play --startcp` option.
21+
22+
[#7044](https://github.com/cylc/cylc-flow/pull/7044) - Replace use of Met Office Datapoint (Switchoff December 2025) in tutorial with Met Office data via the Amazon Data Sustainability Initative.
23+
24+
[#7075](https://github.com/cylc/cylc-flow/pull/7075) - State totals shown in GUI/tui now represent the active (n=0) window of tasks.
25+
26+
### 🔧 Fixes
27+
28+
[#6772](https://github.com/cylc/cylc-flow/pull/6772) - Xtriggers with an OR operator (`|`) between them now correctly fail validation as Cylc does not support this.
29+
30+
[#7007](https://github.com/cylc/cylc-flow/pull/7007) - Fix bug where cylc play --pause would resume a paused workflow.
31+
32+
[#7021](https://github.com/cylc/cylc-flow/pull/7021) - Fix compatibility with Python 3.14
33+
34+
[#7026](https://github.com/cylc/cylc-flow/pull/7026) - Log (re)commencement of xtrigger calls, for old xtriggers.
35+
36+
[#7035](https://github.com/cylc/cylc-flow/pull/7035) - Fixed platform subshell expression evaluating more than once for tasks triggered in paused workflow.
37+
38+
[#7041](https://github.com/cylc/cylc-flow/pull/7041) - Removed spurious "tasks not killable" warnings for `cylc stop --kill`.
39+
40+
[#7048](https://github.com/cylc/cylc-flow/pull/7048) - Stopped the evaluated value of `initial cycle point = now` changing on reload/restart.
41+
42+
[#7054](https://github.com/cylc/cylc-flow/pull/7054) - Fix an issue where job submission could fail with the message
43+
`No such file or directory` when tasks were triggered while the workflow was
44+
paused.
45+
46+
[#7087](https://github.com/cylc/cylc-flow/pull/7087) - `cylc clean` will now skip any non-existent remote platforms recorded in the workflow database, instead of failing.
47+
48+
[#7089](https://github.com/cylc/cylc-flow/pull/7089) - Fixes a memory build-up problem exposed by large workflows of many interconnected tasks.
49+
1450
## __cylc-8.6.0 (Released 2025-10-01)__
1551

1652
### ⚠ Breaking Changes

changes.d/6261.feat.md

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

changes.d/6772.fix.md

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

changes.d/7007.fix.md

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

changes.d/7021.fix.md

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

changes.d/7024.feat.md

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

changes.d/7026.fix.md

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

changes.d/7035.fix.md

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

changes.d/7041.fix.md

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

changes.d/7044.feat.md

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

0 commit comments

Comments
 (0)