Skip to content

Commit

Permalink
Merge pull request #6255 from cylc/prepare-8.3.3
Browse files Browse the repository at this point in the history
Prepare release: 8.3.3
  • Loading branch information
MetRonnie authored Jul 23, 2024
2 parents 71c7d82 + e7888c9 commit c6dfbe9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 0 additions & 2 deletions 6103.fix.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## __cylc-8.3.3 (Released 2024-07-23)__

### 🔧 Fixes

[#6103](https://github.com/cylc/cylc-flow/pull/6103) - Absolute dependencies (dependencies on tasks in a specified cycle rather than at a specified offset) are now visible in the GUI beyond the specified cycle.

[#6213](https://github.com/cylc/cylc-flow/pull/6213) - Fix bug where the `-S`, `-O` and `-D` options in `cylc vr` would not be applied correctly when restarting a workflow.

[#6241](https://github.com/cylc/cylc-flow/pull/6241) - Allow flow-merge when triggering n=0 tasks.

[#6242](https://github.com/cylc/cylc-flow/pull/6242) - Put `share/bin` in the `PATH` of scheduler environment, event handlers therein will now be found.

[#6249](https://github.com/cylc/cylc-flow/pull/6249), [#6252](https://github.com/cylc/cylc-flow/pull/6252) - Fix a race condition between global config reload and debug logging that caused "platform not defined" errors when running workflows that contained a "rose-suite.conf" file in verbose or debug mode.

## __cylc-8.3.2 (Released 2024-07-10)__

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/6249.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.3.3.dev'
__version__ = '8.3.3'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit c6dfbe9

Please sign in to comment.