From 510fadf71adc78a2e64a5499bacc8ca2ab7f5f10 Mon Sep 17 00:00:00 2001 From: David Kale Date: Mon, 14 Dec 2020 11:02:44 -0500 Subject: [PATCH] Prepare m275 (#860) --- releaseNote.md | 9 +++++---- src/runnerversion | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index e7540c137..40b21926b 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,12 +1,13 @@ ## Features - - N/A + - Add labels in the script that register runner (#844) + - Add proxy support for container actions (#840) ## Bugs - - N/A + - Unset GTIHUB_ACTION_REPOSITORY and GITHUB_ACTION_REF for non-repo based actions #804 ## Misc - - Disabled add-path and set-env runner commands (#779) - - Updated dotnet install scripts (#779) + - Crypto cleanup and enable usage of FIPS compliant crypto when required (#806) + - Count actions resolve failures as infra failures (#851) ## 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 a9aa8afc1..5c570014d 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.274.2 +2.275.0