github microsoft/azure-pipelines-agent v2.196.1

latest releases: v3.245.0, v4.244.1, v3.244.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)
  • Issue 1836 - Adding of handling for exceptions "An existing connection was forcibly closed by the remote host" (#3616)

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)

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.1.zip d0fee92a09602de19d963ae05c50c1d34c322181f3a4453d358f0030c02b1dae
Windows x86 vsts-agent-win-x86-2.196.1.zip 2d8f2675cc2ddd41cab5ce30557443ee92182efefac8beaca48f5a8b7ce3a4c5
macOS vsts-agent-osx-x64-2.196.1.tar.gz ca69b0a3f85f29f9431e309c6619bb15a7e846320cf3d27a0f3dd38c4e3c3af6
Linux x64 vsts-agent-linux-x64-2.196.1.tar.gz 6a4b889b18be9c7a3d011230cb466f89c172d0e4f89a70a15fc99c78f0db9f3f
Linux ARM vsts-agent-linux-arm-2.196.1.tar.gz c5465fe106ff52acc15a1af0cbe3625a92b614a5b3fdd26be40661f5be745243
Linux ARM64 vsts-agent-linux-arm64-2.196.1.tar.gz 67eb82b232ff96a0c2bb7ae2beef9bc2e1a621fe0bd83fe9e60b2d74ffc2c96c
RHEL 6 x64 vsts-agent-rhel.6-x64-2.196.1.tar.gz 60bb8dfeb802a2c0598415b5f8227ca4996cfd20e43614db1202f60b4e8cd831

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.196.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.196.1.zip 862260fb4560edcdedb4369281dbcd1fb327c2ef516b777064766efcf110425a
Windows x86 pipelines-agent-win-x86-2.196.1.zip 72f1cf2d21ac07b19603262d961853d399e2aa02477ac0faa283ce211f829f38
macOS pipelines-agent-osx-x64-2.196.1.tar.gz 8eedb4f2270a02f264efdbfe1275f87df8ee0baa40d209ecb798e504997d73fd
Linux x64 pipelines-agent-linux-x64-2.196.1.tar.gz 2c1b0feebd4574ae1ead5994c3839eb03d14a5fe4a379fd70d22bfe21febb7c2
Linux ARM pipelines-agent-linux-arm-2.196.1.tar.gz f1fcd2829c07c7afe8d5877ee9415e5e3dc8f3fef4e3356bb39d31f0ca5cdb6b
Linux ARM64 pipelines-agent-linux-arm64-2.196.1.tar.gz c1bca46c1b506504fc0e72986a97fc50b16a0e59442cc543e629fe1b8ae82ae9
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.196.1.tar.gz 3919586bc12e132b730afc459cc8879984ca7522ce9003281cc6dc32188149e8

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

NewReleases is sending notifications on new releases.