Skip to content

Commit 2b63b9c

Browse files
authored
Prepare 2.162.0 runner release (#204)
1 parent d93fb70 commit 2b63b9c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

releaseNote.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
## Features
2-
- Added packages for Linux ARM32 (linux-arm) and Linux ARM64 (linux-arm64) (#184)
3-
- Note that these packages are pre-release status and may not work with all existing actions
2+
- Added the "severity" keyword to allow action authors to set the default severity for problem matchers (#203)
43

54
## Bugs
6-
- Fixed a bug where problem matchers were not treating FromPath as a file path (#183)
5+
- Fixed generated self-hosted runner names to never go over 80 characters (helps Windows customers) (#193)
6+
- Fixed `PrepareActions_DownloadActionFromGraph` test by pointing to an active Actions repository (#205)
77

88
## Misc
9-
- Fixed code warnings in the Runner (#174)
10-
- Fixed code warnings in the Runner tests (#178)
11-
- Added support for building the Runner in Visual Studio (#173)
9+
- Updated the publish and download artifact actions to use the v2 endpoint (#188)
10+
- Updated the service name on self-hosted runner name to include repository or organization information (#193)
1211

1312
## Windows x64
1413
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

src/runnerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.161.0
1+
2.162.0

0 commit comments

Comments
 (0)