From 7ba4f8587e7056bbab0deac5668b5de2637aa2ca Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Fri, 29 Apr 2022 12:53:36 +0200 Subject: [PATCH] 2.291.0 Release Notes (#1854) * Update releaseNote.md * Update runnerversion * 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 | 14 ++++---------- src/runnerversion | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 4c0c189c7..4a52b1cb5 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,18 +1,12 @@ ## Features -- Continue-on-error is now possible for the composite action steps (#1763) -- Now it's possible to use context evaluation in the `shell` of composite action run steps (#1767) +- Relaxed naming requirements for dockerfiles (e.g. `Dockerfile.test` can now be built) (#1738) ## Bugs -- Fix a bug where job would be marked as 'cancelled' after self-hosted runner going offline (#1792) -- Translate paths in `github` and `runner` contexts when running on a container (#1762) -- Warn about invalid flags when configuring or running the runner (#1781) -- Fix a bug where job hooks would use job level working directory (#1809) +- Fixed a bug where windows path separators were used in generated folders (#1617) +- Fixed an issue where runner's invoked via `run.sh` or `run.cmd` did not properly restart after update (#1812). This fix applies to all future updates after installing this version ## Misc -- Allow warnings about actions using Node v12 (#1735) -- Better exception handling when runner is configured with invalid Url or token (#1741) -- Set user agent for websocket requests (#1791) -- Gracefully handle websocket failures (#1789) +- Relaxed Actions Summary size limit to 1MiB (#1839) ## 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 0eaa716c6..cebe4ab6c 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.290.1 +2.291.0