diff --git a/releaseNote.md b/releaseNote.md index ae05e6dc92f..91255a46fae 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,11 +1,9 @@ -## Features -- GHES: Support connecting to GitHub Enterprise Server Actions Service on a subdomain ## Bugs -- Fixed a bug where GITHUB_ENV would not update correctly between composite action steps (#1794) -- Fixed runner update bug caused by `update.sh|cmd` running too long (#2044) +- Avoid key based command injection via Docker command arguments (#2062) ## Misc -- Bump Newtonsoft.Json from 11.0.2 to 13.0.1 (#2012) -- Change a periodic token expiry log message level from `WARNING` to `VERBOSE` (#2021) +- Added step context name and start/finish time in step telemetry (#2069) +- Improved error logs when there is a missing 'using' token configuration in the metadata file (#2052) +- Added full job name and nested workflow details in log (#2049) ## 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. @@ -32,7 +30,7 @@ curl -O -L https://github.com/actions/runner/releases/download/v tar xzf ./actions-runner-osx-x64-.tar.gz ``` -## [Pre-release] OSX arm64 (Apple silicon) +## OSX arm64 (Apple silicon) ``` bash # Create a folder diff --git a/src/runnerversion b/src/runnerversion index ea0fe6c4e2c..d1ad399cbf4 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.295.0 +2.296.0