Releases: microsoft/azure-pipelines-agent
v3.214.0
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-3.214.0.zip | 71aee20ad7160e434570249e294ccad6435db7e88906d80e6db495df08fd74cf |
Windows x86 | vsts-agent-win-x86-3.214.0.zip | 987099d95e7c3d6030a0d8f39bed24848d411c0a6f208ed8b1e7772000d6696c |
macOS x64 | vsts-agent-osx-x64-3.214.0.tar.gz | fb710f861c0e8c582cf8a7eb5b6aa1c3309dde80a424c33cff937d4cab774ba5 |
macOS arm64 | vsts-agent-osx-arm64-3.214.0.tar.gz | 7917545ce854e033df73fe8c3cdaea4e15e64df9505b87e317321fc52dc2867e |
Linux x64 | vsts-agent-linux-x64-3.214.0.tar.gz | ab375e3dfb24ead33810dd2efbc5542c1f0f86329db4d36b24b00b1230d88d45 |
Linux ARM | vsts-agent-linux-arm-3.214.0.tar.gz | bb965400e84cbdc7a558bdaa3db275b5a1dd914029649ff2229b815a8283d58e |
Linux ARM64 | vsts-agent-linux-arm64-3.214.0.tar.gz | ecc3efb74dd23bc89efbe5cd0673736fd15e16947487ed0a9d474a25d077e7b3 |
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-3.214.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-3.214.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-3.214.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-3.214.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-3.214.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.214.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-3.214.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-3.214.0.zip | d54e8a884162a56ba48e4043519b22e67932259c6965f327b10384aa651d9eb4 |
Windows x86 | pipelines-agent-win-x86-3.214.0.zip | 20ddb4d8eba22c0324d02987433633942737b784a94fd532b85607be5a2cae86 |
macOS x64 | pipelines-agent-osx-x64-3.214.0.tar.gz | 83be2ec32a9223d5d50029fa250e01c75d8a61b7a63969afea7459f68260d5fd |
macOS arm64 | pipelines-agent-osx-arm64-3.214.0.tar.gz | 4f1d4d6e2131b87a7dce545891c53c51efa7eebc8f1e1d7e27dc87a631f10b91 |
Linux x64 | pipelines-agent-linux-x64-3.214.0.tar.gz | 457ab57e1bfa75471ee34288de964b436b46e1c3ce69653634e891b5396ca958 |
Linux ARM | pipelines-agent-linux-arm-3.214.0.tar.gz | ec61bd5c31d8033bc84354402f6779fa045237b9b2eaf235bf3325eec2124046 |
Linux ARM64 | pipelines-agent-linux-arm64-3.214.0.tar.gz | 5ae35f6802e3960f6a26187f3125e9175acfb4f4e86cf412d09d48d4b87a2a44 |
v2.213.2
Bugs
- Fix error when job message variables contains null or empty values (#4053)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.213.2.zip | e4c0061fa87d04241048c9086dcd5534f1840a2262261bf964342b178cb76dd6 |
Windows x86 | vsts-agent-win-x86-2.213.2.zip | 20dd6a9675f18e7600233c9012c6edc8d8a9ad36889056436430a2800b6afbb0 |
macOS | vsts-agent-osx-x64-2.213.2.tar.gz | 6a31bc89192b1e5a7a4bda0b7db59721e47202933c7ae268dbfef3d3ec7d91db |
Linux x64 | vsts-agent-linux-x64-2.213.2.tar.gz | f4b9acb1b08cada0d8ede1505ed567aa40d1f18be51d81a4696cc571768798e8 |
Linux ARM | vsts-agent-linux-arm-2.213.2.tar.gz | bd37c033791439e7ffe188275389a22dd6731beb92d2066d97660d24c6a9d87f |
Linux ARM64 | vsts-agent-linux-arm64-2.213.2.tar.gz | c7859b0840c55f2766a6693d7ec9426cfa81e963cf66cde7a880f0378908949b |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.213.2.tar.gz | f00faf0633da6c30a3e043da6cdd934ac5e45cb51b7e6581702381fa95e1f4a4 |
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.213.2.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.213.2.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.213.2.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.213.2.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.213.2.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.213.2.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.213.2.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.213.2.zip | b7e61688b8fa28986a687eee86f03a9f477aeac5e343307dc6879477987f0a1a |
Windows x86 | pipelines-agent-win-x86-2.213.2.zip | 7dca24665f9a7db08f36526081e028905361c63618c6f3268479c0dca3309cd2 |
macOS | pipelines-agent-osx-x64-2.213.2.tar.gz | cffbae27cef5ed624f543dc09c7f60478af73c836021d287092d0ca4e6dd38c5 |
Linux x64 | pipelines-agent-linux-x64-2.213.2.tar.gz | 8ec1becf3e44e10252221f98bb004e7b225e68846d366e85f24c8696bc007519 |
Linux ARM | pipelines-agent-linux-arm-2.213.2.tar.gz | ce0d2c63d5d1998399cd5e56a620f84a5084efc23ed025c4c218a65a5a8b2cc7 |
Linux ARM64 | pipelines-agent-linux-arm64-2.213.2.tar.gz | 94aee8001ae5622cd0b2c42eaa5702d4f77225d3dd009c554aa2b667b7d6915f |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.213.2.tar.gz | 2c6b9fb2b8f23e49e57db47ae208f0e12140aabb3dadb1ab57a90fb44777975c |
v2.213.1
Features
- Implement AGENT_MIN_SECRET_LENGTH knob (#3962)
- FEATURE: Agent should gather telemetry on Task runner invocations (#3973)
- Added CloudId property to agent variables (#3984)
- Add onlyGitHubRelease param for the release pipeline (#3990)
Bugs
- BUG 1972388: vsbuild task in YAML build pipeline hangs forever in ADO even though the task has already logged completion (#3979)
- Fix vso commands execution in vulnerable variables (#3987)
- Bug 1942506: [Pipelines]: PAT invalid in auto-generated PowerShell script for add VM resource in New Environment in ADO Server #3561 (#3992)
- Migration powershell script of release pipeline for Az 1.0.0 (#4010)
- Fixed NullReferenceException in v3.212.0 preview version Agent (#4018)
- Rhel 6 add node10 fallback (#4020)
- Revert "Implement AGENT_MIN_SECRET_LENGTH knob (#3962)" (#4040)
Misc
- Update mingit to 2.37.3 (#3983)
- Upgraded MinGit version to v2.38.1 (#4000)
- Fix vsts release conditions (#4024)
- Upload to Azure Blob - remove condition (#4026)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.213.1.zip | 4d2f459cc1fbd8b4587078d32351be49cffe4ebc4be9ae9f343f2a11b1064f19 |
Windows x86 | vsts-agent-win-x86-2.213.1.zip | 8a5cc214d0ca268d38c179c1749fa949bf7045aa10bbd63d4164f41af94f50a2 |
macOS | vsts-agent-osx-x64-2.213.1.tar.gz | 9772dac9ac7409460283edab92f6cc0f26762de611ddeb494e05812f3446aa46 |
Linux x64 | vsts-agent-linux-x64-2.213.1.tar.gz | ee2022d91bc38241615697ae9053b138d8fd3cc3ee15a3e2f0f34bf838170472 |
Linux ARM | vsts-agent-linux-arm-2.213.1.tar.gz | ae0ee9ab9d0a2deeb70c39ed68882007788447fb34cf20c4074c40798cb2b2ca |
Linux ARM64 | vsts-agent-linux-arm64-2.213.1.tar.gz | 53ae2d3dd6b4a8e6fe5c482a2db345c6d5526ee1d986989510a7af6bfc693a7e |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.213.1.tar.gz | 57cf08da0e5152932316dd46e02d875755b78d403d8aff79d4e85a411ebe9ace |
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.213.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.213.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.213.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.213.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.213.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.213.1.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.213.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.213.1.zip | e36603dead241d8e3ea9943837a7c0e5becfc6495d056516c7c427d7e51721c8 |
Windows x86 | pipelines-agent-win-x86-2.213.1.zip | 243aee42d856f1e13da9344c5b73f09477c91a48a8df94bc3f23287b6eac2c1a |
macOS | pipelines-agent-osx-x64-2.213.1.tar.gz | 6abb58fc04141933d824550953fb929819d02e32575952ac998bea7e335b97ed |
Linux x64 | pipelines-agent-linux-x64-2.213.1.tar.gz | ad7e54bde138c302843679f03d82272c0c212d1cf354607f0e24abc32957e992 |
Linux ARM | pipelines-agent-linux-arm-2.213.1.tar.gz | 57a920f3137bfc47c8b356146501f879eb18054775bd448a6ed78c31bcd16aff |
Linux ARM64 | pipelines-agent-linux-arm64-2.213.1.tar.gz | 7f198a010c0ec14090135519764e77160397bfc7732c8c56082f815e6e85f283 |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.213.1.tar.gz | 9b1782c769f3163b8b49e21bd05dd83e63e3832d9d2245a3f1b181fb95d53025 |
v3.212.0
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-3.212.0.zip | 4bed230fcf88edf8080e9857436fe01d4a41db1b471a0a185ec2356a1c1f62a6 |
Windows x86 | vsts-agent-win-x86-3.212.0.zip | de609a7e64a333756b53eb5dbf01fc70e1d01f3a4c59faf3c5f50140fa397c6a |
macOS x64 | vsts-agent-osx-x64-3.212.0.tar.gz | 990a1b0ac91d03a6239bea9bcb1d17767c458540f877eb86b62baee7a038255a |
macOS arm64 | vsts-agent-osx-arm64-3.212.0.tar.gz | - |
Linux x64 | vsts-agent-linux-x64-3.212.0.tar.gz | 4dabe39a24b161194c91d213dbe7c5b75131358338cbad9ef06c6cdaa830c339 |
Linux ARM | vsts-agent-linux-arm-3.212.0.tar.gz | aee9eecee19ba0181103e2905fcb3054edf0f52e72681252ae5a150f5d514d99 |
Linux ARM64 | vsts-agent-linux-arm64-3.212.0.tar.gz | 750981d11c4a3edb608f85cafb9e021a17f2c00f1278293f43df9c3dfa38179f |
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-3.212.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-3.212.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-3.212.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-3.212.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-3.212.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.212.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-3.212.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-3.212.0.zip | d043319e7159283dfeaf162d3c26bc70c020e34600738e930820197745ff9ab9 |
Windows x86 | pipelines-agent-win-x86-3.212.0.zip | 72e25b8594a5e82368f28eb0b054633eeb9f5ab1cfd650f1a19e53874334f83a |
macOS x64 | pipelines-agent-osx-x64-3.212.0.tar.gz | e1169139ad52d2f2d14ac6f0e00d66deaa33845206b4961fd29144312ee20acd |
macOS arm64 | pipelines-agent-osx-arm64-3.212.0.tar.gz | - |
Linux x64 | pipelines-agent-linux-x64-3.212.0.tar.gz | 9a164b796a5c8eb845fe8adef2d23ba392df5614343eb78b403dd904f4fce0c9 |
Linux ARM | pipelines-agent-linux-arm-3.212.0.tar.gz | 3ddc3c93f66c04257e1b1efee43cfd188683e4be996c2f1d4718ae47ce9ac90c |
Linux ARM64 | pipelines-agent-linux-arm64-3.212.0.tar.gz | a10e8e482a21f94946941ff5ba8e52f247eb6e121b66fe979238b4543706a9ea |
v2.211.1
Bugs
- fix issue when repo/path contains spaces (#3985)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.211.1.zip | 2cd66b8eafbff7f02e4c2d410793cb6707ff3b33fcd4b9055e79f121bcedb375 |
Windows x86 | vsts-agent-win-x86-2.211.1.zip | 66ef281d40118c81c9c3c5e1530161bc8cfa3ae6b417bb1d9834d1328f8db9bd |
macOS | vsts-agent-osx-x64-2.211.1.tar.gz | e2cde24ee0cb620d89692ad65896fc2cc0326413c76709fae2dd6c8b587e4446 |
Linux x64 | vsts-agent-linux-x64-2.211.1.tar.gz | 58433980f813673603cc69ab703dab04da00dbf1923585129f696b4eea2adf1a |
Linux ARM | vsts-agent-linux-arm-2.211.1.tar.gz | cab2f09886011ed008f8e02b1115f0b5206f95b74893e5849c6b8ec060c5e69b |
Linux ARM64 | vsts-agent-linux-arm64-2.211.1.tar.gz | b1dfa95fc9a39f054895389a662e39c07f1ddf49924a78028e58b9a31ec1e1b2 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.211.1.tar.gz | 830efa91cf84adc2fa47edca010168b875d0d999aff4c6b8f669f946c9ad60ab |
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.211.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.211.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.211.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.211.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.211.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.211.1.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.211.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.211.1.zip | 653a8822cc519fdba75e79c48270f213a2bd38ea869b1eddf1272d1f2a4039a9 |
Windows x86 | pipelines-agent-win-x86-2.211.1.zip | a5f23155bd322d138638268774942845bece5205b39785f25343e83568e48c76 |
macOS | pipelines-agent-osx-x64-2.211.1.tar.gz | f12a71022835560d034cb59cfe6e1cee6d9f5267ed742f3e69e48309ae4337e7 |
Linux x64 | pipelines-agent-linux-x64-2.211.1.tar.gz | 1ba165e5ffebe5a42dc0e2f9eecc6e371ef50b52c6b93700773d79c51abc0746 |
Linux ARM | pipelines-agent-linux-arm-2.211.1.tar.gz | 52cb401a4ca8c5fec3b0f2734a434c1b4bca31635ae65c01ec7ddd735f3c2f89 |
Linux ARM64 | pipelines-agent-linux-arm64-2.211.1.tar.gz | d69ca820d2142d65a17034057df21cbbf8b036efb5e8dba79375cab55dce1a31 |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.211.1.tar.gz | 3e9752b836e43d5c826abdcf0b8588decd75eaf539471a1d8ad3b00aa605f30a |
v2.211.0
Features
- Include 'git status' as part of system diagnostics when debugging a pipeline (#3947)
- Implement getting knob value by source type (#3955)
- Introduce gMSA accounts support (#3970)
Bugs
- Remove Debugger.Launch from Test_Base_Node10 (#3963)
Misc
- Updated Agent.Worker.csproj such that a new version of System.Security.Cryptography.ProtectedData can be used for Azure.Identity (#3941)
- Update dotnet-install.sh scripts (#3960)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.211.0.zip | 6c6597a8a4bd901899fdb89c0bc77b47022b8c24e308eaa2788481928bcf9acc |
Windows x86 | vsts-agent-win-x86-2.211.0.zip | 00b23719d78932372a3c9c193a123f58d2a67d41ad56aa58fb7cf437d013ba38 |
macOS | vsts-agent-osx-x64-2.211.0.tar.gz | 592247dc2a937a277a2c93b7ad667ee4c21cacecf2b6a4e9643d559b6c8e0509 |
Linux x64 | vsts-agent-linux-x64-2.211.0.tar.gz | d398626355b561b3cdb7ebeaff2ee8f2e575e2593f9c23640f8a6aa4fc667777 |
Linux ARM | vsts-agent-linux-arm-2.211.0.tar.gz | be8adac74cbc31d6aa0f9347f2ed1cd1c021ffca591e15e8794561570bc21e8a |
Linux ARM64 | vsts-agent-linux-arm64-2.211.0.tar.gz | 1841df268aea6ae2a8740210c786d4f9d4bfd0cbe97fa7f898e6be015140da12 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.211.0.tar.gz | 868e337542d1fb92e88af43b06776028c9bc562248380136a3b78e23ae3f0f8d |
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.211.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.211.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.211.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.211.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.211.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.211.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.211.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.211.0.zip | 55e1ece918393b82a7cbfe30ab8b3b9d13c73a1a1edc3fd2161f5fd36149a835 |
Windows x86 | pipelines-agent-win-x86-2.211.0.zip | 404aa2062103b2f6e947e00405a28102e5bc02000426cdcf76d4746ab6845eae |
macOS | pipelines-agent-osx-x64-2.211.0.tar.gz | 200ebb1aab4c844d06e1735728fb77ad54a60d7163cb71d1be4ee60f484cf583 |
Linux x64 | pipelines-agent-linux-x64-2.211.0.tar.gz | 889d57b895cafd1846b955d304ea0829d071998f57f7b7531ed395adcf75560c |
Linux ARM | pipelines-agent-linux-arm-2.211.0.tar.gz | 1db2d288f26a9b753840f4821176701f957616cf0a195fee8d4f320ddcf6fb5a |
Linux ARM64 | pipelines-agent-linux-arm64-2.211.0.tar.gz | fabd6e198100cb35ff0f435de4f2377137dbb662a56a9d2cf9f1c4c1d42736e8 |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.211.0.tar.gz | 5ba1451f037bb18843f2dbafd878dd11824e2a8f45576cba427d853013f5bcce |
v2.210.1
Bugs
- Update Agent.Worker GitSourceProvider to not pass auth header in arguments (#3958)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.210.1.zip | afa541931a43e14e8a9269e71a415385aba43940d37ecc7a2092ba258431f20b |
Windows x86 | vsts-agent-win-x86-2.210.1.zip | 7363d9d81bed5c873864261b46ae349c1f73fc0d2d2f251c91cf359fb4f8b041 |
macOS | vsts-agent-osx-x64-2.210.1.tar.gz | 221a17505b7fa98980abb5d6cf66027c372521a8b5e33641e502f4bb43d5357a |
Linux x64 | vsts-agent-linux-x64-2.210.1.tar.gz | fb8a7e379842008249fec7619d3d60196d97f9d2e5243afb8464e0dd3a95ffb4 |
Linux ARM | vsts-agent-linux-arm-2.210.1.tar.gz | 4817ea731bec01a3fdaf0e5df14f81f99b64b44f5e88a192b99caf2f7e86be0d |
Linux ARM64 | vsts-agent-linux-arm64-2.210.1.tar.gz | 9d4afdd9a20199cbc503b53e036d52d9c773b59863be71ec7d7a0c8f6df6293e |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.210.1.tar.gz | 599d74a9d897eeb3527e72781056a762ef1b7e1dcccae05d858b52242c768ab8 |
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.210.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.210.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.210.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.210.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.210.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.210.1.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.210.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.210.1.zip | c265e3fb91164dd1c39ef325a08facaba4c99ca5094668b293d2e1d7ec6a407c |
Windows x86 | pipelines-agent-win-x86-2.210.1.zip | 26d9e7fad3f73ad48aee7ea646a67c12e6e583a1e8366e88c444f636e87e2677 |
macOS | pipelines-agent-osx-x64-2.210.1.tar.gz | 7e313c904829eb8ba284ca3a75db4122c56c5aa88c64f8b3d30bc0bcfa1186ac |
Linux x64 | pipelines-agent-linux-x64-2.210.1.tar.gz | 3b9934400b9a1b00b8e81001ae0cf0bfc0e2eaef39771dc52192134d5af54330 |
Linux ARM | pipelines-agent-linux-arm-2.210.1.tar.gz | 6f1c7ec19acacae861836c98773bea193c3bed3af22202e60a5ad072234553ae |
Linux ARM64 | pipelines-agent-linux-arm64-2.210.1.tar.gz | 802c46b458453624a1aa429b6f4601b96ec9624621460179405908590cde3875 |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.210.1.tar.gz | 1ec9aff2b03e0151efdfe52683bc5f91ac2b3aac128dfcf31ffadbcfb8843a29 |
v2.210.0
Features
- Changed node version to run as a service (#3929)
Bugs
- Add group id matching user (#3837)
- Update GitSourceProvider to not pass auth header in arguments (#3949)
Misc
- [Repo config] Add
CODEOWNERS
file (#3933) - Added information message if agent with same name already exist in pool (#3939)
- Update dotnet-install.sh script (#3946)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.210.0.zip | 36b246e8d17846d8309898bedf394ed67fcecc89fb02378b9d92a642543eeeb7 |
Windows x86 | vsts-agent-win-x86-2.210.0.zip | b65bd39a8427c780db1b7fb36cffeb0e3c28e0cc123670544edabc36c3c3312f |
macOS | vsts-agent-osx-x64-2.210.0.tar.gz | 844c7703b39386c18b39b32a5a53e872dc1bbd36bf85e24a15a386b941566546 |
Linux x64 | vsts-agent-linux-x64-2.210.0.tar.gz | ebe49b9d9076a6e1978bc0be75bb9b43a3679009b1f3a3bdcaedd6f74ff30d38 |
Linux ARM | vsts-agent-linux-arm-2.210.0.tar.gz | 10aebe8f16be653d6328e0c354f3d49566fb507823aa13006de1ec626c22dbb7 |
Linux ARM64 | vsts-agent-linux-arm64-2.210.0.tar.gz | 2445526fca1e05ee7536892756c2611d4f8fdc416c2f54b24bdf94e4ee3b9d15 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.210.0.tar.gz | 1ac442f890813035c496d5d2727e823ead75d71d5f14c45b30fe9cd9e732fd9f |
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.210.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.210.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.210.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.210.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.210.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.210.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.210.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.210.0.zip | 4dade5e72732f4448ac8a6bf824fc56f9b080c67f0f7fa514f46e10d4ccb76b4 |
Windows x86 | pipelines-agent-win-x86-2.210.0.zip | d998de3f8aaa789f37164a507e12ce39c9ba57b3a9d11f6b04006ed78af101af |
macOS | pipelines-agent-osx-x64-2.210.0.tar.gz | 2739469363953fbae30d7f8a0b7087d1d4241e1f834d1cefa703d835b0d7ef00 |
Linux x64 | pipelines-agent-linux-x64-2.210.0.tar.gz | 44c5a524651fbd0d48ff01f20e5ea4daa7eabc8f28ff359dd5aca42d2418d229 |
Linux ARM | pipelines-agent-linux-arm-2.210.0.tar.gz | 81c09f1020cd72e6c92c0e1fd0eaf6ad0bd18a8fb29dae181d3126a01625d8eb |
Linux ARM64 | pipelines-agent-linux-arm64-2.210.0.tar.gz | bb1aef0a0f9f10487be00034d4c398b7a2343ed33bcd172ddd0fbc036b8de05e |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.210.0.tar.gz | 2baa6cd7b94886ea92a8de189b16edd2a8d86ae9ca3b2208ab336a062f1c2163 |
v2.209.0
Features
- consume fetchTags signal (#3907)
Bugs
- [CG alert] Update guid for l1Task CmdLine Node10 (#3904)
Misc
- AZP_AGENT_USE_LEGACY_HTTP knob: added warning and announcement (#3893)
- Check in the agent CI if broken symlinks exist in the agent build (#3902)
- Fix agent build script (#3921)
- Update dotnet install script (#3934)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.209.0.zip | 692b7ab8d892d1c289ef69da167c4ad68a5e1a14bd48cf7753ea3e6d41b712cb |
Windows x86 | vsts-agent-win-x86-2.209.0.zip | c2c028e3925bae537b483a4aaa6fa2c0c1123c2ca4eadda799cadf63b1b45ad5 |
macOS | vsts-agent-osx-x64-2.209.0.tar.gz | 7609c201c712d7375b077a255629714f06efc3a42baad803de96678b2c548ed8 |
Linux x64 | vsts-agent-linux-x64-2.209.0.tar.gz | f747f694d947246fa04358af9ea5c89103edc909c8c25512b3bcaaaa0a09c497 |
Linux ARM | vsts-agent-linux-arm-2.209.0.tar.gz | bf8e0141ca32f0ab153adbce76f7bd23794598665972be452fa78e10b1709f5c |
Linux ARM64 | vsts-agent-linux-arm64-2.209.0.tar.gz | 23e613951d71f43bc59d7e384f23940ee8c5fd8ff6e62c731f9f9362bc7bab84 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.209.0.tar.gz | 077dd5b9eb960e0bbdc6a9ce572dda7420335f847cde1acd6e0b993e0093ec3d |
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.209.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.209.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.209.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.209.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.209.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.209.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.209.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.209.0.zip | 2d15ccacacf789a222e40c69f613203e590422b19c07cbc59ab258718757a161 |
Windows x86 | pipelines-agent-win-x86-2.209.0.zip | 8bccbb0e900e10271405b68130a243d1b1472c118cd9b8453e23353f82f5fe54 |
macOS | pipelines-agent-osx-x64-2.209.0.tar.gz | a629911237f547e77038b50024ed5da0cffd2485338b9411ac0f13c197430101 |
Linux x64 | pipelines-agent-linux-x64-2.209.0.tar.gz | e9546ba98284a6832421fb7093b36b892997fe24217e71baa6d25e4575cf578a |
Linux ARM | pipelines-agent-linux-arm-2.209.0.tar.gz | d3a47a7b08438a938fc032a46d6c694172cc38be56048abf41e612e0c35b4632 |
Linux ARM64 | pipelines-agent-linux-arm64-2.209.0.tar.gz | 0c2decf03b4573c2d54231c68421b4316e0fbf0e53fa2e2da485d21537db737a |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.209.0.tar.gz | af5c9904150b9aac9d21c31808aa2e04484cdcceb442d4fe80b4d46243b7c28e |
v2.206.1
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 |