|
1 | 1 | ## What's Changed |
2 | 2 |
|
3 | | -- Do not give up when uploading steps metadata by @yacaovsnc in https://github.com/actions/runner/pull/3280 |
4 | | -- Upgrade node20 to 20.13.1 by @pje in https://github.com/actions/runner/pull/3284 |
5 | | -- Delete all the contentHash files by @pje in https://github.com/actions/runner/pull/3285 |
6 | | -- Make it easy to install `git` on an Action Runner Image by @jww3 in https://github.com/actions/runner/pull/3273 |
7 | | -- Install `gpg-agent` during actions/runner container image build by @jww3 in https://github.com/actions/runner/pull/3294 |
8 | | - |
9 | | -**Full Changelog**: https://github.com/actions/runner/compare/v2.316.1...v2.317.0 |
| 3 | +- Update Docker to v27.1.1 by @TingluoHuang in https://github.com/actions/runner/pull/3401 |
| 4 | +- Upgrade dotnet sdk to v8.0.303 in https://github.com/actions/runner/pull/3388 |
| 5 | +- Rephrase node20 warning by @rentziass in https://github.com/actions/runner/pull/3376 |
| 6 | +- Bump hook version to 0.6.1 by @nikola-jokic in https://github.com/actions/runner/pull/3350 |
| 7 | +- Backoff to avoid excessive retries to Run Service in a duration by @ericsciple in https://github.com/actions/runner/pull/3354 |
| 8 | +- Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src in https://github.com/actions/runner/pull/3347 |
| 9 | +- Upgrade dotnet sdk to v8.0.302 in https://github.com/actions/runner/pull/3346 |
| 10 | +- Bump runner to dotnet 8 by @TingluoHuang in https://github.com/actions/runner/pull/3345 |
| 11 | +- Pass runner version as environment variable in workflow by @joshmgross in https://github.com/actions/runner/pull/3318 |
| 12 | +- Make sure we mask secrets when reporting telemetry by @TingluoHuang in https://github.com/actions/runner/pull/3315 |
| 13 | +- Bump docker version and docker buildx version by @int128 in https://github.com/actions/runner/pull/3277 |
| 14 | + |
| 15 | +**Full Changelog**: https://github.com/actions/runner/compare/v2.317.0...v2.318.0 |
10 | 16 |
|
11 | 17 | _Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. |
12 | 18 | 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