Skip to content

Commit bdfef34

Browse files
authored
Update the release branch (#2836)
1 parent 2617455 commit bdfef34

File tree

2 files changed

+35
-17
lines changed

2 files changed

+35
-17
lines changed

releaseNote.md

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,37 @@
1-
## Features
2-
- Support linux/arm64 docker build (#2601)
3-
- Add node20 to runner (#2732)
4-
- Update node16 to latest version (#2736)
5-
- Remove node12 from runner (#2717)
6-
7-
## Misc
8-
- Pass timeout in ExecutionContext instead of StepsRunner (#2714)
9-
- Return early on invalid_client OAuth exception (#2721)
10-
- Expose results service endpoint as environment variable (#2726)
11-
- Update HTTPEventSourceListener to trace the right events (#2727)
12-
- Change RunnerId/AgentId from int32 to uint64 (#2661)
13-
- Configure stale bot for Runner (#2729)
14-
- Add in dependabot security scanning/updates (#2743)
15-
- Bump dotnet sdk to latest version (#2733)
16-
- Switch from InnerException to ErrorCode on disableupdate check (#2718)
1+
## 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
29+
30+
## 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
33+
34+
**Full Changelog**: https://github.com/actions/runner/compare/v2.308.0...v2.309.0
1735

1836
_Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
1937
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.308.0
1+
2.309.0

0 commit comments

Comments
 (0)