Features
- Handle delete exception to avoid agent hang (#4508)
- Prevent telemetry publishing for customer's tasks. (#4522)
- Fail Job When Agent dies (#4536)
Bugs
- Fix skipsslvertificate option (#4533)
- [AgentWorker.PageLogger] - Ignore endgroup tag when counting lines (#4549)
- Add proper exception handling for Telemetery/FeatureFlag enpoints (#4568)
Misc
- Update Node 20 version to the latest LTS (20.9.0) by @mmajcica (#4494)
- For node20 fallback on host, check for glibc instead of OS version check (#4524)
- Added release notifications (#4525)
- Revert "Remove VSTS-task-lib from agent" (#4526)
- Fix OSArchitecture for osx-arm64 (#4528)
- Add topic about RHEL UBI in Red Hat doc (#4538)
- remove extra nuget feed sources (#4540)
- Localization update (#4552)
- Fix release notifications (#4574)
- Added check for existing agent versions in scheduled releases (#4575)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-3.232.1.zip | 66a4e51361230662f51ae221272e496798c43fdf296674b2991e84a4c0079be4 |
Windows x86 | vsts-agent-win-x86-3.232.1.zip | 117825749c4ffdd7a9276b40f2fd779bde5b69a97cc7fe41fe55d07914e21d48 |
macOS x64 | vsts-agent-osx-x64-3.232.1.tar.gz | aed20b7abe8978538b6bf9f021352ec35fae63200fec1da5d1b73eac6631fb85 |
macOS ARM64 | vsts-agent-osx-arm64-3.232.1.tar.gz | b8d946ddce551942d51e7f5577a6fc8c733e04ff498d1a34978f0f3915461c1e |
Linux x64 | vsts-agent-linux-x64-3.232.1.tar.gz | ec5cf8c5887db321ecced5d6ed7c7c03c61c7f7fec08bb9385123a99f1753d15 |
Linux ARM | vsts-agent-linux-arm-3.232.1.tar.gz | e12c20f6c28ef6ca30ff1f296fe917e412d16022722278060920d4eafe051e98 |
Linux ARM64 | vsts-agent-linux-arm64-3.232.1.tar.gz | 4166d38a89b3a0926066d97dc122160d2d916e7551208c7fac3c9c7c091a8b91 |
Linux musl x64 | vsts-agent-linux-musl-x64-3.232.1.tar.gz | ceee7d6e64e688918172d2e4c55449d046150db3ac994183390c29ef04d5ad5a |
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.232.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-3.232.1.zip", "$PWD")
macOS x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-3.232.1.tar.gz
macOS ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-arm64-3.232.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-3.232.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-3.232.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.232.1.tar.gz
Alpine x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-musl-x64-3.232.1.tar.gz
Note: Node 6 does not exist for Alpine.
Alternate Agent Downloads
Alternate packages below 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.232.1.zip | 5c9b9009de80573d215a3f6e459410ec609bf38fc8084da2481df38b56f4fe1e |
Windows x86 | pipelines-agent-win-x86-3.232.1.zip | fa2c160ab5fc7599e7ce8bfaa21ed1b03c1f2f4def8635b76e4a6d015688f527 |
macOS x64 | pipelines-agent-osx-x64-3.232.1.tar.gz | f1b39b79aec66ddabff331ec1d9444a9e354c5f36cdf5a8dca56d10f7ed1244b |
macOS ARM64 | pipelines-agent-osx-arm64-3.232.1.tar.gz | 95cfe1c26eea80efe208eab9ae3d0d431ce144fd10ec6e9248064463b98a3798 |
Linux x64 | pipelines-agent-linux-x64-3.232.1.tar.gz | 5db41169d6112ed61690e60fd78b5e9819348c13b8fa16bc82c77401a8b7f46e |
Linux ARM | pipelines-agent-linux-arm-3.232.1.tar.gz | 473585e166e17ec9eb5c0d184f9ac1b5d40abc927c8d0005b9c66f650cc29135 |
Linux ARM64 | pipelines-agent-linux-arm64-3.232.1.tar.gz | d3514d594fc0e5000d5fd0aeb495b0ae914e1d8276222c41ab19e732dafd2d40 |