We have released cylc-flow 8.0.3 which contains a few bugfixes including:
- Fixes filtering tasks by state on the command line, e.g. triggering failed tasks.
- Allow platform settings to be configured for scheduler hosts using
localhost
platform. - Fix spurious triggering from no-flow tasks.
- Fix reload issues in compatibility mode.
For a full summary see the changelog:
# to update cylc-flow in a conda environment:
conda update cylc-flow=8.0
# to update cylc-flow in a pip environment:
pip install 'cylc-flow==8.*' --upgrade