Skip to content

Commit 5af7b87

Browse files
authored
Release notes for runner release 2.290.0 (#1237)
1 parent 110eb3a commit 5af7b87

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

releaseNote.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
## Features
22

3-
- Add Job Message size to both Worker and Listener logs for debugging (#1100)
4-
- Add notice annotation level (in addition to error and warning) and support more annotation fields (#1175)
3+
- Adds support for composite actions if the server supports it (#1222)
4+
- Adds `generateIdTokenUri` to env variables for actions (#1234)
55

66
## Bugs
77

8-
- Remove the `NODE_ICU_DATA` environment variable that may cause conflicts with node within the runner. (#1060)
9-
- Handle cancelled jobs better to prevent orphaned processes (#1083)
10-
- No longer fail to remove a `systemd` service with `svc.sh uninstall` if the script had previously been run from the wrong location (#1135)
11-
- Send `SIGKILL` to the runner listener if it doesn't respond to `SIGINT` for 30 seconds
12-
- Match runner group name when configuring even if there's only a single runner group
8+
- Prefer higher `libicu` versions in `installDependencies.sh` (#1228)
139

1410

1511
## Misc
16-
- Fix automation links in documentation (#1089)
17-
- Improve developer and first contributor experience by improving tooling for VS Code (#1101, #1117, #1119, #1132)
18-
- Fix bug where linux users are not able to run remove-svc.sh as root (#1127)
1912

13+
- Send step telemetry to server on JobCompletion (#1229)
14+
- Print out the resolved SHA for each downloaded action (#1233)
2015

2116
## Windows x64
2217
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.

src/runnerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.279.0
1+
2.280.0

0 commit comments

Comments
 (0)