github microsoft/azure-pipelines-agent v2.198.0

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

Features

  • [macOS] Return the correct minor version on 11 and later OS. (#3605)
  • Add Event Log dumping (#3653)
  • Add passive validation - list local group memberships (#3673)
  • Added RepoType telemetry for checkout task (#3677)
  • Enabling validation of checksum for online agent update for ADO OnPrem (#3679)
  • Add function to read waagent.conf settings and condition to run it only on Linux (#3680)
  • Add passive validation - dumping cloud-init logs (#3681)
  • Added masking for environment variables containing credentials in diagnostic logs (#3682)
  • Download TEE plugin conditionally during checkout (#3684)
  • Added information about user groups into environment file (Linux, MacOS) (#3690)
  • Add cloud-init logs to diagnostics archive (#3700)

Bugs

  • Porting logic of handling negative patterns for DownloadBuildArtifacts task (#3664)
  • Added tests for ported logic of handling negative patterns for DownloadBuildArtifacts task (#3665)
  • Adding support of negative patterns for DownloadBuildArtifacts task in scenarios with using file share (#3666)

Misc

  • Add info about labels Latest and Pre-release (#3695)
  • Switched macos pool to 10.15 (#3697)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.198.0.zip c6c1c937cb0eab45e8d5fc091dc9baf3388e7babcdf6967f8547f4a6f8047826
Windows x86 vsts-agent-win-x86-2.198.0.zip cde37897887a61be8318ad26dd8f2217cca0630fc58f3b924b92764407de53d2
macOS vsts-agent-osx-x64-2.198.0.tar.gz 00741466117c8302d6491b96f3b64c296177490f83357e1beaa0bddcb2eb5ba9
Linux x64 vsts-agent-linux-x64-2.198.0.tar.gz 9be7cc70d829c724be6fe10d8de0c40eda01cd04ad8a5ce7253e0766a3d7d9ec
Linux ARM vsts-agent-linux-arm-2.198.0.tar.gz aaa2f95474f04539d736b272754281abb5858a452101f5aa599afb971eb69166
Linux ARM64 vsts-agent-linux-arm64-2.198.0.tar.gz d12041a873731a8ab95adc0183e81a045525de1e7327b5242867bf7f4672f5c2
RHEL 6 x64 vsts-agent-rhel.6-x64-2.198.0.tar.gz d5ba5f350db5e8c051684bd6e099f1ca5540c2dd44748daaba2c56524c1043e2

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.198.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.198.0.zip 139d2cda6150467cd4ce71e3f6be0a88a564fc01391940a4f127d6a86c1b855d
Windows x86 pipelines-agent-win-x86-2.198.0.zip 0f6fcd15af3cab9c73c5c6ba998b8b8742c8e20b45b31aea830c07d31757323d
macOS pipelines-agent-osx-x64-2.198.0.tar.gz 40c9629372a1d41af06fad83192225d7d3da0c02f98fc712da60a581289ca967
Linux x64 pipelines-agent-linux-x64-2.198.0.tar.gz 3554e82bda58cc64aabcfc88ce4a2f35d79a0f35cea53c734d24f4eff9248049
Linux ARM pipelines-agent-linux-arm-2.198.0.tar.gz 441d8983c613608da67567ce5566e7d9558606e5017c5ce13539b750592137e2
Linux ARM64 pipelines-agent-linux-arm64-2.198.0.tar.gz da309386f94b5929e46893beed63bd2d3eb9bfc7a11d660ebe8539c919ed4438
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.198.0.tar.gz aa49c03cfb095eaba866c332218625ef7556ec883c2459eb33eb31b3fe6a3e12

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

NewReleases is sending notifications on new releases.