Skip to content

Commit 41ff8c9

Browse files
Prepare release 8.2.4
Workflow: Release stage 1 - create release PR (Cylc 8+ only), run: 31
1 parent f913978 commit 41ff8c9

File tree

13 files changed

+30
-13
lines changed

13 files changed

+30
-13
lines changed

CHANGES.md

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

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

14+
## __cylc-8.2.4 (Released 2024-01-11)__
15+
16+
### 🚀 Enhancements
17+
18+
[#5772](https://github.com/cylc/cylc-flow/pull/5772) - `cylc lint`: added a check for indentation being 4N spaces.
19+
20+
[#5838](https://github.com/cylc/cylc-flow/pull/5838) - `cylc lint`: added rule to check for `rose date` usage (should be replaced with `isodatetime`).
21+
22+
### 🔧 Fixes
23+
24+
[#5789](https://github.com/cylc/cylc-flow/pull/5789) - Stop users changing run modes on restart.
25+
26+
[#5801](https://github.com/cylc/cylc-flow/pull/5801) - Fix traceback when using parentheses on right hand side of graph trigger.
27+
28+
[#5821](https://github.com/cylc/cylc-flow/pull/5821) - Fixed issue where large uncommitted changes could cause `cylc install` to hang.
29+
30+
[#5841](https://github.com/cylc/cylc-flow/pull/5841) - `cylc lint`: improved handling of S011 to not warn if the `#` is `#$` (e.g. shell base arithmetic).
31+
32+
[#5885](https://github.com/cylc/cylc-flow/pull/5885) - Fixed bug in using a final cycle point with chained offsets e.g. 'final cycle point = +PT6H+PT1S'.
33+
34+
[#5893](https://github.com/cylc/cylc-flow/pull/5893) - Fixed bug in computing a time interval-based runahead limit when future triggers are present.
35+
36+
[#5902](https://github.com/cylc/cylc-flow/pull/5902) - Fixed a bug that prevented unsetting `execution time limit` by broadcast or reload.
37+
38+
[#5908](https://github.com/cylc/cylc-flow/pull/5908) - Fixed bug causing redundant DB updates when many tasks depend on the same xtrigger.
39+
40+
[#5909](https://github.com/cylc/cylc-flow/pull/5909) - Fix a bug where Cylc VIP did not remove --workflow-name=<name> from
41+
Cylc play arguments.
42+
1443
## __cylc-8.2.3 (Released 2023-11-02)__
1544

1645
### 🔧 Fixes

changes.d/5772.feat.md

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

changes.d/5789.fix.md

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

changes.d/5801.fix.md

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

changes.d/5821.fix.md

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

changes.d/5838.feat.md

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

changes.d/5841.fix.md

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

changes.d/5885.fix.md

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

changes.d/5893.fix

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

changes.d/5902.fix.md

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

0 commit comments

Comments
 (0)