|
1 | 1 | ## Features |
2 | | - - Remove runner flow: Change from PAT to "deletion token" in prompt (#225) |
3 | | - - Expose github.run_id and github.run_number to action runtime env. (#224) |
| 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) |
4 | 7 |
|
5 | 8 | ## Bugs |
6 | | - - Clean up error messages for container scenarios (#221) |
7 | | - - Pick shell from prependpath (#231) |
| 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) |
8 | 21 |
|
9 | 22 | ## Misc |
10 | | - - Runner code cleanup (#218 #227, #228, #229, #230) |
11 | | - - Consume dotnet core 3.1 in runner. (#213) |
| 23 | + - Move .sln file under ./src (#238) |
| 24 | + - Treat warnings as errors during compile (#249) |
12 | 25 |
|
13 | 26 | ## Windows x64 |
14 | 27 | We recommend configuring the runner under "<DRIVE>:\actions-runner". This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows |
|
0 commit comments