Skip to content

Commit

Permalink
2.290.0 Release notes (actions#1820)
Browse files Browse the repository at this point in the history
* 2.290.0 rel notes

* Update releaseNote.md
  • Loading branch information
fhammerl authored Apr 12, 2022
1 parent ead3509 commit b619562
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions releaseNote.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
## Features
- Continue-on-error is now possible for the composite action steps (#1763)
- Now it's possible to use context evaluation in the `shell` of composite action run steps (#1767)

## Bugs
- Fixed an issue where websockets failed to successfully close when posting log lines (#1790)

- Fix a bug where job would be marked as 'cancelled' after self-hosted runner going offline (#1792)
- Translate paths in `github` and `runner` contexts when running on a container (#1762)
- Warn about invalid flags when configuring or running the runner (#1781)
- Fix a bug where job hooks would use job level working directory (#1809)

## Misc
- Allow warnings about actions using Node v12 (#1735)
- Better exception handling when runner is configured with invalid Url or token (#1741)
- Set user agent for websocket requests (#1791)
- Gracefully handle websocket failures (#1789)

## 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.
Expand Down
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.289.2
2.290.0

0 comments on commit b619562

Please sign in to comment.