Skip to content

Commit 1250684

Browse files
authored
Prepare release 2.318.0 (#3404)
1 parent 2190396 commit 1250684

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

releaseNote.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
## What's Changed
22

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
1016

1117
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
1218
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.

src/runnerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.317.0
1+
2.318.0

0 commit comments

Comments
 (0)