From 5e0c2ef8165ef645e165286e90ce460c1aa17b3c Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Fri, 2 Sep 2022 17:43:22 +0200 Subject: [PATCH] 2.296.1 Release (#2092) (#2099) * docker: escape key-value pair as -e KEY and VALUE being environment var * removed code duplication, removed unused method and test * add release notes Co-authored-by: Nikola Jokic Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com> Co-authored-by: Nikola Jokic --- releaseNote.md | 5 +---- src/runnerversion | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 91255a46f..a6cb9c027 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,9 +1,6 @@ ## Bugs -- Avoid key based command injection via Docker command arguments (#2062) +- Fixed an issue where job and service container envs were corrupted (#2091) ## Misc -- Added step context name and start/finish time in step telemetry (#2069) -- Improved error logs when there is a missing 'using' token configuration in the metadata file (#2052) -- Added full job name and nested workflow details in log (#2049) ## 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 d1ad399cb..f7b71d481 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.296.0 +2.296.1