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