Skip to content

Commit

Permalink
Release 2.184.2 hotfix PR (#3347)
Browse files Browse the repository at this point in the history
* roll back git version

* fix release notes

* bump agent version

* spelling

* explain the reason for using 2.30.2
  • Loading branch information
DaniilShmelev committed Mar 25, 2021
1 parent da74897 commit 01983e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion releaseNote.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Misc/externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/agentversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.184.1
2.184.2

0 comments on commit 01983e9

Please sign in to comment.