From ac7b34a07171b87ae47e8b2cf42c5dc3370958ee Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Fri, 10 Jun 2022 15:42:51 +0200 Subject: [PATCH] Release 2.293.0 (#1940) * Update releaseNote.md * 2.293.0 Release * Update releaseNote.md Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com> Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com> --- releaseNote.md | 8 ++++---- src/runnerversion | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 02178b879..0150eddee 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,11 +1,11 @@ ## Features -- Added a pre-release package for the `macOS-arm64` architecture - - Note that this packages is pre-release status and may not work with all existing actions - +- Allow self-hosted runner admins to fail jobs that don't have a job container (#1895) +- Experimental: Self-hosted runner admins can now use scripts to customize the container invocation in the runner (#1853) ## Bugs -- Fixed an issue where live console logs would fail to close (#1903) +- Fixed an issue where a Job Hook would fail to execute if the shell path contains a space on Windows (#1826) ## Misc +- Handle new `HostedRunnerShutdownMessage` to shutdown hosted runners faster (#1922) ## Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. diff --git a/src/runnerversion b/src/runnerversion index 69ff98acc..d5c616980 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.292.0 +2.293.0