diff --git a/releaseNote.md b/releaseNote.md index fd17f6bfc..ae05e6dc9 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,11 +1,11 @@ ## Features -- Added support for a JIT runner config (#1925) -- Added `ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION` env option to force actions to run on a specific node version (#1913) +- GHES: Support connecting to GitHub Enterprise Server Actions Service on a subdomain ## Bugs -- Fixed a bug where container hooks passed in path as a string rather then an array of strings (#1948) - +- 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) ## Misc -- Minor cleanup of error messages when running container hooks (#1949) +- 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) ## 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 d8737b80a..ea0fe6c4e 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.294.0 +2.295.0