v2.220.0
Features
- Fixed typos in strings.json (#3523)
- [Refactor] Update MinSecretLength property. (#4137)
- Make warnings/errors during checking if system supports .NET 6 being pushed to Kusto telemetry (#4207)
Bugs
- Added trimmed user secret to masker dictionary (#4195)
- Refactor logic to drain queues after each task (#4213)
Misc
- add ability to disable publishing tests metadata (#4209)
- Increase limit for AZP_IGNORE_SECRETS_SHORTER_THAN knob to 6 (#4214)
- Upgrade git-lfs version (#4218)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.220.0.zip | 56680a007e970279dc97c65e0ec781838f88cbfbce334bcf307706a6a9575210 |
Windows x86 | vsts-agent-win-x86-2.220.0.zip | f80981210121a415e50a7a7232e1d3fa7a76ff92473a917ad5f930d2e36dad48 |
macOS | vsts-agent-osx-x64-2.220.0.tar.gz | a6819734e167afec20ee7320bbfb55e3d65ba56ed7015978891081073fe1b23b |
Linux x64 | vsts-agent-linux-x64-2.220.0.tar.gz | 6cdf3a1357c722272066ba6d27523c2c10d2657f2df8a4bffba49bf77a0b0b41 |
Linux ARM | vsts-agent-linux-arm-2.220.0.tar.gz | d9d3c43b3bc1071060f1e5c312fbf3f74cb5d20d918e497a4267d6bae2cc3bda |
Linux ARM64 | vsts-agent-linux-arm64-2.220.0.tar.gz | 3928845f23c354b564f702afc9ac5e119ff38b6213f4a0668939219d0db278e1 |
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.220.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.220.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.220.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.220.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.220.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.220.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.220.0.zip | 107b16126150d70fa9df6a5cb6eeeab180033e0e0632d4dcf90599525c9cc1fa |
Windows x86 | pipelines-agent-win-x86-2.220.0.zip | 3030e74f12845f5712b8d2140ac82dfb523e524597495d692c9287e8f649b06d |
macOS | pipelines-agent-osx-x64-2.220.0.tar.gz | 518e903c18ce5b530c5eb686474d27c393540b7c7769240cf99733dc15c8737b |
Linux x64 | pipelines-agent-linux-x64-2.220.0.tar.gz | 2d0e1e477d85adb436dce795ede30aa3b9738bed4fca0669add8934dda4f898d |
Linux ARM | pipelines-agent-linux-arm-2.220.0.tar.gz | 7e8ed3d49f355db6848a849f65c4254c88e2505ded63956a460dbfc6b0122118 |
Linux ARM64 | pipelines-agent-linux-arm64-2.220.0.tar.gz | f1a7f69c5936590db692a6bcb9cc08f8840f8d8b121fc9693ebeac59d722a270 |