|
1 | 1 | ## 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) |
7 | 12 |
|
8 | 13 | ## 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) |
21 | 19 |
|
22 | 20 | ## Misc |
23 | | - - Move .sln file under ./src (#238) |
24 | | - - Treat warnings as errors during compile (#249) |
| 21 | + - Add runner auth documentation (#357) |
25 | 22 |
|
26 | 23 | ## Windows x64 |
27 | 24 | 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 |
|
0 commit comments