Skip to content

Commit

Permalink
Runner 2.287.0 Release Notes (#1631)
Browse files Browse the repository at this point in the history
* Update runner to 2.287.0

* Update release notes
  • Loading branch information
thboop authored Jan 27, 2022
1 parent 8eacbdc commit dc8b1b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions releaseNote.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.286.0
2.287.0

0 comments on commit dc8b1b6

Please sign in to comment.