From 9bbbca9e5d361955c609ef7b3a46350712f3e618 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Thu, 12 Dec 2019 15:20:39 -0500 Subject: [PATCH] Prepare 2.163.0 runner release. --- releaseNote.md | 11 ++++++----- src/runnerversion | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index a6dfce417aa..5d553bca162 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,13 +1,14 @@ ## Features - - Added the "severity" keyword to allow action authors to set the default severity for problem matchers (#203) + - Added Proxy Support for self-hosted runner. (#206) + - Introduce `--name` configure argument for runner name. (#217) + - Better repo matching for issue file path (checkout v2 related) (#208) ## Bugs - - Fixed generated self-hosted runner names to never go over 80 characters (helps Windows customers) (#193) - - Fixed `PrepareActions_DownloadActionFromGraph` test by pointing to an active Actions repository (#205) + - N/A ## Misc - - Updated the publish and download artifact actions to use the v2 endpoint (#188) - - Updated the service name on self-hosted runner name to include repository or organization information (#193) + - Runner code cleanup (#197, #209, #214, #219) + - Update node external to 12.13.1 (#215) ## Windows x64 We recommend configuring the runner under ":\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 0936108b840..02391d94810 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.162.0 +2.163.0