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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
## Features
2
-
-Allow self-hosted runner admins to fail jobs that don't have a job container (#1895)
3
-
-Experimental: Self-hosted runner admins can now use scripts to customize the container invocation in the runner (#1853)
2
+
-Added support for a JIT runner config (#1925)
3
+
-Added `ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION` env option to force actions to run on a specific node version (#1913)
4
4
## Bugs
5
-
- Fixed an issue where a Job Hook would fail to execute if the shell path contains a space on Windows (#1826)
5
+
- Fixed a bug where container hooks passed in path as a string rather then an array of strings (#1948)
6
6
7
7
## Misc
8
-
-Handle new `HostedRunnerShutdownMessage` to shutdown hosted runners faster (#1922)
8
+
-Minor cleanup of error messages when running container hooks (#1949)
9
9
10
10
## Windows x64
11
11
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