Skip to content

Commit

Permalink
Merge pull request #5917 from cylc/prepare-8.2.4
Browse files Browse the repository at this point in the history
Prepare release: 8.2.4
  • Loading branch information
wxtim authored Jan 11, 2024
2 parents f913978 + c15fbc7 commit fafcdcf
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 13 deletions.
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,35 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## __cylc-8.2.4 (Released 2024-01-11)__

### 🚀 Enhancements

[#5772](https://github.com/cylc/cylc-flow/pull/5772) - `cylc lint`: added a check for indentation being 4N spaces.

[#5838](https://github.com/cylc/cylc-flow/pull/5838) - `cylc lint`: added rule to check for `rose date` usage (should be replaced with `isodatetime`).

### 🔧 Fixes

[#5789](https://github.com/cylc/cylc-flow/pull/5789) - Prevent the run mode from being changed on restart.

[#5801](https://github.com/cylc/cylc-flow/pull/5801) - Fix traceback when using parentheses on right hand side of graph trigger.

[#5821](https://github.com/cylc/cylc-flow/pull/5821) - Fixed issue where large uncommitted changes could cause `cylc install` to hang.

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

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

[#5893](https://github.com/cylc/cylc-flow/pull/5893) - Fixed bug in computing a time interval-based runahead limit when future triggers are present.

[#5902](https://github.com/cylc/cylc-flow/pull/5902) - Fixed a bug that prevented unsetting `execution time limit` by broadcast or reload.

[#5908](https://github.com/cylc/cylc-flow/pull/5908) - Fixed bug causing redundant DB updates when many tasks depend on the same xtrigger.

[#5909](https://github.com/cylc/cylc-flow/pull/5909) - Fix a bug where Cylc VIP did not remove --workflow-name=<name> from
Cylc play arguments.

## __cylc-8.2.3 (Released 2023-11-02)__

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/5838.feat.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changes.d/5909.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.2.4.dev'
__version__ = '8.2.4'

Check warning on line 56 in cylc/flow/__init__.py

View check run for this annotation

Codecov / codecov/patch

cylc/flow/__init__.py#L56

Added line #L56 was not covered by tests


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit fafcdcf

Please sign in to comment.