Skip to content

Commit dc8b1b6

Browse files
authored
Runner 2.287.0 Release Notes (#1631)
* Update runner to 2.287.0 * Update release notes
1 parent 8eacbdc commit dc8b1b6

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

releaseNote.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
## Features
22

3-
- Bump runtime to dotnet 6 (#1471)
4-
- Show service container logs on teardown (#1563)
3+
- Add Runner Configuration option to disable auto update `--disableupdate` (#1558)
4+
- Introduce `GITHUB_ACTIONS_RUNNER_TLS_NO_VERIFY` env variable to skip SSL Cert Verification on the Runner (#1616)
5+
- Adds support for downloading trimmed versions of the runner when the entire package does not need to be upgraded (#1568)
56

67
## Bugs
7-
8-
- Add masks for multiline secrets from ::add-mask:: (#1521)
9-
- fix Log size and retention settings not work (#1507)
10-
- Refactor SelfUpdater adding L0 tests. (#1564)
11-
- Fix test failure: /bin/sleep on Macos 11 (Monterey) does not accept the suffix s. (#1472)
12-
8+
- Set Outcome/Conclusion for composite action steps (#1600)
139

1410
## Misc
1511

16-
- Update dependency check for dotnet 6. (#1551)
17-
- Produce trimmed down runner packages. (#1556)
18-
- Deleted extra background in github-praph.png, which is displayed in README.md (#1432)
12+
- Update `run.sh` to more gracefully handle updates (#1494)
13+
- Use 8Mb default chunking for File Container Uploads (#1626)
14+
- Performance improvements in handling large amounts of live logs (#1592)
15+
- Allow `./svc.sh stop` to exit as soon as runner process exits (#1580)
16+
- Add additional tracing to help troubleshoot job message corruption (#1587)
1917

2018

2119
## Windows x64

src/runnerversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.286.0
1+
2.287.0

0 commit comments

Comments
 (0)