mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Prepare 2.304.0 runner release. (#2569)
This commit is contained in:
@@ -1,17 +1,18 @@
|
|||||||
## Features
|
## Features
|
||||||
- Support matrix context in output keys (#2477)
|
- Runner changes for communication with Results service (#2510, #2531, #2535, #2516)
|
||||||
- Add update certificates to `./run.sh` if `RUNNER_UPDATE_CA_CERTS` env is set (#2471)
|
- Add `*.ghe.localhost` domains to hosted server check (#2536)
|
||||||
- Bypass all proxies for all hosts if `no_proxy='*'` is set (#2395)
|
- Add `OrchestrationId` to user-agent for better telemetry correlation. (#2568)
|
||||||
- Change runner image to make user/folder align with `ubuntu-latest` hosted runner. (#2469)
|
|
||||||
|
|
||||||
## Bugs
|
## Bugs
|
||||||
- Exit on runner version deprecation error (#2299)
|
- Fix JIT configurations on Windows (#2497)
|
||||||
- Runner service exit after consecutive re-try exits (#2426)
|
- Guard against NullReference while creating HostContext (#2343)
|
||||||
|
- Handles broken symlink in `Which` (#2150, #2196)
|
||||||
|
- Adding curl retry for external tool downloads (#2552, #2557)
|
||||||
|
- Limit the time we wait for waiting websocket to connect. (#2554)
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
- Replace deprecated command with environment file (#2429)
|
- Bump container hooks version to 0.3.1 in runner image (#2496)
|
||||||
- Make requests to `Run` service to renew job request (#2461)
|
- Runner changes to communicate with vNext services (#2487, #2500, #2505, #2541, #2547)
|
||||||
- Add job/step log upload to Result service (#2447, #2439)
|
|
||||||
|
|
||||||
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
|
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
|
||||||
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
|
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.303.0
|
2.304.0
|
||||||
|
|||||||
Reference in New Issue
Block a user