Features
- Added knob to break pipeline unless user opt-in (#4165)
- FEATURE 2019014 - Gather telemetry on Agent Azure & Docker Container usage (#4166)
Bugs
- Moved logic to drain queues after each task under knob "AGENT_DRAIN_QUEUES_AFTER_TASK" (#4176)
Misc
- Add issue templates (#4154)
- Added legacy lib sources for support on Ubuntu 22.04 (#4161)
- Add warning for deprecated runners (#4162)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.218.0.zip | bca1521f829b141ffa820ecaabd53f4ca5d87495e263f136890899fd88f34053 |
Windows x86 | vsts-agent-win-x86-2.218.0.zip | 2c2c571ab737221cf9f379abc7c2b5eb2765ac6473fe880e558a6ed1d08b9fbd |
macOS | vsts-agent-osx-x64-2.218.0.tar.gz | 4969cc153e87a3c3c240e4820a81e555058fbe68a0857b55aa9800de6c6e4b3d |
Linux x64 | vsts-agent-linux-x64-2.218.0.tar.gz | fb22a55f4049c3b0e8432b016903293249c62ea5ed0ae95542544fbe7c4bfe59 |
Linux ARM | vsts-agent-linux-arm-2.218.0.tar.gz | d4bcfe3563dd549307d1a750e0af14f00f09062abadb38dd15e92be34fcf8e57 |
Linux ARM64 | vsts-agent-linux-arm64-2.218.0.tar.gz | e753c438378098f867d3254db8571b342dede86b185e5da5dd26c626db40217a |
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.218.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.218.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.218.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.218.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.218.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.218.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.218.0.zip | ad7bfa023c1b841fe1d02cdf6efb2b6dc67d89a126ba8f3619004bef347086f4 |
Windows x86 | pipelines-agent-win-x86-2.218.0.zip | fe0db408bd8ac9261cfe9266cebb4db1ad33bddc7a12e2cc038a37fa780e6834 |
macOS | pipelines-agent-osx-x64-2.218.0.tar.gz | f61b5f1dfe2cfe9793bdf8935c29d4a335ca47e453410f5e27d3addba7b7a141 |
Linux x64 | pipelines-agent-linux-x64-2.218.0.tar.gz | 886a6c3d19664942b1b89e90c836ea486e9dbbd35552fe19e4c4e58f386baa8a |
Linux ARM | pipelines-agent-linux-arm-2.218.0.tar.gz | ffe1549342378b24619dc1ab0a2bc3c0fffdde468483c10180299afce40fee82 |
Linux ARM64 | pipelines-agent-linux-arm64-2.218.0.tar.gz | d5a8c42149d70253ad33ac811728f7440f66dcfd52825e026f40226ab2593f80 |