Skip to content

Commit 7ba4f85

Browse files
fhammerlthboop
andauthored
2.291.0 Release Notes (#1854)
* Update releaseNote.md * Update runnerversion * Update releaseNote.md Co-authored-by: Thomas Boop <[email protected]> Co-authored-by: Thomas Boop <[email protected]>
1 parent 88f7c56 commit 7ba4f85

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

releaseNote.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
## Features
2-
- Continue-on-error is now possible for the composite action steps (#1763)
3-
- Now it's possible to use context evaluation in the `shell` of composite action run steps (#1767)
2+
- Relaxed naming requirements for dockerfiles (e.g. `Dockerfile.test` can now be built) (#1738)
43

54
## Bugs
6-
- Fix a bug where job would be marked as 'cancelled' after self-hosted runner going offline (#1792)
7-
- Translate paths in `github` and `runner` contexts when running on a container (#1762)
8-
- Warn about invalid flags when configuring or running the runner (#1781)
9-
- Fix a bug where job hooks would use job level working directory (#1809)
5+
- Fixed a bug where windows path separators were used in generated folders (#1617)
6+
- Fixed an issue where runner's invoked via `run.sh` or `run.cmd` did not properly restart after update (#1812). This fix applies to all future updates after installing this version
107

118
## Misc
12-
- Allow warnings about actions using Node v12 (#1735)
13-
- Better exception handling when runner is configured with invalid Url or token (#1741)
14-
- Set user agent for websocket requests (#1791)
15-
- Gracefully handle websocket failures (#1789)
9+
- Relaxed Actions Summary size limit to 1MiB (#1839)
1610

1711
## Windows x64
1812
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.290.1
1+
2.291.0

0 commit comments

Comments
 (0)