github microsoft/azure-pipelines-agent v2.196.2

latest releases: v3.241.0, v3.240.2, v3.240.1...
2 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)
  • Issue 1836 - Adding of handling for exceptions "An existing connection was forcibly closed by the remote host" (#3616)
  • Added L0 tests for TrackingManager - MergeTrackingConfigs method (#3675)

Bugs

  • Sync send timeout of dedup client to VssConnection timeout settings (#3642)
  • 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)
  • Fix bug with AZURE_PIPELINES_DEDUP_PARALLELISM not being enforced (#3618)
  • Suppressed Node 6 deprecation warnings (#3648)
  • Corrected agent's process on updating in a container (#3636)
  • Removed changing source directory if It already exists (#3654)

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)
  • Remove signing for third party libraries in agent release flow (#3611)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.196.2.zip bed616f1a80bf673edaa472419cb638ac102f9aa43dc8711ea95b87a266f32ec
Windows x86 vsts-agent-win-x86-2.196.2.zip 01744cc3533fad15cc801ee38a97d55fc1b00586adadc30228e8be83b6b3c5cc
macOS vsts-agent-osx-x64-2.196.2.tar.gz 75851aee203b689e119df1952e5e2964c2d851a9f1d051caaee1fb9901f750e6
Linux x64 vsts-agent-linux-x64-2.196.2.tar.gz af48486bbd04c937ffbfa48dcd69a9fc0bdcd8e2de6c87ae65b419a030e44890
Linux ARM vsts-agent-linux-arm-2.196.2.tar.gz 87da2cfa832751e148fe98ea2bc70e917e54ed92eb7df534540ccb4262a3abc1
Linux ARM64 vsts-agent-linux-arm64-2.196.2.tar.gz de81246dad15121d8abfd3da827c84d24982cf7e9e5f0d3091a3230504cd055f
RHEL 6 x64 vsts-agent-rhel.6-x64-2.196.2.tar.gz 62564714150efa4d796876722955417b720cacbf3a39cf779dd955b627e6bc54

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.196.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.196.2.zip 49cbc48128d855592e5f9cf5b047d6c0cd902e101410f6e49a19f363e25c488d
Windows x86 pipelines-agent-win-x86-2.196.2.zip cda1ef00e0503941d83128b9f74ab73641995b9267a997c87f3f2a6c748acf3b
macOS pipelines-agent-osx-x64-2.196.2.tar.gz 0ac608e705af563bb235f8de061384b6c6dae887a08f4e1504e00dc3602dbcaf
Linux x64 pipelines-agent-linux-x64-2.196.2.tar.gz d3e7ad387482b437a15757c1944ffda282f90e92b5d63eefa3ae856b140b9897
Linux ARM pipelines-agent-linux-arm-2.196.2.tar.gz ecdcf83d33f0eb082ea55821ddbe267dca86f6d782495145e9de834226231d72
Linux ARM64 pipelines-agent-linux-arm64-2.196.2.tar.gz c1808f63c61c92f9501838e99557846acb015e78e502f2c39f00bac0e9a469a6
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.196.2.tar.gz 2253fa711df87ff622bd635ddfee38c976ce2148771c7946da6f31add6dad4d9

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

NewReleases is sending notifications on new releases.