Features
- Mask base64 values of secrets in pipeline logs (#5030)
- Add support for AzureLinux 3 to installdependencies (#5036)
Bugs
- Fix connection getting disposed (#5039)
- [Agent] Bug Fix - Fixed Processor Arch Detection in Windows - AB#2232751 (#5049)
- Handle manual test cases associated with same automated tests (#5064)
- Adding service principal option in auth types in "config.cmd --help" command (#5071)
- Updating code owners (#5074)
- [Agent][Edgio] Remove Azure CDN Cache Commands to Unblock Pipeline Failures Due to Edgio Retirement - AB#2242851 (#5089)
Misc
- [Agent] Support for Windows ARM 64 - AB#2143637 (#5021)
- [Agent] CI Trigger for Windows ARM 64 - AB#2143637 (#5046)
- Add Oracle Linux 7+ & Rocky Linux 8+ to supported OS (#5062)
- Disable Windows ARM64 from the release pipeline and notes (#5080)
- Create .CodeQL.yml (#5084)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-3.251.0.zip | 755f9df99f7f01669cd77c0610896e013387138c051f59250069b437516f5565 |
Windows x86 | vsts-agent-win-x86-3.251.0.zip | 9bb3640b5c19f923a1a9e4e4768fbc73767351c176b6ff2b748f6550317340c9 |
macOS x64 | vsts-agent-osx-x64-3.251.0.tar.gz | 2d2f2fbc71b2c8fa811833d06d0704d14bc6bd5f995091a556670fe0a073347b |
macOS ARM64 | vsts-agent-osx-arm64-3.251.0.tar.gz | 54c95d39874fee899d57ede38d4db1712d41ab7c962aa6804fa01f0b9a9c5b31 |
Linux x64 | vsts-agent-linux-x64-3.251.0.tar.gz | 62d3c430cfe2d32ff4c76e00b25561dfea0f0aa81ba79828abd0daaaa7afdca7 |
Linux ARM | vsts-agent-linux-arm-3.251.0.tar.gz | 29ef475cde79765bd31604bc4f772bab0bcd7f43ffddeda897eef9066a75cf9d |
Linux ARM64 | vsts-agent-linux-arm64-3.251.0.tar.gz | 15458afa2907dd21f30295c7a85916626af3d8b31a9daa277ded7c7e98c8ea4b |
Linux musl x64 | vsts-agent-linux-musl-x64-3.251.0.tar.gz | 46884485c97400afe323c15aa525e22169815a8b517b6b8fb8a81a93f1e3efc1 |
Linux musl ARM64 | vsts-agent-linux-musl-arm64-3.251.0.tar.gz | 1f9a9b70e96c668715c97013e2e7a41d1bfa401cba424ab42c03f58f713831e2 |
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.251.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.251.0.zip", "$PWD")
macOS x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-3.251.0.tar.gz
macOS ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-arm64-3.251.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-3.251.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-3.251.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.251.0.tar.gz
Alpine x64
Note: Node 6 does not exist for Alpine.
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-musl-x64-3.251.0.tar.gz
Alpine ARM64
Note: Node 6 does not exist for Alpine.
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-musl-ARM64-3.251.0.tar.gz
Alternate Agent Downloads
Alternate packages below do not include Node 6 & 10 and are only suitable for users who do not use Node 6 & 10 dependent tasks.
See notes on Node version support for more details.
Package | SHA-256 | |
---|---|---|
Windows x64 | pipelines-agent-win-x64-3.251.0.zip | b1bb4c4af3430dee20087ce060d331f0bd0b364aed8f049f78129664e397733b |
Windows x86 | pipelines-agent-win-x86-3.251.0.zip | 1a55037b84a26a42d6d84d3b8ea91ac6d04cbe8fa2d522fe1dd8627ce2fe42f7 |
macOS x64 | pipelines-agent-osx-x64-3.251.0.tar.gz | d6e6b379b880f3a6f5089385b9cff5c7a837d37177bd7e802712e8d0eb672661 |
macOS ARM64 | pipelines-agent-osx-arm64-3.251.0.tar.gz | c4b6243421afea4eb3d49df5ac28a0ab8a3af9cdab9247f9426a394880bc4492 |
Linux x64 | pipelines-agent-linux-x64-3.251.0.tar.gz | 7806543bd455baa2145dfac2917732cfbaebd1085450f2f8e315e8e2579a051d |
Linux ARM | pipelines-agent-linux-arm-3.251.0.tar.gz | 4b90ba1840efcc20a55ff821689339092555835b138297c88ca95cf263c20daf |
Linux ARM64 | pipelines-agent-linux-arm64-3.251.0.tar.gz | 6aa5a6829019c1f24307bf61ef83404af63b5872f0b81ef7101965ffda1c4fde |