v2.206.0
Pre-release
Pre-release
Features
- Update registry keys for AdoptOpenJDK (#3781)
- Set sid service type as unrestricted - to make permissions for agent service more manageable (#3795)
- Added knob to pass additional options to docker network create command (#3796)
- Users/flsaplac/diag folder location customisable (#3797)
- Updating vss-api-netcore package (#3827)
- Bump git version to 2.36.1 (#3839)
- Improve retry logic for downloading tasks (#3857)
- Add ability to specify domainId for creating dedupmanifestartifactclient (#3871)
Bugs
- Custom LFS server fix - reworked changes from PR#2706 (#3785)
- Fix for "Azure DevOps Pipelines fails git with an HTTP 400 error" (#3793)
- Update links in installdependencies.sh (#3811)
- Revert changes related to gMSA account support (#3883)
Misc
- Fix event logs dumping (#3810)
- Adding Microsoft SECURITY.MD (#3847)
- Updated the link to the hosted images repositiry in issue template (#3856)
- [Agent CI] Update signing pipeline to respect the new MinGit layout (#3867)
- [Agent CI] Improve release pipeline stability (#3868)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.206.0.zip | e8643adbbc1dbf275c26b68ece4ccf54d31d54b5edad75c187616ba3bcacf7c1 |
Windows x86 | vsts-agent-win-x86-2.206.0.zip | 6e222d5a7a6964077e49ef6069e6a49815a1c2a219cb9f5fea94b15ea4d77a1a |
macOS | vsts-agent-osx-x64-2.206.0.tar.gz | 60d8490ca2ef8b1cfea357e2865e0b8c0e8bcf15a56ac963e7f1f040a344d7a8 |
Linux x64 | vsts-agent-linux-x64-2.206.0.tar.gz | ac19c566ddfc8beb4a440b48b154dd0357a3a83e3d2aaccd97b21521638b5dec |
Linux ARM | vsts-agent-linux-arm-2.206.0.tar.gz | fec0d2963f2b8302b19ae006ff43aaf3188b0ceda7696d9759f336cd0cbfa45f |
Linux ARM64 | vsts-agent-linux-arm64-2.206.0.tar.gz | 7fa14b045c2eeb3f7813520ba5de71bf26243a748289172e2568d96c7abd0a33 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.206.0.tar.gz | df019cf42a2dc4802899bdcb475836778866888a9c0d2fb6fbae77319edd2853 |
After Download:
Windows x64
C:\> mkdir myagent && cd myagent
C:\myagent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win-x64-2.206.0.zip", "$PWD")
Windows x86
C:\> mkdir myagent && cd myagent
C:\myagent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win-x86-2.206.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.206.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.206.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.206.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.206.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.206.0.tar.gz
Alternate Agent Downloads
This following alternate packages do not include Node 6 and are only suitable for users who do not use Node 6 dependent tasks.
See notes on Node version support for more details.
Package | SHA-256 | |
---|---|---|
Windows x64 | pipelines-agent-win-x64-2.206.0.zip | 6e2c4437f2186470f179210aa65c8e43de2d83ec1bd0c0a8d84285f0dc9b2007 |
Windows x86 | pipelines-agent-win-x86-2.206.0.zip | a0534eaa094bf457315a617a1105ba036ed6e32167b7f972f8911a9571f477eb |
macOS | pipelines-agent-osx-x64-2.206.0.tar.gz | 5e5e20a3391d8bdb2a19f4c69c85e805444c9501b65adf82f717bb5de5e7b1bc |
Linux x64 | pipelines-agent-linux-x64-2.206.0.tar.gz | 781018144a0339037ef3c3fbb5ccee5af133098eb3277a65b0c2264f0d4efb17 |
Linux ARM | pipelines-agent-linux-arm-2.206.0.tar.gz | c80ebd61f613f1be64a9eeafc3193e33ea417d7fcd9941342c50d341b837dd2f |
Linux ARM64 | pipelines-agent-linux-arm64-2.206.0.tar.gz | 148142ea24b0aca9455e1f93289bc94e53d340fc03841c37e6707fc5d6fb54b6 |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.206.0.tar.gz | b3235fb752745ffa6c54b73c4c3c21897f71d7778f2a83c036e2a5b5047f292d |