Skip to content

Commit 7817e1a

Browse files
committed
Prepare 2.169.0 runner release for GHES Alpha.
1 parent d90273a commit 7817e1a

2 files changed

Lines changed: 6 additions & 19 deletions

File tree

releaseNote.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
11
## Features
2-
- Update Runner Register GitHub API URL to Support Org-level Runner (#339 #345 #352)
3-
- Preserve workflow file/line/column for better error messages (#356)
4-
- Switch to use token service instead of SPS for exchanging oauth token. (#325)
5-
- Load and print machine setup info from .setup_info (#364)
6-
- Expose job name as $GITHUB_JOB (#366)
7-
- Add support for job outputs. (#365)
8-
- Set CI=true when launch process in actions runner. (#374)
9-
- Set steps.<id>.outcome and steps.<id>.conclusion. (#372)
10-
- Add support for workflow/job defaults. (#369)
11-
- Expose GITHUB_REPOSITORY_OWNER and ${{github.repository_owner}}. (#378)
12-
2+
- Runner support for GHES Alpha (#381 #386 #390 #393 $401)
3+
- Allow secrets context in Container.env (#388)
134
## Bugs
14-
- Use authenticate endpoint for testing runner connection. (#311)
15-
- Commands translate file path from container action (#331)
16-
- Change problem matchers output to debug (#363)
17-
- Switch hashFiles to extension function (#362)
18-
- Add expanded volumes strings to container mounts (#384)
19-
5+
- Raise warning when volume mount root. (#413)
6+
- Fix typo (#394)
207
## Misc
21-
- Add runner auth documentation (#357)
8+
- N/A
229

2310
## Windows x64
2411
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows

src/runnerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.168.0
1+
2.169.0

0 commit comments

Comments
 (0)