Skip to content

Commit 04b07b6

Browse files
authored
Prepare v2.316.0 release (actions#3252)
1 parent dd9fcfc commit 04b07b6

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

releaseNote.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
## What's Changed
2-
* fix summaries for actions results by @SrRyan in https://github.com/actions/runner/pull/3174
3-
* Bump runner version to match the latest patch release by @TingluoHuang in https://github.com/actions/runner/pull/3175
4-
* don't crash listener on getting job exceptions for run-service by @yaananth in https://github.com/actions/runner/pull/3177
5-
* Remove -f flag in wait when manually trap signal by @nikola-jokic in https://github.com/actions/runner/pull/3182
6-
* consume new pipelines service url in handlers by @patrickcarnahan in https://github.com/actions/runner/pull/3185
7-
* Add ability to enforce actions to run on node20 by @takost in https://github.com/actions/runner/pull/3192
8-
* Bump hook version to 0.6.0 by @nikola-jokic in https://github.com/actions/runner/pull/3203
9-
* Update dotnet sdk to latest version @6.0.420 by @github-actions in https://github.com/actions/runner/pull/3211
10-
* Bump docker version and docker buildx version by @nikola-jokic in https://github.com/actions/runner/pull/3208
11-
* Handle new non-retryable exception type by @thyeggman in https://github.com/actions/runner/pull/3191
12-
* Always Delete Actions Service Session by @luketomlinson in https://github.com/actions/runner/pull/3214
2+
* Load '_runnerSettings' in the early point of JobRunner.cs by @TingluoHuang in https://github.com/actions/runner/pull/3218
3+
* Add new SessionConflict return code by @eeSquared in https://github.com/actions/runner/pull/3215
4+
* backoff if we retried polling for more than 50 times in less than 30minutes by @aiqiaoy in https://github.com/actions/runner/pull/3232
5+
* Update dotnet sdk to latest version @6.0.421 by @github-actions in https://github.com/actions/runner/pull/3244
6+
* Cleanup enabled feature flags. by @TingluoHuang in https://github.com/actions/runner/pull/3246
7+
* Relax the condition to stop uploading to Results by @yacaovsnc in https://github.com/actions/runner/pull/3230
8+
* Cleanup enabled feature flags. by @TingluoHuang in https://github.com/actions/runner/pull/3248
9+
* Replace invalid file name chars in diag log name by @ericsciple in https://github.com/actions/runner/pull/3249
1310

1411
## New Contributors
15-
* @SrRyan made their first contribution in https://github.com/actions/runner/pull/3174
16-
* @patrickcarnahan made their first contribution in https://github.com/actions/runner/pull/3185
12+
* @eeSquared made their first contribution in https://github.com/actions/runner/pull/3215
13+
* @aiqiaoy made their first contribution in https://github.com/actions/runner/pull/3232
1714

18-
**Full Changelog**: https://github.com/actions/runner/compare/v2.314.1...v2.315.0
19-
20-
**Full Changelog**: https://github.com/actions/runner/compare/v2.313.0...v2.314.0
15+
**Full Changelog**: https://github.com/actions/runner/compare/v2.315.0...v2.316.0
2116

2217
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
2318
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.

src/runnerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.315.0
1+
2.316.0

0 commit comments

Comments
 (0)