Skip to content

Commit 9fc0686

Browse files
committed
prepare 2.168.0 runner release.
1 parent ab001a7 commit 9fc0686

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

releaseNote.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
## Features
2-
- Expose whether debug is on/off via RUNNER_DEBUG. (#253)
3-
- Upload log on runner when worker get killed due to cancellation timeout. (#255)
4-
- Update config.sh/cmd --help documentation (#282)
5-
- Set http_proxy and related env vars for job/service containers (#304)
6-
- Set both http_proxy and HTTP_PROXY env for runner/worker processes. (#298)
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)
712

813
## Bugs
9-
- Verify runner Windows service hash started successfully after configuration (#236)
10-
- Detect source file path in L0 without using env. (#257)
11-
- Handle escaped '%' in commands data section (#200)
12-
- Allow container to be null/empty during matrix expansion (#266)
13-
- Translate problem matcher file to host path (#272)
14-
- Change hashFiles() expression function to use @actions/glob. (#268)
15-
- Default post-job action's condition to always(). (#293)
16-
- Support action.yaml file as action's entry file (#288)
17-
- Trace javascript action exit code to debug instead of user logs (#290)
18-
- Change prompt message when removing a runner to lines up with GitHub.com UI (#303)
19-
- Include step.env as part of env context. (#300)
20-
- Update Base64 Encoders to deal with suffixes (#284)
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)
2119

2220
## Misc
23-
- Move .sln file under ./src (#238)
24-
- Treat warnings as errors during compile (#249)
21+
- Add runner auth documentation (#357)
2522

2623
## Windows x64
2724
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.165.2
1+
2.168.0

0 commit comments

Comments
 (0)