v2.218.1
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)
- Cover unsupported OS failure with FF (#4196)
Misc
- Add issue templates (#4154)
- Added legacy lib sources for support on Ubuntu 22.04 (#4161)
- Add warning for deprecated runners (#4162)
- Localization update (#4187)
- Add "Mariner" to list of .NET 6 supporting systems (#4197)
- Add knob to enable fetching net6.json file from GitHub (#4200)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.218.1.zip | 6fb64aa12879cc3cd53dcf8492a5ca976f6b4496ce17dc0a5ab2c4bc4393b055 |
Windows x86 | vsts-agent-win-x86-2.218.1.zip | 8f6aff2af3ebd80612e0199ae8709fd319e173a6b48ccbd640e75dd1531015da |
macOS | vsts-agent-osx-x64-2.218.1.tar.gz | d8cdd26b650f9d3046b6016d0402975f04892491502eb69588f6b7b2cee1dfff |
Linux x64 | vsts-agent-linux-x64-2.218.1.tar.gz | f1aeea7a571e3ba80e260472863ee712b4b366579d077c248730fef8a49d2827 |
Linux ARM | vsts-agent-linux-arm-2.218.1.tar.gz | 011c18048f18254b79adc5a42c728f91ae416b921c30e08f2ae4c144f5b1c879 |
Linux ARM64 | vsts-agent-linux-arm64-2.218.1.tar.gz | 2459ff840fe921854cf125772f222396ab9dd52ba219c87fcbe59ced57aa0eca |
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.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.218.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.218.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.218.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.218.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.218.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.218.1.zip | 9f331d6df850813ac28f9339c4f90ec0d46ddf68589efd30faad4d3362417033 |
Windows x86 | pipelines-agent-win-x86-2.218.1.zip | 329798f637e39d818ae055c2101fcf99cd528f57349b36cf453dcc0f89867245 |
macOS | pipelines-agent-osx-x64-2.218.1.tar.gz | e0aff3eb076e1b79c4becfc9e558a140736c401c7259a722b9887006767c60c9 |
Linux x64 | pipelines-agent-linux-x64-2.218.1.tar.gz | 830dd539aff7723c94d5af8e4ed23d0d742b47575915152b31a63c4554726aff |
Linux ARM | pipelines-agent-linux-arm-2.218.1.tar.gz | fa6f9d139528ab0ff30573c7025c1cf27a3c68f021ed59e697366874fbb803de |
Linux ARM64 | pipelines-agent-linux-arm64-2.218.1.tar.gz | 7b63dbcd47578d2206206b838145acb608d3841125f2405b01bf9bdb61c31fc1 |