github microsoft/azure-pipelines-agent v3.238.0

pre-release20 days ago

Features

  • Add validation for the task.issue command (#4662)
  • Handle filter option for treeless or blobless git fetches (#4693)
  • Changes for Azure Test Plan Task (#4705)
  • Bump default node version for runsvc (#4719)

Bugs

  • Fix bug where chunking could use different hash than the client (#4684)
  • [BUG]: Installing DevOpsAgent on SLES 15 fails (#4714)
  • Replace WMI query with interop (#4723)
  • Address instability during VMSS configuration (#4750)

Misc

  • Follow up PR for Azure Test Plan Changes in Result.Publish (#4708)
  • Localization update (#4740)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.238.0.zip 7df59cfa60010a158fc4aeeab6f83c27e355d53cfe608ef6bb3a9db978996ce5
Windows x86 vsts-agent-win-x86-3.238.0.zip 0b05ef31c9082f112c454cae4c953ab34bd2e24fef0fb250dba7f748e31e0186
macOS x64 vsts-agent-osx-x64-3.238.0.tar.gz b35cd279ed33d7b8c4776eacc6cde255f9cdb69e267dbde79ee8691556e6bf90
macOS ARM64 vsts-agent-osx-arm64-3.238.0.tar.gz fc9b2781d309e08905aeeae938b0d1d82b2d3a1d060352a6f44a664f4a20b604
Linux x64 vsts-agent-linux-x64-3.238.0.tar.gz 9bda746173092c1cfa1ead92c67ad787711d326fffce6248c9aa2fcf04057065
Linux ARM vsts-agent-linux-arm-3.238.0.tar.gz 54b3c6969cffd7822417281e629576ff1a70cb2fd41aa351fe35c957a3e53b18
Linux ARM64 vsts-agent-linux-arm64-3.238.0.tar.gz 462312e322804fd90e787b861b9e6d36fb35e7c652ab9aec8a02d8d1268e35a7
Linux musl x64 vsts-agent-linux-musl-x64-3.238.0.tar.gz 30f061c655b1e8a2258bd7658c06f86fcdf26882492c6eb0303704d4d80b601f

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.238.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.238.0.zip", "$PWD")

macOS x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-3.238.0.tar.gz

macOS ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-arm64-3.238.0.tar.gz

Linux x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-3.238.0.tar.gz

Linux ARM

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-3.238.0.tar.gz

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.238.0.tar.gz

Alpine x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-musl-x64-3.238.0.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.238.0.zip 5b9346cac603825207dcb5a635f213c7fbf2cea709891617031a6fd76f030cb5
Windows x86 pipelines-agent-win-x86-3.238.0.zip 21a64052804ee9b40c482441c5868800d8f7e60976bcb52032754c30f246ef60
macOS x64 pipelines-agent-osx-x64-3.238.0.tar.gz 2722e6687446c4c4c4d955e34c9ae2e2816098010b7b9cd8d401f07690fbf939
macOS ARM64 pipelines-agent-osx-arm64-3.238.0.tar.gz 186d9dc4c338eb2f49d8178553748f802a508947046b111effb86a38dd2e2856
Linux x64 pipelines-agent-linux-x64-3.238.0.tar.gz c49286122fb0134d16450cd84efb55f57841087e62c769993f6e0cdb7ea6a906
Linux ARM pipelines-agent-linux-arm-3.238.0.tar.gz 14287ff8dab5f092c56ee3e9adeb204ec01db33a5f686b0b47d11448268ac509
Linux ARM64 pipelines-agent-linux-arm64-3.238.0.tar.gz 14ca5f01cf2d4d2d3d7dad70fc4c466505aee2827313975a4a59854dfb76d2d9

Don't miss a new azure-pipelines-agent release

NewReleases is sending notifications on new releases.