Skip to content

Commit a52c539

Browse files
Prepare v2.315.0 release (actions#3216)
1 parent 8ebf298 commit a52c539

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

releaseNote.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
## What's Changed
2-
* Prepare v2.313.0 Release by @luketomlinson in https://github.com/actions/runner/pull/3137
3-
* Pass RunnerOS during job acquire. by @TingluoHuang in https://github.com/actions/runner/pull/3140
4-
* Process `snapshot` tokens by @davidomid in https://github.com/actions/runner/pull/3135
5-
* Update dotnet sdk to latest version @6.0.419 by @github-actions in https://github.com/actions/runner/pull/3158
6-
* handle broker run service exception handling by @yaananth in https://github.com/actions/runner/pull/3163
7-
* Add a retry logic to docker login operation by @enescakir in https://github.com/actions/runner/pull/3089
8-
* Broker fixes for token refreshes and AccessDeniedException by @luketomlinson in https://github.com/actions/runner/pull/3161
9-
* Remove USE_BROKER_FLOW by @luketomlinson in https://github.com/actions/runner/pull/3162
10-
* Refresh Token for BrokerServer by @luketomlinson in https://github.com/actions/runner/pull/3167
11-
* Better step timeout message. by @TingluoHuang in https://github.com/actions/runner/pull/3166
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
1213

1314
## New Contributors
14-
* @davidomid made their first contribution in https://github.com/actions/runner/pull/3135
15-
* @enescakir made their first contribution in https://github.com/actions/runner/pull/3089
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
17+
18+
**Full Changelog**: https://github.com/actions/runner/compare/v2.314.1...v2.315.0
1619

1720
**Full Changelog**: https://github.com/actions/runner/compare/v2.313.0...v2.314.0
1821

src/runnerversion

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

0 commit comments

Comments
 (0)