From 6d266a7c44fc24f1e88dec2ca3f53b92814a3d69 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Wed, 13 Nov 2024 12:20:10 -0500 Subject: [PATCH] Prepare runner release 2.321.0 (#3566) --- releaseNote.md | 41 ++++++++++++++++++++++++++--------------- src/runnerversion | 2 +- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 70d85af2dcd..c3f99e2872a 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,17 +1,30 @@ ## What's Changed -- Adding Snapshot additional mapping tokens https://github.com/actions/runner/pull/3468 -- Create launch httpclient using the right handler and setting https://github.com/actions/runner/pull/3476 -- Fix missing default user-agent for jitconfig runner https://github.com/actions/runner/pull/3473 -- Cleanup back-compat code for interpreting Run Service status codes https://github.com/actions/runner/pull/3456 -- Add runner or worker to the useragent https://github.com/actions/runner/pull/3457 -- Handle Error Body in Responses from Broker https://github.com/actions/runner/pull/3454 -- Fix issues for composite actions (Run Service flow) https://github.com/actions/runner/pull/3446 -- Trace GitHub RequestId to log https://github.com/actions/runner/pull/3442 -- Add `jq`, `git`, `unzip` and `curl` to default packages installed https://github.com/actions/runner/pull/3056 -- Add pid to user-agent and session owner https://github.com/actions/runner/pull/3432 - -**Full Changelog**: https://github.com/actions/runner/compare/v2.319.1...v2.320.0 +* Fix release workflow to use distinct artifact names by @ericsciple in https://github.com/actions/runner/pull/3485 +* Update dotnet sdk to latest version @6.0.425 by @github-actions in https://github.com/actions/runner/pull/3433 +* add ref and type to job completion in run service by @yaananth in https://github.com/actions/runner/pull/3492 +* Remove Broker Migration Message logging by @luketomlinson in https://github.com/actions/runner/pull/3493 +* Bump dotnet SDK to dotnet 8. by @TingluoHuang in https://github.com/actions/runner/pull/3500 +* Remove dotnet8 compatibility test. by @TingluoHuang in https://github.com/actions/runner/pull/3502 +* Remove node16 from the runner. by @TingluoHuang in https://github.com/actions/runner/pull/3503 +* send action name for run service by @yaananth in https://github.com/actions/runner/pull/3520 +* Handle runner not found by @ericsciple in https://github.com/actions/runner/pull/3536 +* Publish job telemetry to run-service. by @TingluoHuang in https://github.com/actions/runner/pull/3545 +* Fetch repo-level runner groups from API in v2 flow by @lucavallin in https://github.com/actions/runner/pull/3546 +* Allow runner to check service connection in background. by @TingluoHuang in https://github.com/actions/runner/pull/3542 +* Expose ENV for cache service v2. by @TingluoHuang in https://github.com/actions/runner/pull/3548 +* Update runner docker image. by @TingluoHuang in https://github.com/actions/runner/pull/3511 +* Bump Azure.Storage.Blobs from 12.19.1 to 12.23.0 in /src by @dependabot in https://github.com/actions/runner/pull/3549 +* fix dotnet-upgrade.yml to print right version by @TingluoHuang in https://github.com/actions/runner/pull/3550 +* Update dotnet sdk to latest version @8.0.404 by @github-actions in https://github.com/actions/runner/pull/3552 +* Configure dependabot to check github-actions updates by @Goooler in https://github.com/actions/runner/pull/3333 +* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/actions/runner/pull/3556 + +## New Contributors +* @lucavallin made their first contribution in https://github.com/actions/runner/pull/3546 +* @Goooler made their first contribution in https://github.com/actions/runner/pull/3333 + +**Full Changelog**: https://github.com/actions/runner/compare/v2.320.0...v2.321.0 _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. @@ -33,9 +46,7 @@ Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-.zip", "$PWD") ``` -## [Pre-release] Windows arm64 - -**Warning:** Windows arm64 runners are currently in preview status and use [unofficial versions of nodejs](https://unofficial-builds.nodejs.org/). They are not intended for production workflows. +## Windows arm64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. diff --git a/src/runnerversion b/src/runnerversion index 8084ad3118b..248da29093e 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.320.0 +2.321.0