From dc8b1b685faef0e887139b219d10564aa1ac7502 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Thu, 27 Jan 2022 11:28:40 -0500 Subject: [PATCH] Runner 2.287.0 Release Notes (#1631) * Update runner to 2.287.0 * Update release notes --- releaseNote.md | 20 +++++++++----------- src/runnerversion | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 3c7d84c9b..c6592ccc6 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,21 +1,19 @@ ## Features -- Bump runtime to dotnet 6 (#1471) -- Show service container logs on teardown (#1563) +- Add Runner Configuration option to disable auto update `--disableupdate` (#1558) +- Introduce `GITHUB_ACTIONS_RUNNER_TLS_NO_VERIFY` env variable to skip SSL Cert Verification on the Runner (#1616) +- Adds support for downloading trimmed versions of the runner when the entire package does not need to be upgraded (#1568) ## Bugs - -- Add masks for multiline secrets from ::add-mask:: (#1521) -- fix Log size and retention settings not work (#1507) -- Refactor SelfUpdater adding L0 tests. (#1564) -- Fix test failure: /bin/sleep on Macos 11 (Monterey) does not accept the suffix s. (#1472) - +- Set Outcome/Conclusion for composite action steps (#1600) ## Misc -- Update dependency check for dotnet 6. (#1551) -- Produce trimmed down runner packages. (#1556) -- Deleted extra background in github-praph.png, which is displayed in README.md (#1432) +- Update `run.sh` to more gracefully handle updates (#1494) +- Use 8Mb default chunking for File Container Uploads (#1626) +- Performance improvements in handling large amounts of live logs (#1592) +- Allow `./svc.sh stop` to exit as soon as runner process exits (#1580) +- Add additional tracing to help troubleshoot job message corruption (#1587) ## Windows x64 diff --git a/src/runnerversion b/src/runnerversion index e392d2b05..ffa413824 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.286.0 +2.287.0