From 09d4a51988af911e7f06d90ffb1b751848b3335e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:47:52 +0000 Subject: [PATCH] Prepare release 8.3.4 Workflow: Release stage 1 - create release PR (Cylc 8+ only), run: 43 --- CHANGES.md | 32 ++++++++++++++++++++++++++++++++ changes.d/6175.fix.md | 1 - changes.d/6214.fix.md | 1 - changes.d/6264.fix.md | 1 - changes.d/6266.feat.md | 1 - changes.d/6267.fix.md | 1 - changes.d/6310.fix.md | 1 - changes.d/6330.fix.md | 1 - changes.d/6332.fix.md | 1 - changes.d/6335.fix.md | 1 - changes.d/6337.fix.md | 1 - changes.d/6345.fix.md | 1 - changes.d/6351.fix.md | 1 - changes.d/6353.fix.md | 1 - cylc/flow/__init__.py | 2 +- 15 files changed, 33 insertions(+), 14 deletions(-) delete mode 100644 changes.d/6175.fix.md delete mode 100644 changes.d/6214.fix.md delete mode 100644 changes.d/6264.fix.md delete mode 100644 changes.d/6266.feat.md delete mode 100644 changes.d/6267.fix.md delete mode 100644 changes.d/6310.fix.md delete mode 100644 changes.d/6330.fix.md delete mode 100644 changes.d/6332.fix.md delete mode 100644 changes.d/6335.fix.md delete mode 100644 changes.d/6337.fix.md delete mode 100644 changes.d/6345.fix.md delete mode 100644 changes.d/6351.fix.md delete mode 100644 changes.d/6353.fix.md diff --git a/CHANGES.md b/CHANGES.md index 0c33e6ce915..18911f06b28 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,38 @@ $ towncrier create ..md --content "Short description" +## __cylc-8.3.4 (Released 2024-09-12)__ + +### 🚀 Enhancements + +[#6266](https://github.com/cylc/cylc-flow/pull/6266) - 'cylc show' task output is now sorted by the task id + +### 🔧 Fixes + +[#6175](https://github.com/cylc/cylc-flow/pull/6175) - The workflow-state command and xtrigger will now reject invalid polling arguments. + +[#6214](https://github.com/cylc/cylc-flow/pull/6214) - `cylc lint` rules U013 & U015 now tell you which deprecated variables you are using + +[#6264](https://github.com/cylc/cylc-flow/pull/6264) - Fix bug where `cylc install` failed to prevent invalid run names. + +[#6267](https://github.com/cylc/cylc-flow/pull/6267) - Fixed bug in `cylc play` affecting run host reinvocation after interactively upgrading the workflow to a new Cylc version. + +[#6310](https://github.com/cylc/cylc-flow/pull/6310) - Fix a spurious traceback that could occur when running the `cylc play` command on Mac OS. + +[#6330](https://github.com/cylc/cylc-flow/pull/6330) - Fix bug where broadcasting failed to change platform selected after host selection failure. + +[#6332](https://github.com/cylc/cylc-flow/pull/6332) - Fixes unformatted string + +[#6335](https://github.com/cylc/cylc-flow/pull/6335) - Fix an issue that could cause broadcasts made to multiple namespaces to fail. + +[#6337](https://github.com/cylc/cylc-flow/pull/6337) - Fix potential duplicate job submissions when manually triggering unqueued active tasks. + +[#6345](https://github.com/cylc/cylc-flow/pull/6345) - Fix duplicate job submissions of tasks in the preparing state before reload. + +[#6351](https://github.com/cylc/cylc-flow/pull/6351) - Fix a bug where simulation mode tasks were not spawning children of task:started. + +[#6353](https://github.com/cylc/cylc-flow/pull/6353) - Prevent clock-expired tasks from being automatically retried. + ## __cylc-8.3.3 (Released 2024-07-23)__ ### 🔧 Fixes diff --git a/changes.d/6175.fix.md b/changes.d/6175.fix.md deleted file mode 100644 index b135207930e..00000000000 --- a/changes.d/6175.fix.md +++ /dev/null @@ -1 +0,0 @@ -The workflow-state command and xtrigger will now reject invalid polling arguments. diff --git a/changes.d/6214.fix.md b/changes.d/6214.fix.md deleted file mode 100644 index 5c77f3bedcd..00000000000 --- a/changes.d/6214.fix.md +++ /dev/null @@ -1 +0,0 @@ -`cylc lint` rules U013 & U015 now tell you which deprecated variables you are using diff --git a/changes.d/6264.fix.md b/changes.d/6264.fix.md deleted file mode 100644 index 3cea3d78cf6..00000000000 --- a/changes.d/6264.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix bug where `cylc install` failed to prevent invalid run names. diff --git a/changes.d/6266.feat.md b/changes.d/6266.feat.md deleted file mode 100644 index 4ddd44b83b4..00000000000 --- a/changes.d/6266.feat.md +++ /dev/null @@ -1 +0,0 @@ -'cylc show' task output is now sorted by the task id diff --git a/changes.d/6267.fix.md b/changes.d/6267.fix.md deleted file mode 100644 index 9842ba095a6..00000000000 --- a/changes.d/6267.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed bug in `cylc play` affecting run host reinvocation after interactively upgrading the workflow to a new Cylc version. \ No newline at end of file diff --git a/changes.d/6310.fix.md b/changes.d/6310.fix.md deleted file mode 100644 index 66e8c8557d4..00000000000 --- a/changes.d/6310.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix a spurious traceback that could occur when running the `cylc play` command on Mac OS. diff --git a/changes.d/6330.fix.md b/changes.d/6330.fix.md deleted file mode 100644 index 190a9637a93..00000000000 --- a/changes.d/6330.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix bug where broadcasting failed to change platform selected after host selection failure. \ No newline at end of file diff --git a/changes.d/6332.fix.md b/changes.d/6332.fix.md deleted file mode 100644 index 6fa937c4d33..00000000000 --- a/changes.d/6332.fix.md +++ /dev/null @@ -1 +0,0 @@ - Fixes unformatted string diff --git a/changes.d/6335.fix.md b/changes.d/6335.fix.md deleted file mode 100644 index 2057bae0f7c..00000000000 --- a/changes.d/6335.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix an issue that could cause broadcasts made to multiple namespaces to fail. diff --git a/changes.d/6337.fix.md b/changes.d/6337.fix.md deleted file mode 100644 index 6a6fd72757f..00000000000 --- a/changes.d/6337.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix potential duplicate job submissions when manually triggering unqueued active tasks. diff --git a/changes.d/6345.fix.md b/changes.d/6345.fix.md deleted file mode 100644 index a629eb6c8ed..00000000000 --- a/changes.d/6345.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix duplicate job submissions of tasks in the preparing state before reload. diff --git a/changes.d/6351.fix.md b/changes.d/6351.fix.md deleted file mode 100644 index 7e95da24378..00000000000 --- a/changes.d/6351.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix a bug where simulation mode tasks were not spawning children of task:started. diff --git a/changes.d/6353.fix.md b/changes.d/6353.fix.md deleted file mode 100644 index f6a1622d03a..00000000000 --- a/changes.d/6353.fix.md +++ /dev/null @@ -1 +0,0 @@ -Prevent clock-expired tasks from being automatically retried. diff --git a/cylc/flow/__init__.py b/cylc/flow/__init__.py index 3f0bfe5c0b1..3d83b97a265 100644 --- a/cylc/flow/__init__.py +++ b/cylc/flow/__init__.py @@ -53,7 +53,7 @@ def environ_init(): environ_init() -__version__ = '8.3.4.dev' +__version__ = '8.3.4' def iter_entry_points(entry_point_name):