Skip to content

Commit 6412390

Browse files
TingluoHuangthboop
andauthored
Prepare 2.301.0 runner release. (#2382)
* Prepare 2.301.0 runner release. * Update releaseNote.md Co-authored-by: Thomas Boop <[email protected]> * Update releaseNote.md Co-authored-by: Thomas Boop <[email protected]> * Update releaseNote.md Co-authored-by: Thomas Boop <[email protected]> * Update releaseNote.md Co-authored-by: Thomas Boop <[email protected]> * Update releaseNote.md Co-authored-by: Thomas Boop <[email protected]> * Update releaseNote.md Co-authored-by: Thomas Boop <[email protected]> * Update releaseNote.md Co-authored-by: Thomas Boop <[email protected]>
1 parent 7306014 commit 6412390

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

releaseNote.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
## Features
2-
- Expose github.actor_id, github.workflow_ref & github.workflow_sha as environment variable (#2249)
3-
- Added worker and listener logs to stdout (#2291, #2307)
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)
47

58
## Bugs
6-
- Made github.action_status output lowercase to be consistent with job.status' output (#1944)
9+
- Split by regex (#2333)
10+
- Treat jitconfig as secret (#2335)
11+
- Add Header/Footer to multi-line message in StdoutTraceListener (#2336)
12+
- Update Node dependencies (#2381)
713

814
## Misc
9-
- Added small size runner image for ARC (#2250)
10-
- Small change to Node.js 12 deprecation message (#2262)
11-
- Added the option to use the --replace argument to the create-latest-svc.sh (#2273)
12-
- Made runner_name optional defaulting to hostname in delete.sh script (#1871)
13-
- Return exit code when MANUALLY_TRAP_SIG is exported (#2285)
14-
- Use results for uploading step summaries (#2301) with limited size (#2321)
15+
- Make runner image print diag log to STDOUT (#2331)
16+
- Update Node.js to 16.16.0 (#2371)
17+
- Add a disclaimer for which runner version is available to a given tenant (#2362)
1518

1619
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
1720
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.300.2
1+
2.301.0

0 commit comments

Comments
 (0)