Skip to content

Commit a8783c0

Browse files
authored
update runnerversion and releasenote (#2765)
1 parent 2606425 commit a8783c0

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

releaseNote.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
## Bugs
2-
- Fixes `if:cancelled()` composite steps not running and normal composite steps not interrupting when the job is cancelled (#2638)
3-
- Fix the bug causing double error reporting fix to remain inactive (#2703)
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)
46

57
## Misc
6-
- Collect telemetry on GitHub-related HTTP requests (#2691)
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)
717

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

0 commit comments

Comments
 (0)