From 82e8a8a1c8f914cda3e50bdab43b14766b841456 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Fri, 25 Jul 2025 15:55:39 +0000 Subject: [PATCH] Prepare runner release 2.327.1 --- releaseNote.md | 12 ++++-------- src/runnerversion | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 10c1cdcf7..8e9ae0f15 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,13 +1,9 @@ ## What's Changed -* Try add orchestrationid into user-agent using token claim. by @TingluoHuang in https://github.com/actions/runner/pull/3945 -* Fix null reference exception in user agent handling by @salmanmkc in https://github.com/actions/runner/pull/3946 -* Runner Support for executing Node24 Actions by @salmanmkc in https://github.com/actions/runner/pull/3940 -* Update dotnet sdk to latest version @8.0.412 by @github-actions[bot] in https://github.com/actions/runner/pull/3941 +* Update Docker to v28.3.2 and Buildx to v0.26.1 by @github-actions[bot] in https://github.com/actions/runner/pull/3953 +* Fix if statement structure in update script and variable reference by @salmanmkc in https://github.com/actions/runner/pull/3956 -## New Contributors -* @salmanmkc made their first contribution in https://github.com/actions/runner/pull/3946 -**Full Changelog**: https://github.com/actions/runner/compare/v2.326.0...v2.327.0 +**Full Changelog**: https://github.com/actions/runner/compare/v2.327.0...v2.327.1 _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. @@ -114,4 +110,4 @@ The SHA-256 checksums for the packages included in this build are shown below: - actions-runner-osx-arm64-.tar.gz - actions-runner-linux-x64-.tar.gz - actions-runner-linux-arm64-.tar.gz -- actions-runner-linux-arm-.tar.gz +- actions-runner-linux-arm-.tar.gz \ No newline at end of file diff --git a/src/runnerversion b/src/runnerversion index fe24dbf39..5e5369fee 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.327.0 +2.327.1 \ No newline at end of file