From 9fc0686dc26c62ada68c9630c941055af21e050e Mon Sep 17 00:00:00 2001 From: TingluoHuang Date: Tue, 24 Mar 2020 16:25:11 -0400 Subject: [PATCH] prepare 2.168.0 runner release. --- releaseNote.md | 35 ++++++++++++++++------------------- src/runnerversion | 2 +- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index f580cc3edf0..18452f965f9 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,27 +1,24 @@ ## Features - - Expose whether debug is on/off via RUNNER_DEBUG. (#253) - - Upload log on runner when worker get killed due to cancellation timeout. (#255) - - Update config.sh/cmd --help documentation (#282) - - Set http_proxy and related env vars for job/service containers (#304) - - Set both http_proxy and HTTP_PROXY env for runner/worker processes. (#298) + - Update Runner Register GitHub API URL to Support Org-level Runner (#339 #345 #352) + - Preserve workflow file/line/column for better error messages (#356) + - Switch to use token service instead of SPS for exchanging oauth token. (#325) + - Load and print machine setup info from .setup_info (#364) + - Expose job name as $GITHUB_JOB (#366) + - Add support for job outputs. (#365) + - Set CI=true when launch process in actions runner. (#374) + - Set steps..outcome and steps..conclusion. (#372) + - Add support for workflow/job defaults. (#369) + - Expose GITHUB_REPOSITORY_OWNER and ${{github.repository_owner}}. (#378) ## Bugs - - Verify runner Windows service hash started successfully after configuration (#236) - - Detect source file path in L0 without using env. (#257) - - Handle escaped '%' in commands data section (#200) - - Allow container to be null/empty during matrix expansion (#266) - - Translate problem matcher file to host path (#272) - - Change hashFiles() expression function to use @actions/glob. (#268) - - Default post-job action's condition to always(). (#293) - - Support action.yaml file as action's entry file (#288) - - Trace javascript action exit code to debug instead of user logs (#290) - - Change prompt message when removing a runner to lines up with GitHub.com UI (#303) - - Include step.env as part of env context. (#300) - - Update Base64 Encoders to deal with suffixes (#284) + - Use authenticate endpoint for testing runner connection. (#311) + - Commands translate file path from container action (#331) + - Change problem matchers output to debug (#363) + - Switch hashFiles to extension function (#362) + - Add expanded volumes strings to container mounts (#384) ## Misc - - Move .sln file under ./src (#238) - - Treat warnings as errors during compile (#249) + - Add runner auth documentation (#357) ## Windows x64 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 diff --git a/src/runnerversion b/src/runnerversion index af6ddeb49fd..2973ad9e470 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.165.2 +2.168.0