github microsoft/azure-pipelines-agent v2.195.0

latest releases: v3.241.0, v3.240.2, v3.240.1...
2 years ago

Features

  • Bump recommended Git version, fix prune-tags for older versions (#3581)
  • Add warning message for Node 6 handler (#3592)

Bugs

  • Add retries for http client calls in pipeline artifact plugin (#3492)
  • HostContext.OnEventWritten check for null eventData.Message (#3570)
  • Update PowerShellCapabilitiesProvider to work with Visual Studio 2022 (#3571)
  • Fix for issue 3520 - disabling of inputs translating for checkout tasks (#3573)
  • Don't show $3/$4 in the number of retries error message (#3578)
  • Try to delete the workspace instead of fail (#3589)

Misc

  • installdependencies.sh - added message about repositories for package manager (#3582)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.195.0.zip 5f8a4ad7c90a41f975f7fd68b9900ca47550d49ad115e7064e9ca64c90b1f7ff
Windows x86 vsts-agent-win-x86-2.195.0.zip 8a4f4cdc5fe596f4675f4b93d500433f7d6012442097ac056ca93928b8b02dce
macOS vsts-agent-osx-x64-2.195.0.tar.gz 62037a7df2164dcdf155ff17fcbf1124594febeed932e826807dbca8980711c7
Linux x64 vsts-agent-linux-x64-2.195.0.tar.gz e82c63239098bcde5eea4fa612f5e052433505af3b592d55ce0165d5d03918c0
Linux ARM vsts-agent-linux-arm-2.195.0.tar.gz 6b0d22c7eaa81142fd93710307828f6e2597e3c9a827aad356961500721f0480
Linux ARM64 vsts-agent-linux-arm64-2.195.0.tar.gz f9f9ed1d453be7cb0ad82f95321cb068a538913f687ac9b7ea8f0f8c41b14d92
RHEL 6 x64 vsts-agent-rhel.6-x64-2.195.0.tar.gz 124c92ea34ca23556cfed07572862d7e9ce86893ffea33fd5aee1ff9d4a02987

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.195.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.195.0.zip 3275cc068255d1a0e76dbc82cb61035b83ef473257b68eb09894dce51148d18d
Windows x86 pipelines-agent-win-x86-2.195.0.zip 725a3c648d68a43d8e32039100f4dc4e6fb2f8482077a47f4404a25d310eff6f
macOS pipelines-agent-osx-x64-2.195.0.tar.gz b04c76a7ace4fd0cd18fbf206b3b61dce7d4079fdaf04108337d2a7cdbaad388
Linux x64 pipelines-agent-linux-x64-2.195.0.tar.gz 3d720fbafda71b7170ec1512421752cdd19a50133f4d7aa5ea6d1697bd985843
Linux ARM pipelines-agent-linux-arm-2.195.0.tar.gz bc5d29e614036b0d1bf399569bc915d313581c9be5ec1cb8cff695932aaf46bd
Linux ARM64 pipelines-agent-linux-arm64-2.195.0.tar.gz 05bdc73c308053bf011c34676efbfaf5a23cfbdd9a3e5e8ef4cef44840122556
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.195.0.tar.gz bef5cb2685a53dff8b952e02fa0d3402236e7a0b5dbf2a01b20c280fe6368430

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

NewReleases is sending notifications on new releases.