Skip to content

Commit 712191b

Browse files
authored
Merge pull request #7165 from cylc/prepare-8.6.2
Prepare release: 8.6.2
2 parents 9fe2cd7 + 4eeb537 commit 712191b

File tree

9 files changed

+19
-11
lines changed

9 files changed

+19
-11
lines changed

CHANGES.md

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

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

14+
## __cylc-8.6.2 (Released 2026-01-08)__
15+
16+
### 🔧 Fixes
17+
18+
[#6719](https://github.com/cylc/cylc-flow/pull/6719) - Fix incorrect job submission time reported after a time zone change.
19+
20+
[#7100](https://github.com/cylc/cylc-flow/pull/7100) - Task hold, retry, wallclock and xtriggers are now cleared when they are no longer applicable.
21+
22+
[#7101](https://github.com/cylc/cylc-flow/pull/7101) - Fixed manual group triggering of tasks before the start cycle point not obeying prerequisites within the group.
23+
24+
[#7108](https://github.com/cylc/cylc-flow/pull/7108) - Allow use of task state selectors with the `cylc set` command.
25+
26+
[#7144](https://github.com/cylc/cylc-flow/pull/7144) - Fixed a bug that produced incorrect family states on n-window resize.
27+
28+
[#7148](https://github.com/cylc/cylc-flow/pull/7148) - Fixed a bug where tasks would flow on from tasks manually triggered before the start cycle point.
29+
30+
[#7158](https://github.com/cylc/cylc-flow/pull/7158) - Fix an issue where a workflow's status message (as displayed in the GUI toolbar) could erroneously report that the workflow is stalled after intervention is performed.
31+
1432
## __cylc-8.6.1 (Released 2025-11-27)__
1533

1634
### 🚀 Enhancements

changes.d/6719.fix.md

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

changes.d/7100.fix.md

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

changes.d/7101.fix.md

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

changes.d/7108.fix.md

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

changes.d/7144.fix.md

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

changes.d/7148.fix.md

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

changes.d/7158.fix.md

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

cylc/flow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def environ_init():
5353

5454
environ_init()
5555

56-
__version__ = '8.6.2.dev'
56+
__version__ = '8.6.2'
5757

5858

5959
def iter_entry_points(entry_point_name):

0 commit comments

Comments
 (0)