From 6cbfbc31860e10d9f44e6d8f2988162614878360 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Tue, 9 Feb 2021 11:18:55 -0500 Subject: [PATCH] Add 2.277.0 release notes (#975) * add 2.276.2 release notes * major version these changes --- releaseNote.md | 11 ++++++++--- src/runnerversion | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 2983dafe8..b75320f23 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,11 +1,16 @@ ## Features + - Verify the Runner Hash during auto-upgrade before installing the new runner version (#967) + - Support download of runners from authenticated endpoints (#920) + - Enabled tty output in Docker Actions (#916) + - Added '--check' command to verify runner connectivity (#949) ## Bugs - - 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) + - Fix usage of /dev/null and ping in run.sh (#968) ## Misc - - Updated dotnet install scripts (#928) + - Updated the copy for various runner messages (#972) + - Added the runner's OS to telemetry (#939) + - Various other telemetry improvements (#935) ## 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 754f82f5b..8b4d7c33c 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.276.1 +2.277.0