Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release: 8.0rc2 #4753

Merged
merged 3 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ creating a new release entry be sure to copy & paste the span tag with the
updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->
-------------------------------------------------------------------------------
## __cylc-8.0rc2 (<span actions:bind='release-date'>Upcoming</span>)__
## __cylc-8.0rc2 (<span actions:bind='release-date'>Released 2022-03-23</span>)__

Second Release Candidate for Cylc 8 suitable for acceptance testing.

Note: Cylc 8 beta users will not be able to restart workflows run with previous Cylc 8 pre-releases due to changes in the workflow database structure.

Copy link
Member

@MetRonnie MetRonnie Mar 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I not sure we need this note, it perhaps suggests you won't be able to restart 8.0rc1 workflows but you can. If users jumping from a beta version to rc2 want to see what's changed, they should also read the changelog for rc1 imo

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added it because, due to the close timeframes of the releases, I thought users may find this useful information to have on hand if they pick up this release, skipping rc1. Happy to change the wording to pre-rc releases or remove if you feel strongly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted.

### Enhancements

[#4736](https://github.com/cylc/cylc-flow/pull/4736) - `rsync` command used for
Expand Down
2 changes: 1 addition & 1 deletion cylc/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def environ_init():

environ_init()

__version__ = '8.0rc2.dev'
__version__ = '8.0rc2'


def iter_entry_points(entry_point_name):
Expand Down