Skip to content

Commit

Permalink
Prepare 2.163.0 runner release.
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang committed Dec 12, 2019
1 parent 2cac011 commit 9bbbca9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions releaseNote.md
Original file line number Diff line number Diff line change
@@ -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 "<DRIVE>:\actions-runner". This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows
Expand Down
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.162.0
2.163.0

0 comments on commit 9bbbca9

Please sign in to comment.