Skip to content

Commit 58f3ff5

Browse files
authored
Prepare 2.304.0 runner release. (#2569)
1 parent 6353ac8 commit 58f3ff5

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

releaseNote.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
## 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)
65

76
## 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)
1012

1113
## 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)
1516

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

src/runnerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.303.0
1+
2.304.0

0 commit comments

Comments
 (0)