From 149123c2322b61d9a497b49cdce6784b23ebfb5d Mon Sep 17 00:00:00 2001 From: eric sciple Date: Thu, 3 Oct 2024 13:38:35 -0500 Subject: [PATCH] Prepare v2.320.0 (#3484) --- releaseNote.md | 17 ++++++++++++----- src/runnerversion | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 9753b6d2311..70d85af2dcd 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,10 +1,17 @@ ## What's Changed -- .NET 8 OS compatibility test https://github.com/actions/runner/pull/3422 -- Ignore ssl cert on websocket client https://github.com/actions/runner/pull/3423 -- Revert "Bump runner to dotnet 8" https://github.com/actions/runner/pull/3412 - -**Full Changelog**: https://github.com/actions/runner/compare/v2.318.0...v2.319.0 +- 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 _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 4c47f6f2f86..8084ad3118b 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.319.1 +2.320.0