Thechrisjohnson/runnerregistration (#623)

* Add ability to register a runner to the non-default self-hosted runner group (#613)

Co-authored-by: Christopher Johnson <thchrisjohnson@github.com>

* Ship 2.267.2 runner

Co-authored-by: Christopher Johnson <thchrisjohnson@github.com>
This commit is contained in:
Christopher Johnson
2020-07-29 14:35:31 -04:00
committed by GitHub
parent fd3c9de49d
commit deccb261d3
8 changed files with 54 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
## Features
- Resolve action download info from server (#508, #515, #550)
- Print runner and machine name to log. (#539)
- Allow runner to register against non-default runner groups (#517)
## Bugs
- Reduce input validation warnings (#506)
- Fix null ref exception in SecretMasker caused by `hashfiles` timeout. (#516)