|
1 | 1 | ## What's Changed
|
2 |
| -* Bump docker and buildx to the latest version by @diogotorres97 in https://github.com/actions/runner/pull/3100 |
3 |
| -* Revert "Bump container hook version to 0.5.0 in runner image (#3003)" by @TingluoHuang in https://github.com/actions/runner/pull/3101 |
4 |
| -* Make embedded timeline record has same order as its parent record. by @TingluoHuang in https://github.com/actions/runner/pull/3113 |
5 |
| -* Fix release workflow. by @TingluoHuang in https://github.com/actions/runner/pull/3102 |
6 |
| -* Add user-agent to all http clients using RawClientHttpRequestSettings. by @TingluoHuang in https://github.com/actions/runner/pull/3115 |
7 |
| -* Fix JobDispatcher crash during force cancellation. by @TingluoHuang in https://github.com/actions/runner/pull/3118 |
8 |
| -* Implement Broker Redirects for Session and Messages by @luketomlinson in https://github.com/actions/runner/pull/3103 |
9 |
| -* Only keep 1 older version runner around after self-upgrade. by @TingluoHuang in https://github.com/actions/runner/pull/3122 |
10 |
| -* Upgrade `docker` from `24.0.7` to `24.0.8` by @MPV in https://github.com/actions/runner/pull/3124 |
11 |
| -* Upload the diagnostic logs to the Results Service by @jtamsut in https://github.com/actions/runner/pull/3114 |
12 |
| -* Upgrade `docker` from `24.0.8` to `24.0.9` by @MPV in https://github.com/actions/runner/pull/3126 |
13 |
| -* Make sure to drain the upload queue before clean temp directory by @yacaovsnc in https://github.com/actions/runner/pull/3125 |
14 |
| -* Specify `Content-Type` for BlockBlob upload by @bethanyj28 in https://github.com/actions/runner/pull/3119 |
15 |
| -* Improve error report for invalid action.yml by @jsoref in https://github.com/actions/runner/pull/3106 |
16 |
| -* Add sshd to .devcontainer.json by @pje in https://github.com/actions/runner/pull/3079 |
17 |
| -* Resolve CVE-2024-21626 by @luka5 in https://github.com/actions/runner/pull/3123 |
18 |
| -* Handle ForceTokenRefresh message by @luketomlinson in https://github.com/actions/runner/pull/3133 |
19 |
| -* Bump hook version to 0.5.1 by @nikola-jokic in https://github.com/actions/runner/pull/3129 |
| 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 |
20 | 12 |
|
21 | 13 | ## New Contributors
|
22 |
| -* @diogotorres97 made their first contribution in https://github.com/actions/runner/pull/3100 |
23 |
| -* @MPV made their first contribution in https://github.com/actions/runner/pull/3124 |
24 |
| -* @jtamsut made their first contribution in https://github.com/actions/runner/pull/3114 |
25 |
| -* @luka5 made their first contribution in https://github.com/actions/runner/pull/3123 |
| 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 |
26 | 16 |
|
27 |
| -**Full Changelog**: https://github.com/actions/runner/compare/v2.312.0...v2.313.0 |
| 17 | +**Full Changelog**: https://github.com/actions/runner/compare/v2.313.0...v2.314.0 |
28 | 18 |
|
29 | 19 | _Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
|
30 | 20 | To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
|
|
0 commit comments