From f811eb606dc483db4b7bb0ac1ebd5df926e6650a Mon Sep 17 00:00:00 2001 From: TingluoHuang Date: Thu, 14 Jan 2021 13:55:13 -0500 Subject: [PATCH] Prepare 2.276.0 runner release. --- releaseNote.md | 15 +++++++++------ src/runnerversion | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 359231b05..2eba7669a 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,14 +1,17 @@ ## Features - - Add labels in the script that register runner (#844) - - Add proxy support for container actions (#840) + - Support config runner via GitHub PAT. (#874) + - Update runner to .NET 5 (#799) + - Add new ANDROID_SDK_ROOT environment variable (#892) + - Add warning when running out of disk. (#873) + - Always use FIPS Cryptography (#896) + - Add `--check` to run a serials network test against GitHub or GHES. (#900) ## Bugs - - Unset GTIHUB_ACTION_REPOSITORY and GITHUB_ACTION_REF for non-repo based actions #804 - - fix compat issue in timeline record state. #861 + - Ignore certain scenarios so they are not counted as infra failures (#889) ## Misc - - Crypto cleanup and enable usage of FIPS compliant crypto when required (#806) - - Count actions resolve failures as infra failures (#851) + - Add runner e2e test workflow (#885) + - Add on: pull_request trigger to CodeQL workflow (#907) ## 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 c19c28508..b1824d695 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.275.1 +2.276.0