github microsoft/azure-pipelines-agent v2.196.0

latest releases: v3.239.1, v3.238.0, v3.237.1...
pre-release2 years ago

Features

  • Better warnings for BlobStore errors (#3591)
  • Update VssApiVersion to 0.5.172-private (#3608)
  • add if condition to lttng-ust installation for yum (#3613)
  • Improve error messaging for SSL related errors (#3568)
  • Added knob to disable Node 6 deprecation warnings (#3623)

Bugs

  • Fixed result for MergeTrackingConfigs (#3586)
  • Rolling back retry handling on GetPipelineCacheArtifactAsync because it is causing real errors to be hidden with unrelated reporting telemetry errors. (#3621)
  • Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)
  • Warnings instead of exceptions for ConfigurationManager if deployment type has not been determined (#3614)

Misc

  • Added test TranslatePathForStepTarget_should_convert_path_only_for_containers (#3594)
  • Added timeline to the node6 warning (#3607)
  • RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.196.0.zip abf4a802e73cd0c38edfa0d4a0ec6fb3d2b9ab97cfa1061827d158383194ed75
Windows x86 vsts-agent-win-x86-2.196.0.zip 3c1754ea8c798a9caf748285db13678b827401a78f498758e74ffe1dafdedb8b
macOS vsts-agent-osx-x64-2.196.0.tar.gz bba3d1cc228dd9ea51ab63911cc6e2b4566536ad1e2286a71719593e3aadcffc
Linux x64 vsts-agent-linux-x64-2.196.0.tar.gz afb4e6148a7bd9e0e795e5afdaf26694f113c60b2ecbd5ab1bc07a54ea84c35e
Linux ARM vsts-agent-linux-arm-2.196.0.tar.gz 5c8568910887318a5ab0d961da44dc69468375ab4c59e9167c651b4a33ee997d
Linux ARM64 vsts-agent-linux-arm64-2.196.0.tar.gz 3bb42af2e636aee0fc94afef7080a80932a3e2384bdbb812cbabbfe313b64073
RHEL 6 x64 vsts-agent-rhel.6-x64-2.196.0.tar.gz f2d02381dee3e73ae71671b60bfae3be9375c724039a6647393986fab425f704

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.196.0.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.196.0.zip bd5a64b515c032e7ee5929502fcba97f02ee14f57bc8f3ac2344c5db2da8e807
Windows x86 pipelines-agent-win-x86-2.196.0.zip 8b86f91fab0eb06b781b843d8b6fcdf1489e707770e750b7afa2206e86793a36
macOS pipelines-agent-osx-x64-2.196.0.tar.gz bace4f1cf042e76ed0dbaeba334fb6006302799ded30673be34b42ef5ad6cb73
Linux x64 pipelines-agent-linux-x64-2.196.0.tar.gz 991263d4d37c720db2db47806f6bceb5772a1492729ee7969ada5478bc564e0d
Linux ARM pipelines-agent-linux-arm-2.196.0.tar.gz 17dfc478dced3ad7c3348a66366aa2480235ca090c714ebc66d7b3be7ec5a1c5
Linux ARM64 pipelines-agent-linux-arm64-2.196.0.tar.gz 20f9a2a0e52b61504f9c3dd52ae4e9bf113b441f1618bbc94967593ed75fd03a
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.196.0.tar.gz 3593abcc9c8f829c01f3d755a2c01d9b0f080896d196030132a1e30c685dd898

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

NewReleases is sending notifications on new releases.