Prepare 2.279.0 Release (#1217)

* Bump runner version to 2.279.0

* Update release notes
This commit is contained in:
Ferenc Hammerl
2021-07-21 17:23:02 +02:00
committed by GitHub
parent 592ce1b230
commit 33ee76df29
2 changed files with 11 additions and 6 deletions

View File

@@ -1,16 +1,21 @@
## Features ## Features
- Use GITHUB_TOKEN for ghcr.io containers if credentials are not provided (#990) - Add Job Message size to both Worker and Listener logs for debugging (#1100)
- Add notice annotation level (in addition to error and warning) and support more annotation fields (#1175)
## Bugs ## Bugs
- Do not trucate error message from template evaluation (#1038) - Remove the `NODE_ICU_DATA` environment variable that may cause conflicts with node within the runner. (#1060)
- Make FileShare ReadWrite (#1033) - Handle cancelled jobs better to prevent orphaned processes (#1083)
- Mask secrets with double-quotes when passed to docker command line (#1002) - No longer fail to remove a `systemd` service with `svc.sh uninstall` if the script had previously been run from the wrong location (#1135)
- Delete script files before replacing during update (#984) - Send `SIGKILL` to the runner listener if it doesn't respond to `SIGINT` for 30 seconds
- Match runner group name when configuring even if there's only a single runner group
## Misc ## Misc
- Fix automation links in documentation (#1089)
- Improve developer and first contributor experience by improving tooling for VS Code (#1101, #1117, #1119, #1132)
- Fix bug where linux users are not able to run remove-svc.sh as root (#1127)
## Windows x64 ## Windows x64

View File

@@ -1 +1 @@
2.278.0 2.279.0