Skip to content

Commit 664a0dc

Browse files
Prepare release 8.4.1
Workflow: Release stage 1 - create release PR (Cylc 8+ only), run: 47
1 parent d8c355a commit 664a0dc

12 files changed

+26
-12
lines changed

CHANGES.md

+25
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
1111

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

14+
## __cylc-8.4.1 (Released 2025-02-25)__
15+
16+
### 🔧 Fixes
17+
18+
[#6480](https://github.com/cylc/cylc-flow/pull/6480) - `cat-log`: List log files which are available via a configured tailer/viewer command.
19+
20+
[#6506](https://github.com/cylc/cylc-flow/pull/6506) - Work around caching behaviour observed on NFS filesystems which could cause workflows to appear to be stopped or even to not exist, when they are running.
21+
22+
[#6518](https://github.com/cylc/cylc-flow/pull/6518) - Allow setting empty values in `flow.cylc[scheduler][events]` to override the global configuration.
23+
24+
[#6535](https://github.com/cylc/cylc-flow/pull/6535) - Ensure tasks can be killed while in the preparing state.
25+
26+
[#6551](https://github.com/cylc/cylc-flow/pull/6551) - Fix bug in `cylc lint` S014 where it warned about use of legitimate `-W` directive for PBS.
27+
28+
[#6571](https://github.com/cylc/cylc-flow/pull/6571) - Disabled PEP-515-style integer coercion of task parameters containing underscores (e.g. `084_132` was becoming `84132`). This fix returns older behaviour seen in Cylc 7.
29+
30+
[#6577](https://github.com/cylc/cylc-flow/pull/6577) - Fixed a bug where if you prematurely deleted the job log directory, it would leave tasks permanently in the submitted or running states.
31+
32+
[#6578](https://github.com/cylc/cylc-flow/pull/6578) - Improved handling of any internal errors when executing commands against a running workflow.
33+
34+
[#6586](https://github.com/cylc/cylc-flow/pull/6586) - Update PBS job runner to reflect error message change. This change
35+
continues to support older PBS versions.
36+
37+
[#6616](https://github.com/cylc/cylc-flow/pull/6616) - Fixed wrapper script `PATH` override preventing selection of Cylc version in the GUI when running Cylc Hub.
38+
1439
## __cylc-8.4.0 (Released 2025-01-08)__
1540

1641
### ⚠ Breaking Changes

changes.d/6480.fix.md

-1
This file was deleted.

changes.d/6506.fix.md

-1
This file was deleted.

changes.d/6518.fix.md

-1
This file was deleted.

changes.d/6535.fix.md

-1
This file was deleted.

changes.d/6551.fix.md

-1
This file was deleted.

changes.d/6571.fix.md

-1
This file was deleted.

changes.d/6577.fix.md

-1
This file was deleted.

changes.d/6578.fix.md

-1
This file was deleted.

changes.d/6586.fix.md

-2
This file was deleted.

changes.d/6616.fix.md

-1
This file was deleted.

cylc/flow/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def environ_init():
5252

5353
environ_init()
5454

55-
__version__ = '8.4.1.dev'
55+
__version__ = '8.4.1'
5656

5757

5858
def iter_entry_points(entry_point_name):

0 commit comments

Comments
 (0)