From 04b07b6675c56da40e532ab73eeb4287bf223e34 Mon Sep 17 00:00:00 2001 From: Francesco Renzi Date: Tue, 23 Apr 2024 16:46:17 +0100 Subject: [PATCH] Prepare v2.316.0 release (#3252) --- releaseNote.md | 27 +++++++++++---------------- src/runnerversion | 2 +- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index cf0c0688ca5..7bbd49af9dc 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,23 +1,18 @@ ## What's Changed -* fix summaries for actions results by @SrRyan in https://github.com/actions/runner/pull/3174 -* Bump runner version to match the latest patch release by @TingluoHuang in https://github.com/actions/runner/pull/3175 -* don't crash listener on getting job exceptions for run-service by @yaananth in https://github.com/actions/runner/pull/3177 -* Remove -f flag in wait when manually trap signal by @nikola-jokic in https://github.com/actions/runner/pull/3182 -* consume new pipelines service url in handlers by @patrickcarnahan in https://github.com/actions/runner/pull/3185 -* Add ability to enforce actions to run on node20 by @takost in https://github.com/actions/runner/pull/3192 -* Bump hook version to 0.6.0 by @nikola-jokic in https://github.com/actions/runner/pull/3203 -* Update dotnet sdk to latest version @6.0.420 by @github-actions in https://github.com/actions/runner/pull/3211 -* Bump docker version and docker buildx version by @nikola-jokic in https://github.com/actions/runner/pull/3208 -* Handle new non-retryable exception type by @thyeggman in https://github.com/actions/runner/pull/3191 -* Always Delete Actions Service Session by @luketomlinson in https://github.com/actions/runner/pull/3214 +* Load '_runnerSettings' in the early point of JobRunner.cs by @TingluoHuang in https://github.com/actions/runner/pull/3218 +* Add new SessionConflict return code by @eeSquared in https://github.com/actions/runner/pull/3215 +* backoff if we retried polling for more than 50 times in less than 30minutes by @aiqiaoy in https://github.com/actions/runner/pull/3232 +* Update dotnet sdk to latest version @6.0.421 by @github-actions in https://github.com/actions/runner/pull/3244 +* Cleanup enabled feature flags. by @TingluoHuang in https://github.com/actions/runner/pull/3246 +* Relax the condition to stop uploading to Results by @yacaovsnc in https://github.com/actions/runner/pull/3230 +* Cleanup enabled feature flags. by @TingluoHuang in https://github.com/actions/runner/pull/3248 +* Replace invalid file name chars in diag log name by @ericsciple in https://github.com/actions/runner/pull/3249 ## New Contributors -* @SrRyan made their first contribution in https://github.com/actions/runner/pull/3174 -* @patrickcarnahan made their first contribution in https://github.com/actions/runner/pull/3185 +* @eeSquared made their first contribution in https://github.com/actions/runner/pull/3215 +* @aiqiaoy made their first contribution in https://github.com/actions/runner/pull/3232 -**Full Changelog**: https://github.com/actions/runner/compare/v2.314.1...v2.315.0 - -**Full Changelog**: https://github.com/actions/runner/compare/v2.313.0...v2.314.0 +**Full Changelog**: https://github.com/actions/runner/compare/v2.315.0...v2.316.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 bb8021df34e..ce7c32e00ce 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.315.0 +2.316.0