Prepare v2.315.0 release (#3216)
Runner CD / check (push) Has been cancelled
Runner CD / build (./dev, windows-2019, win-x64) (push) Has been cancelled
Runner CD / build (./dev, windows-latest, win-arm64) (push) Has been cancelled
Runner CD / build (./dev.sh, macOS-latest, osx-arm64) (push) Has been cancelled
Runner CD / build (./dev.sh, macOS-latest, osx-x64) (push) Has been cancelled
Runner CD / build (./dev.sh, ubuntu-latest, linux-arm) (push) Has been cancelled
Runner CD / build (./dev.sh, ubuntu-latest, linux-arm64) (push) Has been cancelled
Runner CD / build (./dev.sh, ubuntu-latest, linux-x64) (push) Has been cancelled
Runner CD / release (push) Has been cancelled
Runner CD / publish-image (push) Has been cancelled

This commit is contained in:
Luke Tomlinson
2024-03-22 11:38:53 -04:00
committed by GitHub
parent 8ebf298bcd
commit a52c53955c
2 changed files with 16 additions and 13 deletions
+15 -12
View File
@@ -1,18 +1,21 @@
## What's Changed ## What's Changed
* Prepare v2.313.0 Release by @luketomlinson in https://github.com/actions/runner/pull/3137 * fix summaries for actions results by @SrRyan in https://github.com/actions/runner/pull/3174
* Pass RunnerOS during job acquire. by @TingluoHuang in https://github.com/actions/runner/pull/3140 * Bump runner version to match the latest patch release by @TingluoHuang in https://github.com/actions/runner/pull/3175
* Process `snapshot` tokens by @davidomid in https://github.com/actions/runner/pull/3135 * don't crash listener on getting job exceptions for run-service by @yaananth in https://github.com/actions/runner/pull/3177
* Update dotnet sdk to latest version @6.0.419 by @github-actions in https://github.com/actions/runner/pull/3158 * Remove -f flag in wait when manually trap signal by @nikola-jokic in https://github.com/actions/runner/pull/3182
* handle broker run service exception handling by @yaananth in https://github.com/actions/runner/pull/3163 * consume new pipelines service url in handlers by @patrickcarnahan in https://github.com/actions/runner/pull/3185
* Add a retry logic to docker login operation by @enescakir in https://github.com/actions/runner/pull/3089 * Add ability to enforce actions to run on node20 by @takost in https://github.com/actions/runner/pull/3192
* Broker fixes for token refreshes and AccessDeniedException by @luketomlinson in https://github.com/actions/runner/pull/3161 * Bump hook version to 0.6.0 by @nikola-jokic in https://github.com/actions/runner/pull/3203
* Remove USE_BROKER_FLOW by @luketomlinson in https://github.com/actions/runner/pull/3162 * Update dotnet sdk to latest version @6.0.420 by @github-actions in https://github.com/actions/runner/pull/3211
* Refresh Token for BrokerServer by @luketomlinson in https://github.com/actions/runner/pull/3167 * Bump docker version and docker buildx version by @nikola-jokic in https://github.com/actions/runner/pull/3208
* Better step timeout message. by @TingluoHuang in https://github.com/actions/runner/pull/3166 * 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
## New Contributors ## New Contributors
* @davidomid made their first contribution in https://github.com/actions/runner/pull/3135 * @SrRyan made their first contribution in https://github.com/actions/runner/pull/3174
* @enescakir made their first contribution in https://github.com/actions/runner/pull/3089 * @patrickcarnahan made their first contribution in https://github.com/actions/runner/pull/3185
**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.313.0...v2.314.0
+1 -1
View File
@@ -1 +1 @@
2.314.1 2.315.0