Skip to content

Commit 20721bc

Browse files
Prepare runner release 2.305.0. (#2657)
* Prepare runner release 2.305.0. * Update releaseNote.md Co-authored-by: John Sudol <24583161+johnsudol@users.noreply.github.com> * Update releaseNote.md Co-authored-by: John Sudol <24583161+johnsudol@users.noreply.github.com> --------- Co-authored-by: John Sudol <24583161+johnsudol@users.noreply.github.com>
1 parent fde86b0 commit 20721bc

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

releaseNote.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
## Features
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)
2+
- Resolve Actions Directly From Launch for Run Service Jobs (#2529)
3+
- Send annotations to run-service (#2574)
4+
- Add `--no-default-labels` config option to self-hosted runners (#2443)
5+
- Update container-hooks to 0.3.2 in runner docker image (#2618)
6+
- Set runner environment in context and env (#2518)
7+
- Switch runner image from Debian to Ubuntu 22.04 (#2651)
58

69
## Bugs
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+
- Handle conflict errors from run service (#2570)
11+
- Fix null guard bug (#2576)
12+
- Trace WebSocket exception into verbose level to reduce noise in diag log (#2591)
13+
- Ensure multiple composite annotations are correctly written (#2311)
14+
- Adding Consistency to 'Failed To Resolve Action Download Info' Infrastructure Error Flagging (#2488)
15+
- Filter out empty arguments in container hooks (#2633)
16+
- Fix uses: docker://image:tag steps when container hook is used (#2626)
1217

1318
## Misc
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)
19+
- Contribute.md: Fix link to style guidelines (#2560)
20+
- Remove Temporary Serialization Shim (#2549)
21+
- Move Using V2 Flow log to Trace (#2635)
22+
- Add utf8 with bom (#2641)
1623

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

0 commit comments

Comments
 (0)