We have released cylc-flow 8.2.1, this includes fixes for:
- Tasks appearing in the wrong state in the GUI under certain circumstances.
cylc clean
failing on remote hosts unless the--yes
option is specified.
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.*'