Cylc 8.2.0 Released

We have released cylc-flow 8.2.2 with fixes including:

  • Workflow-state xtriggers (and the cylc workflow-state command) can now work off Cylc 7 workflows
  • Fixed runahead limit at start-up for recurrences that start beyond the limit.
  • Fixed an issue where submit-failed tasks could be incorrectly considered as completed rather than causing the workflow to stall.

See the changelog for the full list.

How to update site installations

Sites should create a new Cylc environment and manage parallel installations using the provided wrapper script.

How to update stand-alone installations

# First shut down running workflows:
cylc stop '*'

# For Conda managed environments:
conda update 'cylc-flow=8.2'

# For Pip managed environments:
pip install 'cylc-flow==8.2.*'
2 Likes