From 84b1bea43e5d87db3fec314caf9e49d4dedb77da Mon Sep 17 00:00:00 2001 From: Francesco Renzi Date: Thu, 30 May 2024 13:36:44 +0100 Subject: [PATCH] Prepare relese 2.317.0 (#3311) --- releaseNote.md | 8 ++++++-- src/runnerversion | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 067b48bd66c..5033486a5e8 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,8 +1,12 @@ ## What's Changed -- Preserve dates when deserializing job message from Run Service by @ericsciple in https://github.com/actions/runner/pull/3269 +- Do not give up when uploading steps metadata by @yacaovsnc in https://github.com/actions/runner/pull/3280 +- Upgrade node20 to 20.13.1 by @pje in https://github.com/actions/runner/pull/3284 +- Delete all the contentHash files by @pje in https://github.com/actions/runner/pull/3285 +- Make it easy to install `git` on an Action Runner Image by @jww3 in https://github.com/actions/runner/pull/3273 +- Install `gpg-agent` during actions/runner container image build by @jww3 in https://github.com/actions/runner/pull/3294 -**Full Changelog**: https://github.com/actions/runner/compare/v2.316.0...v2.316.1 +**Full Changelog**: https://github.com/actions/runner/compare/v2.316.1...v2.317.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 ad3450ba108..f7103c080f6 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.316.1 +2.317.0