From 239cc0d7cac344ebd4d89e809a90e577be37e419 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Thu, 21 Jan 2021 14:02:36 -0500 Subject: [PATCH] prep 2.276.1 runner release (#929) --- releaseNote.md | 12 +++--------- src/runnerversion | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 2eba7669a..db041ca82 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,17 +1,11 @@ ## Features - - 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 - - Ignore certain scenarios so they are not counted as infra failures (#889) + - Downgrade runner to .NET 3 to address an issue with broken pipes in Ubuntu (#928) + - Fixed an issue where FIPS Cryptography broke back-compat scenarios (#928) ## Misc - - Add runner e2e test workflow (#885) - - Add on: pull_request trigger to CodeQL workflow (#907) + - Updated dotnet install scripts (#928) ## 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 b1824d695..754f82f5b 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.276.0 +2.276.1