Skip to content

Commit f86e968

Browse files
authored
Prepare runner release 2.302.0 (#2433)
1 parent e979331 commit f86e968

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

releaseNote.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
## Features
2-
- Log GitHub RequestId for better traceability (#2332)
3-
- Dual upload summary to Actions and Result service (#2334)
4-
- Allow providing extra User-Agent for better correlation (#2370)
5-
- Show more information in the runner log (#2377)
6-
- New option to remove local config files (#2367)
2+
- Add support for ghe.com domain (#2420)
3+
- Add docker cli to the runner image. (#2425)
4+
- Uploading step logs to Results service (#2422)
75

86
## Bugs
9-
- Treat jitconfig as secret (#2335)
10-
- Add Header/Footer to multi-line message in StdoutTraceListener (#2336)
11-
- Update Node dependencies (#2381)
7+
- Fix URL construction bug for RunService (#2396)
8+
- Defer evaluation of a step's DisplayName until its condition is evaluated. (#2313)
9+
- Replace '(' and ')' with '[' and '] from OS.Description for fixing User-Agent header validation (#2288)
1210

1311
## Misc
14-
- Make runner image print diag log to STDOUT (#2331)
15-
- Update Node.js to 16.16.0 (#2371)
16-
- Add a disclaimer for which runner version is available to a given tenant (#2362)
12+
- Bump dotnet sdk to latest version. (#2392)
13+
- Start calling run service for job completion (#2412, #2423)
1714

1815
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
1916
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.

src/runnerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.301.1
1+
2.302.0

0 commit comments

Comments
 (0)