From 6b9e8a6be411a6e63d5ccaf3c47e7b7622c5ec49 Mon Sep 17 00:00:00 2001 From: Ava Stancu Date: Wed, 14 Dec 2022 10:33:02 +0200 Subject: [PATCH] prepare release notes for 2.300.0 (#2312) * Update runner version * Update releaseNote.md * Update releaseNote.md * Update releaseNote.md Co-authored-by: JoannaaKL * Update releaseNote.md * Update releaseNote.md Co-authored-by: JoannaaKL Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> --- releaseNote.md | 19 +++++++++---------- src/runnerversion | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 9188ec4ff..54fe58ee9 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,18 +1,17 @@ ## Features -- 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, #2240) - +- Expose github.actor_id, github.workflow_ref & github.workflow_sha as environment variable (#2249) +- Added worker and listener logs to stdout (#2291, #2307) ## Bugs -- Use Global.Variables instead of JobContext and include action path/ref in the message. (#2214) +- Made github.action_status output lowercase to be consistent with job.status' output (#1944) ## Misc -- 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) +- Added small size runner image for ARC (#2250) +- Small change to Node.js 12 deprecation message (#2262) +- Added the option to use the --replace argument to the create-latest-svc.sh (#2273) +- Made runner_name optional defaulting to hostname in delete.sh script (#1871) +- Return exit code when MANUALLY_TRAP_SIG is exported (#2285) +- Use results for uploading step summaries (#2301) ## 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 b438eccda..82bd2418e 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.299.1 +2.300.0