From c0346656e7a38e09a911c8ded09fdd010f0d22eb Mon Sep 17 00:00:00 2001 From: TingluoHuang Date: Tue, 13 Jun 2023 11:52:51 -0400 Subject: [PATCH 1/3] Prepare runner release 2.305.0. --- releaseNote.md | 27 +++++++++++++++++---------- src/runnerversion | 2 +- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 1c046efdf03..6923cfcfc23 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,18 +1,25 @@ ## Features -- Runner changes for communication with Results service (#2510, #2531, #2535, #2516) -- Add `*.ghe.localhost` domains to hosted server check (#2536) -- Add `OrchestrationId` to user-agent for better telemetry correlation. (#2568) +- Resolve Actions Directly From Launch for Run Service Jobs (#2529) +- Send annotations to run-service (#2574) +- Add `--no-default-labels` config option to self-hosted runners (#2443) +- Update container-hooks to 0.3.2 in runner docker image (#2618) +- Set runner environment in context and env (#2518) +- Switch runner image from Debian to Ubuntu 22.04 (#2651) ## Bugs -- Fix JIT configurations on Windows (#2497) -- 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) +- Handle conflict errors from run service (#2570) +- Fix null guard bug (#2576) +- Trace WebSocket exception into verbose level to reduce noise in diag log. (#2591) +- Ensure multiple composite annoations are correctly written. (#2311) +- Adding Consistency to 'Failed To Resolve Action Download Info' Infrastructure Error Flagging (#2488) +- Filter out empty arguments in container hooks (#2633) +- Fix uses: docker://image:tag steps when container hook is used (#2626) ## Misc -- Bump container hooks version to 0.3.1 in runner image (#2496) -- Runner changes to communicate with vNext services (#2487, #2500, #2505, #2541, #2547) +- Contribute.md: Fix link to style guidelines (#2560) +- Remove Temporary Serialization Shim (#2549) +- Move Using V2 Flow log to Trace (#2635) +- Add utf8 with bom (#2641) _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. diff --git a/src/runnerversion b/src/runnerversion index 971440973d7..d6bb9a77f2d 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.304.0 +2.305.0 From 536d426ba3efee4f02fac8cf1784b969f491689c Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Tue, 13 Jun 2023 12:15:56 -0400 Subject: [PATCH 2/3] Update releaseNote.md Co-authored-by: John Sudol <24583161+johnsudol@users.noreply.github.com> --- releaseNote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNote.md b/releaseNote.md index 6923cfcfc23..4fc14225dee 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -10,7 +10,7 @@ - Handle conflict errors from run service (#2570) - Fix null guard bug (#2576) - Trace WebSocket exception into verbose level to reduce noise in diag log. (#2591) -- Ensure multiple composite annoations are correctly written. (#2311) +- Ensure multiple composite annotations are correctly written (#2311) - Adding Consistency to 'Failed To Resolve Action Download Info' Infrastructure Error Flagging (#2488) - Filter out empty arguments in container hooks (#2633) - Fix uses: docker://image:tag steps when container hook is used (#2626) From 97dedaed6921d41c84fbb6ae6feefad4aabde116 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Tue, 13 Jun 2023 12:16:25 -0400 Subject: [PATCH 3/3] Update releaseNote.md Co-authored-by: John Sudol <24583161+johnsudol@users.noreply.github.com> --- releaseNote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNote.md b/releaseNote.md index 4fc14225dee..387ab36987c 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -9,7 +9,7 @@ ## Bugs - Handle conflict errors from run service (#2570) - Fix null guard bug (#2576) -- Trace WebSocket exception into verbose level to reduce noise in diag log. (#2591) +- Trace WebSocket exception into verbose level to reduce noise in diag log (#2591) - Ensure multiple composite annotations are correctly written (#2311) - Adding Consistency to 'Failed To Resolve Action Download Info' Infrastructure Error Flagging (#2488) - Filter out empty arguments in container hooks (#2633)