mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
Release notes for runner release 2.290.0 (#1237)
This commit is contained in:
@@ -1,22 +1,17 @@
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Add Job Message size to both Worker and Listener logs for debugging (#1100)
|
- Adds support for composite actions if the server supports it (#1222)
|
||||||
- Add notice annotation level (in addition to error and warning) and support more annotation fields (#1175)
|
- Adds `generateIdTokenUri` to env variables for actions (#1234)
|
||||||
|
|
||||||
## Bugs
|
## Bugs
|
||||||
|
|
||||||
- Remove the `NODE_ICU_DATA` environment variable that may cause conflicts with node within the runner. (#1060)
|
- Prefer higher `libicu` versions in `installDependencies.sh` (#1228)
|
||||||
- Handle cancelled jobs better to prevent orphaned processes (#1083)
|
|
||||||
- No longer fail to remove a `systemd` service with `svc.sh uninstall` if the script had previously been run from the wrong location (#1135)
|
|
||||||
- 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)
|
|
||||||
|
|
||||||
|
- Send step telemetry to server on JobCompletion (#1229)
|
||||||
|
- Print out the resolved SHA for each downloaded action (#1233)
|
||||||
|
|
||||||
## Windows x64
|
## Windows x64
|
||||||
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
|
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.279.0
|
2.280.0
|
||||||
|
|||||||
Reference in New Issue
Block a user