Skip to content

Commit

Permalink
Stability Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Mar 1, 2022
1 parent 30040ec commit e126450
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion releaseNote.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## Changes
- Fixed: No status checks if `Runner.Server:ServerUrl` is not set in your appsettings.json or via cli, all 3.6.x versions affected
- Fixed: Accessing an null object
- Fixed: stability issues, while cancelling larger workflows
- Fixed: Correctly fail matrix child jobs on validation exceptions
- Fixed: Cancellation of workflow_call workflows with large matrices takes much more time
- Fixed: GitHub App Auth didn't respect the specified github url
- Feature: node alpine support for arm32 and arm64 linux with and without container
- Feature: the nuget package now also runs under .net6, .net5 is no longer required to be installed
- Feature: link back to git repository from webui
- Feature: basic live updates of owner, repository and workflow runs view
- Feature: m1 mac native node16 auto download
- Only use the filename without path as artifact download name, avoids weird filenames after downloading

## Known Issues

- **TODO** Manage Verbosity in more levels ideas are welcome, please open a discussion or issue
- No status checks if `Runner.Server:ServerUrl` is not set in your appsettings.json or via cli, all 3.6.x versions affected

## 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 releaseVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.3
3.6.4
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.3
3.6.4

0 comments on commit e126450

Please sign in to comment.