Skip to content

Commit

Permalink
prepare release notes for 2.299.0 (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
cory-miller authored Nov 2, 2022
1 parent 4adaf9c commit 7f5067a
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 47 deletions.
15 changes: 10 additions & 5 deletions releaseNote.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
## Features
- [REVERTED] Service containers startup error logs are now included in workflow's logs (#2110)
- Reverted due to https://github.com/actions/runner/issues/2173
- Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182)
- Add generateServiceConfig option for configure command (#2226)
- Setting debug using GitHub Action variables (#2234)
- run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233)


## Bugs
- Fixed missing SHA for Windows arm64 release archive (#2171)
- Use Global.Variables instead of JobContext and include action path/ref in the message. (#2214)

## Misc
- Added a feature flag to start warning on `save-state` and `set-output` deprecation (#2164)
- Prepare supporting `vars` in workflow templates (#2096)
- Allow '--disableupdate' in create-latest-svc.sh (#2201)
- Fix markup for support link (#2114)
- Add runner devcontainer (#2187)
- Setup linter for Runner (#2211, #2213, #2216)

## 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
Loading

0 comments on commit 7f5067a

Please sign in to comment.