From 81b07eb1c4488e400c16fb3e299639b06478b684 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Fri, 10 Mar 2023 05:45:56 -0500 Subject: [PATCH] Prepare runner release 2.303.0 (#2482) --- releaseNote.md | 16 +++++++++------- src/runnerversion | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 2e7367c7a70..7ed7306633e 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,15 +1,17 @@ ## Features -- Add support for ghe.com domain (#2420) -- Add docker cli to the runner image. (#2425) +- Support matrix context in output keys (#2477) +- Add update certificates to `./run.sh` if `RUNNER_UPDATE_CA_CERTS` env is set (#2471) +- Bypass all proxies for all hosts if `no_proxy='*'` is set (#2395) +- Change runner image to make user/folder align with `ubuntu-latest` hosted runner. (#2469) ## Bugs -- Fix URL construction bug for RunService (#2396) -- Defer evaluation of a step's DisplayName until its condition is evaluated. (#2313) -- Replace '(' and ')' with '[' and '] from OS.Description for fixing User-Agent header validation (#2288) +- Exit on runner version deprecation error (#2299) +- Runner service exit after consecutive re-try exits (#2426) ## Misc -- Bump dotnet sdk to latest version. (#2392) -- Start calling run service for job completion (#2412, #2423) +- Replace deprecated command with environment file (#2429) +- Make requests to `Run` service to renew job request (#2461) +- Add job/step log upload to Result service (#2447, #2439) _Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. diff --git a/src/runnerversion b/src/runnerversion index 22155b3fbc4..f67bb997a56 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.302.1 +2.303.0