mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Prepare v2.314.0 release (#3172)
* Prepare v2.314.0 release * update releaseNoteMd
This commit is contained in:
@@ -1,30 +1,20 @@
|
|||||||
## What's Changed
|
## What's Changed
|
||||||
* Bump docker and buildx to the latest version by @diogotorres97 in https://github.com/actions/runner/pull/3100
|
* Prepare v2.313.0 Release by @luketomlinson in https://github.com/actions/runner/pull/3137
|
||||||
* Revert "Bump container hook version to 0.5.0 in runner image (#3003)" by @TingluoHuang in https://github.com/actions/runner/pull/3101
|
* Pass RunnerOS during job acquire. by @TingluoHuang in https://github.com/actions/runner/pull/3140
|
||||||
* Make embedded timeline record has same order as its parent record. by @TingluoHuang in https://github.com/actions/runner/pull/3113
|
* Process `snapshot` tokens by @davidomid in https://github.com/actions/runner/pull/3135
|
||||||
* Fix release workflow. by @TingluoHuang in https://github.com/actions/runner/pull/3102
|
* Update dotnet sdk to latest version @6.0.419 by @github-actions in https://github.com/actions/runner/pull/3158
|
||||||
* Add user-agent to all http clients using RawClientHttpRequestSettings. by @TingluoHuang in https://github.com/actions/runner/pull/3115
|
* handle broker run service exception handling by @yaananth in https://github.com/actions/runner/pull/3163
|
||||||
* Fix JobDispatcher crash during force cancellation. by @TingluoHuang in https://github.com/actions/runner/pull/3118
|
* Add a retry logic to docker login operation by @enescakir in https://github.com/actions/runner/pull/3089
|
||||||
* Implement Broker Redirects for Session and Messages by @luketomlinson in https://github.com/actions/runner/pull/3103
|
* Broker fixes for token refreshes and AccessDeniedException by @luketomlinson in https://github.com/actions/runner/pull/3161
|
||||||
* Only keep 1 older version runner around after self-upgrade. by @TingluoHuang in https://github.com/actions/runner/pull/3122
|
* Remove USE_BROKER_FLOW by @luketomlinson in https://github.com/actions/runner/pull/3162
|
||||||
* Upgrade `docker` from `24.0.7` to `24.0.8` by @MPV in https://github.com/actions/runner/pull/3124
|
* Refresh Token for BrokerServer by @luketomlinson in https://github.com/actions/runner/pull/3167
|
||||||
* Upload the diagnostic logs to the Results Service by @jtamsut in https://github.com/actions/runner/pull/3114
|
* Better step timeout message. by @TingluoHuang in https://github.com/actions/runner/pull/3166
|
||||||
* Upgrade `docker` from `24.0.8` to `24.0.9` by @MPV in https://github.com/actions/runner/pull/3126
|
|
||||||
* Make sure to drain the upload queue before clean temp directory by @yacaovsnc in https://github.com/actions/runner/pull/3125
|
|
||||||
* Specify `Content-Type` for BlockBlob upload by @bethanyj28 in https://github.com/actions/runner/pull/3119
|
|
||||||
* Improve error report for invalid action.yml by @jsoref in https://github.com/actions/runner/pull/3106
|
|
||||||
* Add sshd to .devcontainer.json by @pje in https://github.com/actions/runner/pull/3079
|
|
||||||
* Resolve CVE-2024-21626 by @luka5 in https://github.com/actions/runner/pull/3123
|
|
||||||
* Handle ForceTokenRefresh message by @luketomlinson in https://github.com/actions/runner/pull/3133
|
|
||||||
* Bump hook version to 0.5.1 by @nikola-jokic in https://github.com/actions/runner/pull/3129
|
|
||||||
|
|
||||||
## New Contributors
|
## New Contributors
|
||||||
* @diogotorres97 made their first contribution in https://github.com/actions/runner/pull/3100
|
* @davidomid made their first contribution in https://github.com/actions/runner/pull/3135
|
||||||
* @MPV made their first contribution in https://github.com/actions/runner/pull/3124
|
* @enescakir made their first contribution in https://github.com/actions/runner/pull/3089
|
||||||
* @jtamsut made their first contribution in https://github.com/actions/runner/pull/3114
|
|
||||||
* @luka5 made their first contribution in https://github.com/actions/runner/pull/3123
|
|
||||||
|
|
||||||
**Full Changelog**: https://github.com/actions/runner/compare/v2.312.0...v2.313.0
|
**Full Changelog**: https://github.com/actions/runner/compare/v2.313.0...v2.314.0
|
||||||
|
|
||||||
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
|
_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.
|
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.313.0
|
2.314.0
|
||||||
|
|||||||
Reference in New Issue
Block a user