github microsoft/azure-pipelines-agent v2.200.0

latest releases: v4.244.1, v3.244.1, v4.245.0...
pre-release2 years ago

Features

  • Update dumping waagent.conf file logic not to write waning on missed "waagent.conf" (#3706)
  • Add simple support of Mariner OS distribution to installdependencies.sh (#3698)
  • Allow specifying custom properties for PublishPipelineArtifact task (#3615)
  • Dump Agent Azure VM extension logs (#3703)
  • Added logging of origin of secrets (#3696)
  • [Passive validations] Check debsums output on Debian (#3712)
  • Separate email and user in publish script (#3557)
  • Add correction of empty Matching pattern field to default value (#3730)
  • Corrected condition for check value in itemPattern (#3732)
  • Update error message on PR changes #3738 (#3741)

Bugs

  • [TEE download and removal logic] Fix permissions setting on MacOS (#3704)
  • Don't allow a cache failure to fail builds (#3699)
  • Add null check for _jobServerQueue (#3711)
  • Fix check for hosted agent (#3714)
  • Change release x86 build image back to windows-2019 (#3726)
  • Add check the support of custom server certificate validation (#3738)

Misc

  • Added info about self-hosted case for manual testing (#3702)
  • Update dotnet-install script (#3709)
  • Update dotnet-install.sh script (#3716)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.200.0.zip b4d6423f8890b838156d0c5b71f7a460edfaa377cc81d7695e6ea73bf87a68e8
Windows x86 vsts-agent-win-x86-2.200.0.zip 28467b6ec45fcb09b7216895b13a57201ad390fca18a367936b6fc6076e21c0e
macOS vsts-agent-osx-x64-2.200.0.tar.gz 5ca7e7a8baad37e0b7d8a2bb2ba9c31e6ac8acd1fd30c16a64163622a618726a
Linux x64 vsts-agent-linux-x64-2.200.0.tar.gz 119bc19e1034fdd6d5da2097ce575c36f25d1ab77f553a3dde88d4ce40aed5d8
Linux ARM vsts-agent-linux-arm-2.200.0.tar.gz c00a60df90b106ec9aef08324925fda16abaae87b5a8edc380c27d608c548959
Linux ARM64 vsts-agent-linux-arm64-2.200.0.tar.gz 1ef58681485eed27bebcc1d5c6a044fdb36b4a20ff5e2255b99f404048cc99e2
RHEL 6 x64 vsts-agent-rhel.6-x64-2.200.0.tar.gz d06716807f0dacd1df4c0c6082075de37c4acbb97f18e51738675da4d3f2741d

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.200.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.200.0.zip 7eca5fabfec81739dae68318305462b833c07dc3e72ebf6d113755cc0641e9e6
Windows x86 pipelines-agent-win-x86-2.200.0.zip f367dd2098db5d3f91952a42847f70aaec793d71ba1bc15e2c978e7e39805577
macOS pipelines-agent-osx-x64-2.200.0.tar.gz 0d018a38a01b3f0da72d84fa4e7ecb87e01c61f3504c42af28b8d4261ba45993
Linux x64 pipelines-agent-linux-x64-2.200.0.tar.gz 4e0dfce155b88d85b1fa999720bccf287ff3111b9ced8fcfaf5dfd56f10a2634
Linux ARM pipelines-agent-linux-arm-2.200.0.tar.gz c1eb21bcebca3c6f9b7b253030a03b05b4d5aebba90d51e66c9557d360758d57
Linux ARM64 pipelines-agent-linux-arm64-2.200.0.tar.gz 4bc3e8cdb4365849999cdbe78afd6ad6be14fd4cfdb87ae650f2425d3be82031
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.200.0.tar.gz 557e5d3d07f88d7b89a4d22983ebe482a94c8d1d59c4119c732b3d504bdde8bb

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

NewReleases is sending notifications on new releases.