You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releaseNote.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,12 @@
1
1
## 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)
4
3
5
4
## 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
10
7
11
8
## 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)
16
10
17
11
## Windows x64
18
12
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.
0 commit comments