From e2c7329292b114e925047346235bf4e1ebc5b1bc Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Wed, 4 Aug 2021 13:28:32 -0400 Subject: [PATCH] Release notes for 2.280.1 runner (#1244) --- releaseNote.md | 9 +++------ src/runnerversion | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index eaf80582a..d5d043a1f 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,17 +1,14 @@ ## Features -- Adds support for composite actions if the server supports it (#1222) -- Adds `generateIdTokenUri` to env variables for actions (#1234) - ## Bugs -- Prefer higher `libicu` versions in `installDependencies.sh` (#1228) +- Fixed a bug where composite actions did not respect `continue-on-error` (#1238) +- Fixed a bug where composite actions post steps did not have the correct step context (#1243) ## Misc -- Send step telemetry to server on JobCompletion (#1229) -- Print out the resolved SHA for each downloaded action (#1233) +- Correctly finish Job when worker crashes with IO Exceptions (#1239) ## 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 26f0f8b9a..d11ab399e 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.280.0 +2.280.1