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)
- Added message - in case when account is not managed, but WindowsLogon. (#3845)
- Improve retry logic for downloading tasks (#3857)
- Add ability to specify domainId for creating dedupmanifestartifactclient (#3871)
- Added node16 execution handler (#3861)
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)
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)
- remove npx in the node 10 directory; remove npm, npx, corepack, and related node modules in the node 16 directory (#3897)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.206.1.zip | 85f8c331aac53ee113c6c84a06feb9b0545bf98db613e15e1ecfadea7f54b204 |
Windows x86 | vsts-agent-win-x86-2.206.1.zip | 9fe48c32cca0e73a7c4b9e3db8c4d56fac8fdd67433ed7bba9f6b3a848d805e4 |
macOS | vsts-agent-osx-x64-2.206.1.tar.gz | 2073bf7b253db0129483219127c022cacc6e1ff69a40916bd7e98b9e1725c65d |
Linux x64 | vsts-agent-linux-x64-2.206.1.tar.gz | 9f3809cb224e6a7249bb405ebd8ec50466e79ab117520bc2e4d1e2dd53de32da |
Linux ARM | vsts-agent-linux-arm-2.206.1.tar.gz | c0b9bb1274b518358d10cdecf0883cb729c8dc5e0b71436a798fe620b1a78216 |
Linux ARM64 | vsts-agent-linux-arm64-2.206.1.tar.gz | 770985bbf527a9d5eac24548dfef683c9978547bc07608a5924052e57e6601e2 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.206.1.tar.gz | 80d891fb633b0c3cf9a5af3be7b89d437293a9ca0214984085bc438c6b60fbfe |
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.1.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.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.206.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.206.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.206.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.206.1.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.206.1.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.1.zip | 667f9d1ccc67351570d026c819b7b458c3886f7351c03b4ded77fd190cf60856 |
Windows x86 | pipelines-agent-win-x86-2.206.1.zip | cac9c96cce4d80d07e6a05f79b52f87e261426b2a4a23591e35e8f70ad9ab45e |
macOS | pipelines-agent-osx-x64-2.206.1.tar.gz | 8d1b8cd543ed0239416b2a9362bedb8de34d8e982aa390431eacc3b535ca75ac |
Linux x64 | pipelines-agent-linux-x64-2.206.1.tar.gz | c5605a337e1f060420d3522d5789e728fed369ac03322efde657669a6c7a0567 |
Linux ARM | pipelines-agent-linux-arm-2.206.1.tar.gz | 0eba216a742b9c89ca348d9bcc6e0068b011da9ea46cfe38b489cca15cb1729a |
Linux ARM64 | pipelines-agent-linux-arm64-2.206.1.tar.gz | 5de273dd05af4e51c509bcf84e955094a16d9e140a36346ceeb0918a57cbf3b5 |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.206.1.tar.gz | 4582ce943b8e160863d8d98506047906d1400b883b90763a14b8a611b81084a8 |