|
1 | 1 | ## Features |
2 | | -- Support matrix context in output keys (#2477) |
3 | | -- Add update certificates to `./run.sh` if `RUNNER_UPDATE_CA_CERTS` env is set (#2471) |
4 | | -- Bypass all proxies for all hosts if `no_proxy='*'` is set (#2395) |
5 | | -- Change runner image to make user/folder align with `ubuntu-latest` hosted runner. (#2469) |
| 2 | +- Runner changes for communication with Results service (#2510, #2531, #2535, #2516) |
| 3 | +- Add `*.ghe.localhost` domains to hosted server check (#2536) |
| 4 | +- Add `OrchestrationId` to user-agent for better telemetry correlation. (#2568) |
6 | 5 |
|
7 | 6 | ## Bugs |
8 | | -- Exit on runner version deprecation error (#2299) |
9 | | -- Runner service exit after consecutive re-try exits (#2426) |
| 7 | +- Fix JIT configurations on Windows (#2497) |
| 8 | +- Guard against NullReference while creating HostContext (#2343) |
| 9 | +- Handles broken symlink in `Which` (#2150, #2196) |
| 10 | +- Adding curl retry for external tool downloads (#2552, #2557) |
| 11 | +- Limit the time we wait for waiting websocket to connect. (#2554) |
10 | 12 |
|
11 | 13 | ## Misc |
12 | | -- Replace deprecated command with environment file (#2429) |
13 | | -- Make requests to `Run` service to renew job request (#2461) |
14 | | -- Add job/step log upload to Result service (#2447, #2439) |
| 14 | +- Bump container hooks version to 0.3.1 in runner image (#2496) |
| 15 | +- Runner changes to communicate with vNext services (#2487, #2500, #2505, #2541, #2547) |
15 | 16 |
|
16 | 17 | _Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. |
17 | 18 | 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