From 7cef9a27ca514e72c10f3c7f2bf1418b52275a68 Mon Sep 17 00:00:00 2001 From: TingluoHuang Date: Tue, 23 Jun 2020 14:05:28 -0400 Subject: [PATCH] release 2.267.0 runner. --- releaseNote.md | 20 ++++++++++++-------- src/runnerversion | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index b75e056e3..48d725bc5 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,14 +1,18 @@ ## Features - - N/A + - Resolve action download info from server (#508, #515, #550) + - Print runner and machine name to log. (#539) ## Bugs - - Handle `jq` returns "null" if the field does not exist in create-latest-svc.sh (#478) - - Switch GITHUB_URL to GITHUB_SERVER_URL (#482) - - Fix problem matcher for GHES (#488) - - Fix container action inputs validation warning (#490) - - Fix post step display name (#490) - - Fix worker crash due to exception from evaluating step.env (#490) + - Reduce input validation warnings (#506) + - Fix null ref exception in SecretMasker caused by `hashfiles` timeout. (#516) + - Add libicu66 to `./installDependencies.sh` for Ubuntu 20.04 (#535) + - Fix DataContract with Token service (#532) + - Skip search $PATH on command with fully qualified path (#526) + - Restore SELinux context on service file when SELinux is enabled (#525) ## Misc - - N/A + - Remove SPS/Token migration code. Remove GHES url manipulate code. (#513) + - Add sub-step for developer flow for clarity (#523) + - Update Links and Language to Git + VSCode (#522) + - Update runner configuration exception message (#540) ## 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 f9d36d71d..58301aa10 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.263.0 +2.267.0