Skip to content

Commit

Permalink
Merge pull request #5758 from cylc/prepare-8.2.2
Browse files Browse the repository at this point in the history
Prepare release: 8.2.2
  • Loading branch information
MetRonnie committed Oct 5, 2023
2 parents a023aee + 361e507 commit 1af786a
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 deletions.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## __cylc-8.2.2 (Released 2023-10-05)__

### 🚀 Enhancements

[#5237](https://github.com/cylc/cylc-flow/pull/5237) - Back-compat: allow workflow-state xtriggers (and the `cylc workflow-state`
command) to read Cylc 7 databases.

### 🔧 Fixes

[#5693](https://github.com/cylc/cylc-flow/pull/5693) - Log command issuer, if not the workflow owner, for all commands.

[#5694](https://github.com/cylc/cylc-flow/pull/5694) - Don't fail config file parsing if current working directory does not exist.
(Note however this may not be enough to prevent file parsing commands failing
elsewhere in the Python library).

[#5704](https://github.com/cylc/cylc-flow/pull/5704) - Fix off-by-one error in automatic upgrade of Cylc 7 "max active cycle points" to Cylc 8 "runahead limit".

[#5708](https://github.com/cylc/cylc-flow/pull/5708) - Fix runahead limit at start-up, with recurrences that start beyond the limit.

[#5755](https://github.com/cylc/cylc-flow/pull/5755) - Fixes an issue where submit-failed tasks could be incorrectly considered as completed rather than causing the workflow to stall.


## __cylc-8.2.1 (Released 2023-08-14)__

### 🔧 Fixes
Expand Down
2 changes: 0 additions & 2 deletions changes.d/5237.feat.md

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changes.d/5694.fix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/5755.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.2.dev'
__version__ = '8.2.2'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit 1af786a

Please sign in to comment.