Skip to content

Commit 65361e0

Browse files
authored
Prepare runner release 2.310.0 (#2914)
1 parent 36e37a0 commit 65361e0

File tree

2 files changed

+38
-31
lines changed

2 files changed

+38
-31
lines changed

releaseNote.md

+37-30
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,44 @@
11
## What's Changed
2-
* Bump @types/node from 12.12.14 to 20.4.10 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2759
3-
* Trace x-github-request-id when download action tarball. by @TingluoHuang in https://github.com/actions/runner/pull/2755
4-
* Fix typo by @kyanny in https://github.com/actions/runner/pull/2741
5-
* Bump prettier from 3.0.1 to 3.0.2 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2772
6-
* Bump @types/node from 20.4.10 to 20.5.0 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2773
7-
* Revert "Fixed a bug where a misplaced `=` character could bypass here… by @cory-miller in https://github.com/actions/runner/pull/2774
8-
* Filter NODE_OPTIONS from env for file output by @cory-miller in https://github.com/actions/runner/pull/2775
9-
* Bump @types/node from 20.5.0 to 20.5.1 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2781
10-
* Update Docker Version in Images by @ajschmidt8 in https://github.com/actions/runner/pull/2694
11-
* Bump @types/node from 20.5.1 to 20.5.4 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2789
12-
* Bump @typescript-eslint/parser from 6.4.0 to 6.4.1 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2785
13-
* Bump Microsoft.AspNet.WebApi.Client from 5.2.4 to 5.2.9 in /src by @dependabot in https://github.com/actions/runner/pull/2751
14-
* Bump System.Buffers from 4.3.0 to 4.5.1 in /src by @dependabot in https://github.com/actions/runner/pull/2749
15-
* Bump dotnet/runtime-deps from 6.0-jammy to 7.0-jammy in /images by @dependabot in https://github.com/actions/runner/pull/2745
16-
* Remove need to manually compile JS binary for hashFiles utility by @vanZeben in https://github.com/actions/runner/pull/2770
17-
* Revert "Bump dotnet/runtime-deps from 6.0-jammy to 7.0-jammy in /images" by @TingluoHuang in https://github.com/actions/runner/pull/2790
18-
* Query runner by name on server side. by @TingluoHuang in https://github.com/actions/runner/pull/2771
19-
* Bump typescript from 5.1.6 to 5.2.2 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2795
20-
* Bump @types/node from 20.5.4 to 20.5.6 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2796
21-
* Bump Newtonsoft.Json from 13.0.1 to 13.0.3 in /src by @dependabot in https://github.com/actions/runner/pull/2797
22-
* Support replacing runners in v2 flow by @luketomlinson in https://github.com/actions/runner/pull/2791
23-
* Delegating handler for Http redirects by @paveliak in https://github.com/actions/runner/pull/2814
24-
* Add references to the firewall requirements docs by @paveliak in https://github.com/actions/runner/pull/2815
25-
* Create automated workflow that will auto-generate dotnet sdk patches by @vanZeben in https://github.com/actions/runner/pull/2776
26-
* Fixes minor issues with using proper output varaibles by @vanZeben in https://github.com/actions/runner/pull/2818
27-
* Throw NonRetryableException on GetNextMessage from broker as needed. by @TingluoHuang in https://github.com/actions/runner/pull/2828
28-
* Mark action download failures as infra failures by @cory-miller in https://github.com/actions/runner/pull/2827
2+
* Prepare runner release 2.309.0 by @johnsudol in https://github.com/actions/runner/pull/2833
3+
* remove debug-only flag from stale bot action by @ruvceskistefan in https://github.com/actions/runner/pull/2834
4+
* Calculate docker instance label based on the hash of the config by @nikola-jokic in https://github.com/actions/runner/pull/2683
5+
* Correcting `zen` address by @Pantelis-Santorinios in https://github.com/actions/runner/pull/2855
6+
* Update dotnet sdk to latest version @6.0.414 by @github-actions in https://github.com/actions/runner/pull/2852
7+
* Bump @typescript-eslint/parser from 6.4.1 to 6.7.0 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2845
8+
* Bump @types/node from 20.5.6 to 20.6.2 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2854
9+
* Bump eslint-plugin-github from 4.9.2 to 4.10.0 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2808
10+
* Bump @typescript-eslint/parser from 6.7.0 to 6.7.2 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2858
11+
* Bump prettier from 3.0.2 to 3.0.3 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2860
12+
* Bump @vercel/ncc from 0.36.1 to 0.38.0 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2859
13+
* Bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.7.2 in /src/Misc/expressionFunc/hashFiles by @dependabot in https://github.com/actions/runner/pull/2861
14+
* Remove unused code in AgentManager. by @TingluoHuang in https://github.com/actions/runner/pull/2866
15+
* GetAgents from all runner groups durning config. by @TingluoHuang in https://github.com/actions/runner/pull/2865
16+
* Change alpine from vst blobs to OSS gha alpine build by @vanZeben in https://github.com/actions/runner/pull/2871
17+
* Bump node 16 to v16.20.2 by @vanZeben in https://github.com/actions/runner/pull/2872
18+
* Bump directly dotnet vulnerable packages by @nikola-jokic in https://github.com/actions/runner/pull/2870
19+
* Fix ArgumentOutOfRangeException in PowerShellPostAmpersandEscape. by @TingluoHuang in https://github.com/actions/runner/pull/2875
20+
* bump container hook version in runner image by @nikola-jokic in https://github.com/actions/runner/pull/2881
21+
* Use `Directory.EnumerateFiles` instead of `Directory.GetFiles` in WhichUtil. by @TingluoHuang in https://github.com/actions/runner/pull/2882
22+
* Add warning about node16 deprecation by @takost in https://github.com/actions/runner/pull/2887
23+
* Throw TimeoutException instead of OperationCanceledException on the final retry in DownloadRepositoryAction by @TingluoHuang in https://github.com/actions/runner/pull/2895
24+
* Update message when runners are deleted by @thboop in https://github.com/actions/runner/pull/2896
25+
* Do not give up if Results is powering logs by @yacaovsnc in https://github.com/actions/runner/pull/2893
26+
* Allow use action archive cache to speed up workflow jobs. by @TingluoHuang in https://github.com/actions/runner/pull/2857
27+
* Upgrade docker engine to 24.0.6 in the runner container image by @Link- in https://github.com/actions/runner/pull/2886
28+
* Collect telemetry to measure upload speed for different backend. by @TingluoHuang in https://github.com/actions/runner/pull/2912
29+
* Use RawHttpMessageHandler and VssHttpRetryMessageHandler in ResultsHttpClient by @yacaovsnc in https://github.com/actions/runner/pull/2908
30+
* Retries to lock Services database on Windows by @sugymt in https://github.com/actions/runner/pull/2880
31+
* Update default version to node20 by @takost in https://github.com/actions/runner/pull/2844
32+
* Fixed Attempt typo by @corycalahan in https://github.com/actions/runner/pull/2849
33+
* Fix typo by @rajbos in https://github.com/actions/runner/pull/2670
2934

3035
## New Contributors
31-
* @kyanny made their first contribution in https://github.com/actions/runner/pull/2741
32-
* @ajschmidt8 made their first contribution in https://github.com/actions/runner/pull/2694
36+
* @Pantelis-Santorinios made their first contribution in https://github.com/actions/runner/pull/2855
37+
* @github-actions made their first contribution in https://github.com/actions/runner/pull/2852
38+
* @sugymt made their first contribution in https://github.com/actions/runner/pull/2880
39+
* @corycalahan made their first contribution in https://github.com/actions/runner/pull/2849
3340

34-
**Full Changelog**: https://github.com/actions/runner/compare/v2.308.0...v2.309.0
41+
**Full Changelog**: https://github.com/actions/runner/compare/v2.309.0...v2.310.0
3542

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

src/runnerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.309.0
1+
2.310.0

0 commit comments

Comments
 (0)