From 01983e963c630f46028ee8708fbf689bb560d9ef Mon Sep 17 00:00:00 2001 From: DaniilShmelev <72494759+DaniilShmelev@users.noreply.github.com> Date: Thu, 25 Mar 2021 16:49:14 +0300 Subject: [PATCH] Release 2.184.2 hotfix PR (#3347) * roll back git version * fix release notes * bump agent version * spelling * explain the reason for using 2.30.2 --- releaseNote.md | 2 +- src/Misc/externals.sh | 2 +- src/agentversion | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index b6c1f15cbb..fd88dc0135 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -6,7 +6,7 @@ ## Bugs - Revert "Self-hosted agent cleaning source folder (#3237)" (#3297) - Fix the triggering build logic for Download Pipeline Artifact (#3313) - - Git version update to solved vulnulability #3325 (#3331) + - Updated Git version to 2.30.2 to solve vulnerability #3325 (we can't upgrade to 2.31.0 for now because of reasons explained in https://github.com/microsoft/azure-pipelines-agent/issues/3344; we'll do that as soon as our Windows VMs start using 2.31.0) ## Misc diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh index 062b7e240e..e519db5804 100755 --- a/src/Misc/externals.sh +++ b/src/Misc/externals.sh @@ -10,7 +10,7 @@ CONTAINER_URL=https://vstsagenttools.blob.core.windows.net/tools NODE_URL=https://nodejs.org/dist NODE_VERSION="6.17.1" NODE10_VERSION="10.24.0" -MINGIT_VERSION="2.31.0" +MINGIT_VERSION="2.30.2" get_abs_path() { # exploits the fact that pwd will print abs path when no args diff --git a/src/agentversion b/src/agentversion index 78c366aae6..52c43fae12 100644 --- a/src/agentversion +++ b/src/agentversion @@ -1 +1 @@ -2.184.1 +2.184.2