Skip to content

Commit 12a0aa6

Browse files
authored
Merge pull request #6633 from cylc/prepare-8.4.1
Prepare release: 8.4.1
2 parents d8c355a + 664a0dc commit 12a0aa6

File tree

12 files changed

+26
-12
lines changed

12 files changed

+26
-12
lines changed

CHANGES.md

Lines changed: 25 additions & 0 deletions
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

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

changes.d/6506.fix.md

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

changes.d/6518.fix.md

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

changes.d/6535.fix.md

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

changes.d/6551.fix.md

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

changes.d/6571.fix.md

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

changes.d/6577.fix.md

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

changes.d/6578.fix.md

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

changes.d/6586.fix.md

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

0 commit comments

Comments
 (0)