Skip to content

Commit

Permalink
Release notes for 2.296.0 (#2078)
Browse files Browse the repository at this point in the history
* Update releaseNote.md

* Update runnerversion
  • Loading branch information
AvaStancu authored Aug 23, 2022
1 parent 01fd044 commit cba19c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions releaseNote.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
## Features
- GHES: Support connecting to GitHub Enterprise Server Actions Service on a subdomain
## Bugs
- Fixed a bug where GITHUB_ENV would not update correctly between composite action steps (#1794)
- Fixed runner update bug caused by `update.sh|cmd` running too long (#2044)
- Avoid key based command injection via Docker command arguments (#2062)
## Misc
- Bump Newtonsoft.Json from 11.0.2 to 13.0.1 (#2012)
- Change a periodic token expiry log message level from `WARNING` to `VERBOSE` (#2021)
- Added step context name and start/finish time in step telemetry (#2069)
- Improved error logs when there is a missing 'using' token configuration in the metadata file (#2052)
- Added full job name and nested workflow details in log (#2049)

## 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 All @@ -32,7 +30,7 @@ curl -O -L https://github.com/actions/runner/releases/download/v<RUNNER_VERSION>
tar xzf ./actions-runner-osx-x64-<RUNNER_VERSION>.tar.gz
```

## [Pre-release] OSX arm64 (Apple silicon)
## OSX arm64 (Apple silicon)

``` bash
# Create a folder
Expand Down
2 changes: 1 addition & 1 deletion src/runnerversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.295.0
2.296.0

0 comments on commit cba19c4

Please sign in to comment.