Skip to content

Commit 77971e1

Browse files
Merge pull request #7219 from cylc/prepare-8.6.3
Prepare release: 8.6.3
2 parents 394001f + b5e2d53 commit 77971e1

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGES.md

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

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

14+
## __cylc-8.6.3 (Released 2026-02-24)__
15+
16+
### 🔧 Fixes
17+
18+
[#7121](https://github.com/cylc/cylc-flow/pull/7121) - Fixed `cylc broadcast` traceback when broadcasting an auto-upgraded deprecated setting.
19+
20+
[#7147](https://github.com/cylc/cylc-flow/pull/7147) - Fixed a bug in the GUI where retry indicators would not appear on workflows in the sidebar.
21+
22+
[#7172](https://github.com/cylc/cylc-flow/pull/7172) - Allow subfolders called log, share and work to be rsynced to remote platforms, only excluding top level folders of that name.
23+
24+
[#7194](https://github.com/cylc/cylc-flow/pull/7194) - Fixed `cylc cat-log` taking 60 seconds to exit for remote logs, and incorrect exit code.
25+
26+
[#7206](https://github.com/cylc/cylc-flow/pull/7206) - Fixes a memory leak in the data management that impacted some workflows.
27+
1428
## __cylc-8.6.2 (Released 2026-01-08)__
1529

1630
### 🔧 Fixes

changes.d/7121.fix.md

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

changes.d/7147.fix.md

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

changes.d/7172.fix.md

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

changes.d/7194.fix.md

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

changes.d/7206.fix.md

Lines changed: 0 additions & 1 deletion
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.3.dev'
56+
__version__ = '8.6.3'
5757

5858

5959
def iter_entry_points(entry_point_name):

0 commit comments

Comments
 (0)