Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## __cylc-8.6.3 (Released 2026-02-24)__

### 🔧 Fixes

[#7121](https://github.com/cylc/cylc-flow/pull/7121) - Fixed `cylc broadcast` traceback when broadcasting an auto-upgraded deprecated setting.

[#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.

[#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.

[#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.

[#7206](https://github.com/cylc/cylc-flow/pull/7206) - Fixes a memory leak in the data management that impacted some workflows.

## __cylc-8.6.2 (Released 2026-01-08)__

### 🔧 Fixes
Expand Down
1 change: 0 additions & 1 deletion changes.d/7121.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/7147.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/7172.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/7194.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/7206.fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion cylc/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def environ_init():

environ_init()

__version__ = '8.6.3.dev'
__version__ = '8.6.3'


def iter_entry_points(entry_point_name):
Expand Down
Loading