github microsoft/azure-pipelines-agent v2.213.1

latest releases: v4.244.1, v3.244.1, v4.245.0...
22 months ago

Features

  • Implement AGENT_MIN_SECRET_LENGTH knob (#3962)
  • FEATURE: Agent should gather telemetry on Task runner invocations (#3973)
  • Added CloudId property to agent variables (#3984)
  • Add onlyGitHubRelease param for the release pipeline (#3990)

Bugs

  • BUG 1972388: vsbuild task in YAML build pipeline hangs forever in ADO even though the task has already logged completion (#3979)
  • Fix vso commands execution in vulnerable variables (#3987)
  • Bug 1942506: [Pipelines]: PAT invalid in auto-generated PowerShell script for add VM resource in New Environment in ADO Server #3561 (#3992)
  • Migration powershell script of release pipeline for Az 1.0.0 (#4010)
  • Fixed NullReferenceException in v3.212.0 preview version Agent (#4018)
  • Rhel 6 add node10 fallback (#4020)
  • Revert "Implement AGENT_MIN_SECRET_LENGTH knob (#3962)" (#4040)

Misc

  • Update mingit to 2.37.3 (#3983)
  • Upgraded MinGit version to v2.38.1 (#4000)
  • Fix vsts release conditions (#4024)
  • Upload to Azure Blob - remove condition (#4026)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.213.1.zip 4d2f459cc1fbd8b4587078d32351be49cffe4ebc4be9ae9f343f2a11b1064f19
Windows x86 vsts-agent-win-x86-2.213.1.zip 8a5cc214d0ca268d38c179c1749fa949bf7045aa10bbd63d4164f41af94f50a2
macOS vsts-agent-osx-x64-2.213.1.tar.gz 9772dac9ac7409460283edab92f6cc0f26762de611ddeb494e05812f3446aa46
Linux x64 vsts-agent-linux-x64-2.213.1.tar.gz ee2022d91bc38241615697ae9053b138d8fd3cc3ee15a3e2f0f34bf838170472
Linux ARM vsts-agent-linux-arm-2.213.1.tar.gz ae0ee9ab9d0a2deeb70c39ed68882007788447fb34cf20c4074c40798cb2b2ca
Linux ARM64 vsts-agent-linux-arm64-2.213.1.tar.gz 53ae2d3dd6b4a8e6fe5c482a2db345c6d5526ee1d986989510a7af6bfc693a7e
RHEL 6 x64 vsts-agent-rhel.6-x64-2.213.1.tar.gz 57cf08da0e5152932316dd46e02d875755b78d403d8aff79d4e85a411ebe9ace

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.213.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.213.1.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.213.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.213.1.zip e36603dead241d8e3ea9943837a7c0e5becfc6495d056516c7c427d7e51721c8
Windows x86 pipelines-agent-win-x86-2.213.1.zip 243aee42d856f1e13da9344c5b73f09477c91a48a8df94bc3f23287b6eac2c1a
macOS pipelines-agent-osx-x64-2.213.1.tar.gz 6abb58fc04141933d824550953fb929819d02e32575952ac998bea7e335b97ed
Linux x64 pipelines-agent-linux-x64-2.213.1.tar.gz ad7e54bde138c302843679f03d82272c0c212d1cf354607f0e24abc32957e992
Linux ARM pipelines-agent-linux-arm-2.213.1.tar.gz 57a920f3137bfc47c8b356146501f879eb18054775bd448a6ed78c31bcd16aff
Linux ARM64 pipelines-agent-linux-arm64-2.213.1.tar.gz 7f198a010c0ec14090135519764e77160397bfc7732c8c56082f815e6e85f283
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.213.1.tar.gz 9b1782c769f3163b8b49e21bd05dd83e63e3832d9d2245a3f1b181fb95d53025

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

NewReleases is sending notifications on new releases.