diff --git a/releaseNote.md b/releaseNote.md index f14e31da1..c497aecac 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,11 +1,18 @@ ## Features +- Allow setting default severity to "notice" (#1213) +- Show More Step Information in composite Actions (#1279) + ## Bugs +- Temporary fix for macOS runner upgrade crash loop. (#1304) - Fixed an issue where GHES runners fail to download public docker images (#1199) ## Misc +- Update error to say 'uninstall' not 'unconfigure' (#1179) +- Typo fixed (#1289) + ## 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. diff --git a/src/runnerversion b/src/runnerversion index d1c6de93d..74a52c279 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.281.0 +2.281.1