github microsoft/azure-pipelines-agent v2.217.2

latest releases: v3.245.0, v4.244.1, v3.244.1...
pre-release20 months ago

Features

  • Fix SonarQube's "'Any()' should be used to test for emptiness" / Code. (#3404)
  • Make agent update list of systems supporting .NET 6 periodically (#4081)
  • Add script to predict v2->v3 upgrade compatibility (#4092)
  • DockerLogin retries (#4100)
  • Added strict boolean knob values (#4103)
  • Add the exact operation system version and environment to the telemetry (#4104)
  • Add option to skip rhel6 in pipeline and ci (#4121)

Bugs

  • Fixed name of DockerAdditionalNetworkOptions Knob (#3888)
  • Revert "Fix execution of scripts in variables (#4016)" (#4088)
  • fix dotnet host search (#4124)

Misc

  • Retries to lock Services database (#4085)
  • Format agent source code (#4101)
  • Fix agent lint errors (#4117)
  • Mingit version upgraded to 2.39.1 (#4126)
  • Revert "Allow env.sh to accept additional env var names (#3339)" (#4143)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.217.2.zip eec71184e35c5fcb26ce38229c1870e2408d6b409da793a6db8f262482083a3d
Windows x86 vsts-agent-win-x86-2.217.2.zip b273efd5a909d5161ab2d2c03edecaee211c2ba8dfdcb3b64c5efd92199a633a
macOS vsts-agent-osx-x64-2.217.2.tar.gz d372aebff8eb8563690c0f8b4b3199ea6751f6fd200a09909cb6b4775f452af4
Linux x64 vsts-agent-linux-x64-2.217.2.tar.gz 4934bc7c4e6e44303dbea924555d553c9ac055c4f5ed1484c9535768bc8a1280
Linux ARM vsts-agent-linux-arm-2.217.2.tar.gz d33f471e3ec7400776cc4b90f373c2d3d1508435fdb3da0545d8ff2187c74c6b
Linux ARM64 vsts-agent-linux-arm64-2.217.2.tar.gz 3d02e69664fbe79acb7b1b075b146a18541ab1553a02b0fc4abf4f7cf72274fc

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.217.2.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.217.2.zip 618864886b855fa25bd2193a0b9c10cceea50d255afabbb4b16ea9b52044ff7c
Windows x86 pipelines-agent-win-x86-2.217.2.zip c2ac6e5aeaf4e03512768cd2cb708d5d2b16a49ab94de095f0bdf9d396abdbc5
macOS pipelines-agent-osx-x64-2.217.2.tar.gz 91f84bb5f7f5fdb858f899542f1d9ee0277039d8ce0c691613a7e16a3b26de18
Linux x64 pipelines-agent-linux-x64-2.217.2.tar.gz 7cb06761a828b76e27ff62ce1fd9be7d7eb4b6cd424cefba25eaedeb86e17324
Linux ARM pipelines-agent-linux-arm-2.217.2.tar.gz 140cfb1cef7d290f826478c75a7939bb52c411a491a4b82827b3f0d3acc338ed
Linux ARM64 pipelines-agent-linux-arm64-2.217.2.tar.gz 88cbdb7cbcd778ef67387313c9710bd13722f7a82ed721dfe833d6037bfd27ea

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

NewReleases is sending notifications on new releases.