From b3ced05b9f91d3db5101df3cc4bfe291bf8b787c Mon Sep 17 00:00:00 2001 From: JoannaaKL Date: Mon, 24 Jul 2023 12:29:21 +0200 Subject: [PATCH 1/2] Update runnerversion --- src/runnerversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runnerversion b/src/runnerversion index 8d417f8da8c..847c4973f62 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.306.0 +2.307.0 From 68a7edfc4227c79ccedf52aab4cafd5d761dd9d4 Mon Sep 17 00:00:00 2001 From: JoannaaKL Date: Mon, 24 Jul 2023 12:47:22 +0200 Subject: [PATCH 2/2] Update releaseNote.md --- releaseNote.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 6265a2082fd..71f601c61f7 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,19 +1,9 @@ -## Features -- Add warning to notify about forcing actions to run on node16 instead of node12 (#2678) - ## Bugs -- Remove job completion from runner listener (#2659) -- Fix double error reporting (#2656) -- Fix a bug with incorrect parsing of image values in a container action (#1873) -- Fix error message reported on non-local action setup (#2668) -- Extend github context with host-workspace (#2517) -- Fixed a bug where a misplaced = character could bypass heredoc-style processing (#2627) +- Fixes `if:cancelled()` composite steps not running and normal composite steps not interrupting when the job is cancelled (#2638) +- Fix the bug causing double error reporting fix to remain inactive (#2703) ## Misc -- Send environment url to Run Service (#2650) -- Reduce token service and unnecessary calls - send token to redirects (#2660) -- Add 'http://' to http(s)_proxy if there is no protocol (#2663) -- Remove extra result step for job itself (#2620) +- Collect telemetry on GitHub-related HTTP requests (#2691) _Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.