|
1 | 1 | ## What's Changed
|
2 |
| -* Trim whitespace in `./Misc/contentHash/dotnetRuntime/*` by @TingluoHuang in https://github.com/actions/runner/pull/2915 |
3 |
| -* Send os and arch during long poll by @luketomlinson in https://github.com/actions/runner/pull/2913 |
4 |
| -* Revert "Update default version to node20 (#2844)" by @takost in https://github.com/actions/runner/pull/2918 |
5 |
| -* Fix telemetry publish from JobServerQueue. by @TingluoHuang in https://github.com/actions/runner/pull/2919 |
6 |
| -* Use block blob instead of append blob by @yacaovsnc in https://github.com/actions/runner/pull/2924 |
7 |
| -* Provide detail info on untar failures. by @TingluoHuang in https://github.com/actions/runner/pull/2939 |
8 |
| -* Bump node.js to 20.8.1 by @TingluoHuang in https://github.com/actions/runner/pull/2945 |
9 |
| -* Update dotnet sdk to latest version @6.0.415 by @github-actions in https://github.com/actions/runner/pull/2929 |
10 |
| -* Fix typo in log strings by @rajbos in https://github.com/actions/runner/pull/2695 |
11 |
| -* feat: add support of arm64 arch runners in service creation script by @tuxity in https://github.com/actions/runner/pull/2606 |
12 |
| -* Add `buildx` to images by @ajschmidt8 in https://github.com/actions/runner/pull/2901 |
| 2 | +* Fix `buildx` installation by @ajschmidt8 in https://github.com/actions/runner/pull/2952 |
| 3 | +* Create close-features and close-bugs bot for runner issues by @ruvceskistefan in https://github.com/actions/runner/pull/2909 |
| 4 | +* Send disableUpdate as query parameter by @luketomlinson in https://github.com/actions/runner/pull/2970 |
| 5 | +* Handle SelfUpdate Flow when Package is provided in Message by @luketomlinson in https://github.com/actions/runner/pull/2926 |
| 6 | +* Bump container hook version to 0.5.0 in runner image by @nikola-jokic in https://github.com/actions/runner/pull/3003 |
| 7 | +* Set `ImageOS` environment variable in runner images by @int128 in https://github.com/actions/runner/pull/2878 |
| 8 | +* Mark job as failed on worker crash. by @TingluoHuang in https://github.com/actions/runner/pull/3006 |
| 9 | +* Include whether http proxy configured as part of UserAgent. by @TingluoHuang in https://github.com/actions/runner/pull/3009 |
| 10 | +* Add codeload to the list of service we check during '--check'. by @TingluoHuang in https://github.com/actions/runner/pull/3011 |
| 11 | +* close reason update by @ruvceskistefan in https://github.com/actions/runner/pull/3027 |
| 12 | +* Update envlinux.md by @adjn in https://github.com/actions/runner/pull/3040 |
| 13 | +* Extend `--check` to check Results-Receiver service. by @TingluoHuang in https://github.com/actions/runner/pull/3078 |
| 14 | +* Use Azure SDK to upload files to Azure Blob by @yacaovsnc in https://github.com/actions/runner/pull/3033 |
| 15 | +* Remove code in runner for handling trimmed packages. by @TingluoHuang in https://github.com/actions/runner/pull/3074 |
| 16 | +* Update dotnet sdk to latest version @6.0.418 by @github-actions in https://github.com/actions/runner/pull/3085 |
| 17 | +* Patch Curl to no longer use -k by @thboop in https://github.com/actions/runner/pull/3091 |
13 | 18 |
|
14 | 19 | ## New Contributors
|
15 |
| -* @tuxity made their first contribution in https://github.com/actions/runner/pull/2606 |
| 20 | +* @int128 made their first contribution in https://github.com/actions/runner/pull/2878 |
| 21 | +* @adjn made their first contribution in https://github.com/actions/runner/pull/3040 |
16 | 22 |
|
17 |
| -**Full Changelog**: https://github.com/actions/runner/compare/v2.310.2...v2.311.0 |
| 23 | +**Full Changelog**: https://github.com/actions/runner/compare/v2.311.0...v2.312.0 |
18 | 24 |
|
19 | 25 | _Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
|
20 | 26 | 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