|
1 | 1 | ## 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) |
4 | 7 |
|
5 | 8 | ## 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) |
7 | 13 |
|
8 | 14 | ## 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) |
15 | 18 |
|
16 | 19 | _Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
|
17 | 20 | To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
|
|
0 commit comments