Skip to content

Releases: microsoft/azure-pipelines-agent

v2.206.0

27 Jun 10:24
98fc095
Compare
Choose a tag to compare
v2.206.0 Pre-release
Pre-release

Features

  • Update registry keys for AdoptOpenJDK (#3781)
  • Set sid service type as unrestricted - to make permissions for agent service more manageable (#3795)
  • Added knob to pass additional options to docker network create command (#3796)
  • Users/flsaplac/diag folder location customisable (#3797)
  • Updating vss-api-netcore package (#3827)
  • Bump git version to 2.36.1 (#3839)
  • Improve retry logic for downloading tasks (#3857)
  • Add ability to specify domainId for creating dedupmanifestartifactclient (#3871)

Bugs

  • Custom LFS server fix - reworked changes from PR#2706 (#3785)
  • Fix for "Azure DevOps Pipelines fails git with an HTTP 400 error" (#3793)
  • Update links in installdependencies.sh (#3811)
  • Revert changes related to gMSA account support (#3883)

Misc

  • Fix event logs dumping (#3810)
  • Adding Microsoft SECURITY.MD (#3847)
  • Updated the link to the hosted images repositiry in issue template (#3856)
  • [Agent CI] Update signing pipeline to respect the new MinGit layout (#3867)
  • [Agent CI] Improve release pipeline stability (#3868)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.206.0.zip e8643adbbc1dbf275c26b68ece4ccf54d31d54b5edad75c187616ba3bcacf7c1
Windows x86 vsts-agent-win-x86-2.206.0.zip 6e222d5a7a6964077e49ef6069e6a49815a1c2a219cb9f5fea94b15ea4d77a1a
macOS vsts-agent-osx-x64-2.206.0.tar.gz 60d8490ca2ef8b1cfea357e2865e0b8c0e8bcf15a56ac963e7f1f040a344d7a8
Linux x64 vsts-agent-linux-x64-2.206.0.tar.gz ac19c566ddfc8beb4a440b48b154dd0357a3a83e3d2aaccd97b21521638b5dec
Linux ARM vsts-agent-linux-arm-2.206.0.tar.gz fec0d2963f2b8302b19ae006ff43aaf3188b0ceda7696d9759f336cd0cbfa45f
Linux ARM64 vsts-agent-linux-arm64-2.206.0.tar.gz 7fa14b045c2eeb3f7813520ba5de71bf26243a748289172e2568d96c7abd0a33
RHEL 6 x64 vsts-agent-rhel.6-x64-2.206.0.tar.gz df019cf42a2dc4802899bdcb475836778866888a9c0d2fb6fbae77319edd2853

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.206.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.206.0.zip 6e2c4437f2186470f179210aa65c8e43de2d83ec1bd0c0a8d84285f0dc9b2007
Windows x86 pipelines-agent-win-x86-2.206.0.zip a0534eaa094bf457315a617a1105ba036ed6e32167b7f972f8911a9571f477eb
macOS pipelines-agent-osx-x64-2.206.0.tar.gz 5e5e20a3391d8bdb2a19f4c69c85e805444c9501b65adf82f717bb5de5e7b1bc
Linux x64 pipelines-agent-linux-x64-2.206.0.tar.gz 781018144a0339037ef3c3fbb5ccee5af133098eb3277a65b0c2264f0d4efb17
Linux ARM pipelines-agent-linux-arm-2.206.0.tar.gz c80ebd61f613f1be64a9eeafc3193e33ea417d7fcd9941342c50d341b837dd2f
Linux ARM64 pipelines-agent-linux-arm64-2.206.0.tar.gz 148142ea24b0aca9455e1f93289bc94e53d340fc03841c37e6707fc5d6fb54b6
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.206.0.tar.gz b3235fb752745ffa6c54b73c4c3c21897f71d7778f2a83c036e2a5b5047f292d

v2.204.0

05 May 08:08
16bbf76
Compare
Choose a tag to compare

Features

Bugs

  • Updated azure-devops-node-api npm package to fix prototype pollution vulnerability (#3823)
  • Fix package-lock (#3826)

Misc

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.204.0.zip c3ecb1b3fd9d8470723d02a5d7d28c162056b6f96943b6507dd838e0d8287a54
Windows x86 vsts-agent-win-x86-2.204.0.zip c0ff5f8ac967fdc87a8871c7dce760e140776296ea5616910761f6fe6439bb62
macOS vsts-agent-osx-x64-2.204.0.tar.gz 3adbcb521e0c7a3d41719bb3eae1ff15b7bb602fd3b574b4b79aa7a037fa48ee
Linux x64 vsts-agent-linux-x64-2.204.0.tar.gz 84f98f4d6b7580e7800b3e423c527ab45928f7f40e5914187d89167e9413ac7a
Linux ARM vsts-agent-linux-arm-2.204.0.tar.gz cb341ee5307af6084b9bd1517b30e183aac526b6e2733a7fda26e33451a6ab19
Linux ARM64 vsts-agent-linux-arm64-2.204.0.tar.gz bad75bad4cc56fe792ce61ecc1e8e72e3b4d7426302fef00135aab9bbda25c00
RHEL 6 x64 vsts-agent-rhel.6-x64-2.204.0.tar.gz 58bca4993e46e559f2300b259439cbf0c156c5276170e586597dd99997df1dc9

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.204.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.204.0.zip ba994b8aee13bf8e50f6d94f770433ea911054679e4aa1b0bbd544e583f08417
Windows x86 pipelines-agent-win-x86-2.204.0.zip 56e40285a8d96f75796ac7f3440fbf82c31ce70c72a5a3fcf73e849017206f03
macOS pipelines-agent-osx-x64-2.204.0.tar.gz f102b810b8b3ed254800e7d3b9cd2bf5650828f011a3fd3d3bc3d4c8e51a509f
Linux x64 pipelines-agent-linux-x64-2.204.0.tar.gz 711113864300f5fedc7157f1a949397778c55d9e523803f7e1ff24c3a9c8bb3f
Linux ARM pipelines-agent-linux-arm-2.204.0.tar.gz 41f9f477e79c760272f64adbba680f2f5f1907e4c717e6f332c5c291834683fb
Linux ARM64 pipelines-agent-linux-arm64-2.204.0.tar.gz 63d7eb675db306aba71c591c56b6a1a2bc240a1af8415665085640e765e62dd2
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.204.0.tar.gz 422ddcf68c66e5f12bb3dcbe6f424d0bf024fbafa8cb6fdb9cef3f14bce95277

v2.202.1

12 Apr 11:36
Compare
Choose a tag to compare

Hotfix

  • Fixed debsums package installing for Debian-based Linux systems(#3804)
  • Added VSTSAGENT_DUMP_JOB_EVENT_LOGS agent knob to disable dumping event logs by default(#3803)
  • Added VSTSAGENT_DUMP_PACKAGES_VERIFICATION_RESULTS knob for debsums verification(#3817)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.202.1.zip c6f8342c6051025d35f9c022cbe5a01c9ae122e6646b1224ff6a20fa1f036005
Windows x86 vsts-agent-win-x86-2.202.1.zip 6e0d78c6f8a232316fbd488be71bac2c71a4258ebb07c38a1946d5d3b49f50e2
macOS vsts-agent-osx-x64-2.202.1.tar.gz 71b1b53598fbb74c144c76e98713bdad895984f553d4940de602581bca16d740
Linux x64 vsts-agent-linux-x64-2.202.1.tar.gz 3c764d960443491c0428e41fbe9d567559116b0f74c35d0f561c1efc1b3d4f9c
Linux ARM vsts-agent-linux-arm-2.202.1.tar.gz cadc698e101862e03f1a732d99d83549206cfc43c090f5a4986a2c3508636274
Linux ARM64 vsts-agent-linux-arm64-2.202.1.tar.gz 819c710a83fc6e3848ab80b7920d1c03b59d660744849409731a0a092ed8f01b
RHEL 6 x64 vsts-agent-rhel.6-x64-2.202.1.tar.gz 3d75db1de3cc87e7fd8c3ca3e60d830fb67cc3592e504cb1d7a63b7da3051a1d

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.202.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.202.1.zip 5e73b5e0bd4f7fff6edcecf27f68a3a223d52daa331a482b69fe3d5a8307fb5c
Windows x86 pipelines-agent-win-x86-2.202.1.zip 59f261003e082581d364c1ccc65e3c56abec7c9347bafb781d1899cca2da2d55
macOS pipelines-agent-osx-x64-2.202.1.tar.gz 5d28211ae7e1d010f2e21593f3624ead1404507d69aa707945328110b9ee33ba
Linux x64 pipelines-agent-linux-x64-2.202.1.tar.gz 915f4dce6a562dcc44a9237ce92bf481d3cdffc95ae44e36262f93dd227757f0
Linux ARM pipelines-agent-linux-arm-2.202.1.tar.gz 8c31692f72a99c1010bcc4d44f2a1873e402fcdb0a8926630fb1d212d31ab2d5
Linux ARM64 pipelines-agent-linux-arm64-2.202.1.tar.gz e02690e527aef797317d19ce5c555010e851e9ba22043fae844c3732abe09484
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.202.1.tar.gz 0849f58f10db7bd5a59ea2d3b718e4cad1b69373cd9b6eef85d033c5470c98ac

v2.202.0

21 Mar 19:17
c5e9872
Compare
Choose a tag to compare

Features

  • Move notifications about Agent Localization PR from Slack to MS Teams - Part 2 (#3745)
  • Update info about legacy http handler (#3775)

Bugs

  • Fix null ref exception for in IsInjectedTaskForTarget method for TFS 2017 and earlier (#3762)
  • Fix TEE download error when agent and work directory are located on different mounts (#3764)

Misc

  • Migrate to Ubuntu X64 for ARM build (#3772)
  • Update the src/Misc/dotnet-install.sh file (#3786)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.202.0.zip ce284702e904652f0ec55369074bb67af3845b813d70cb3e5c00efc952134215
Windows x86 vsts-agent-win-x86-2.202.0.zip fe1b8788f3b2df7dcdf1c6eaa0ed5d47b02136bf7402c99f31f948de2f3b1aa3
macOS vsts-agent-osx-x64-2.202.0.tar.gz ed6d3a22a069046c458afbe586262626272f32c61de1734801de9720f133d027
Linux x64 vsts-agent-linux-x64-2.202.0.tar.gz 898705ccbcfd14b5804d4d1b7e08c7678ccba5e8847f35b94edc2070ccd6e236
Linux ARM vsts-agent-linux-arm-2.202.0.tar.gz f68a99fb24e151371fe7bbd52921c8023095e4a2e9738cb9a303545a2b0468f4
Linux ARM64 vsts-agent-linux-arm64-2.202.0.tar.gz 353770ae609adf3b459622005222549c46d98563958801f4b1e5ead6f5ad3ec6
RHEL 6 x64 vsts-agent-rhel.6-x64-2.202.0.tar.gz 992f29e9437e0f466a172654a75b9c32ca2aeb33b76e6128b346d3d3125bedb4

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.202.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.202.0.zip 07e5791955c74ec4793fc1356452ab60206482516de0b4eef81eb386bcaee36e
Windows x86 pipelines-agent-win-x86-2.202.0.zip e5076e9c850e0dff4a825edb75c4ac1b6a80558f9ecfa71abdcb85c8b0cdccf3
macOS pipelines-agent-osx-x64-2.202.0.tar.gz fe6e9e954e2f11b1a733ef437e965e2b87baefc7f3586b332df7a942456ebd64
Linux x64 pipelines-agent-linux-x64-2.202.0.tar.gz 0ba30f7905e23f0e781ca477abcd9052f3c4a84b1ccbad60b9db03bf89152c16
Linux ARM pipelines-agent-linux-arm-2.202.0.tar.gz 0bcfe5447636461785eeef112934c7a733217adf3ee087460f6bc3f5d82f652f
Linux ARM64 pipelines-agent-linux-arm64-2.202.0.tar.gz bb4ab0de6bf06dfa1f7ba06b244656512f55a60664ded76fbe6be9f37ec090d0
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.202.0.tar.gz 299a642cd1900ba1b5f0e4f6a7b148a356270867faddd7cf5f1e758b61cb743e

v2.200.2

24 Feb 12:43
2ebaa3d
Compare
Choose a tag to compare

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)
  • Update VssApiClient version to 0.5.173-private (#3763)

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.2.zip 083c829211b55466470acfc91a007ddb3d3a5aa636c58f1aa389debd1d9c6913
Windows x86 vsts-agent-win-x86-2.200.2.zip 683bb52cc3cf7de07f7461a4ca520a451e3acd386861d0f5b3d3e98574d3e702
macOS vsts-agent-osx-x64-2.200.2.tar.gz a23355f2def6aa3c9a30dfb8094c8e3bb690e15f01751751a254d1905ec68619
Linux x64 vsts-agent-linux-x64-2.200.2.tar.gz 75d8b165028d29c91ee59f63a0545e69f48795be929a97dfbf6c1116031978b2
Linux ARM vsts-agent-linux-arm-2.200.2.tar.gz 373f18df878c0173f5612f75e8a5a2e2a6d211d63f91f5f8cb1d39a3efe9dbe3
Linux ARM64 vsts-agent-linux-arm64-2.200.2.tar.gz 774bb5b2566c00f3626e5056202bc86af49ca499f26f6c47519b580b5781d87c
RHEL 6 x64 vsts-agent-rhel.6-x64-2.200.2.tar.gz db68632296699cdc107f7467419fe18035b07cc757e97ac79f36acd9b860d997

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.200.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.200.2.zip c3daddf71e24cd3995f8555f98ec3bd4b7f7b7bbe39516dbbf49f9e203965832
Windows x86 pipelines-agent-win-x86-2.200.2.zip 8dd75272fc1cd2fcae31302031b9235a7ac766b8935e96958edd4039cd322836
macOS pipelines-agent-osx-x64-2.200.2.tar.gz a3a51cdb04a632b8667af371afcc42a533a0bf99b9885d4aa4cd649e8326476b
Linux x64 pipelines-agent-linux-x64-2.200.2.tar.gz f1c3efafd7d6670efc293c5b0047afc3992c8d91b3ceeeeaa96cca8e8e0745f3
Linux ARM pipelines-agent-linux-arm-2.200.2.tar.gz f082255d0633adce3a2f62108a891921082c82a94e819fb2e93a6d81b1a531fc
Linux ARM64 pipelines-agent-linux-arm64-2.200.2.tar.gz ba798482d048990c36ab3994834207906ba7321ccb57795fcb2d86e9c8f44293
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.200.2.tar.gz d8db7857610771e7e0f9f1d57984af90870407f5a6cc7e61a0b1b8da986f2b1a

v2.200.1

18 Feb 16:01
Compare
Choose a tag to compare
v2.200.1 Pre-release
Pre-release

Features

  • Update error message on PR changes #3738 (#3741)

Bugs

  • Add check the support of custom server certificate validation (#3738)

Misc

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.200.1.zip 2341e31e60a0c1dc26d65f025c1f5be9922bb74e7607dbf94bde0d890eb8990a
Windows x86 vsts-agent-win-x86-2.200.1.zip 368652293f6e265f8608d721c46928390ce660af64683b5d98787c1f5b23d76a
macOS vsts-agent-osx-x64-2.200.1.tar.gz bd8c4208af1c3bb5fa8218eb191288ce70f676ecc39e8fccf9b7a5a1a2dba933
Linux x64 vsts-agent-linux-x64-2.200.1.tar.gz c56773ae57952bfb7180c5566e6ed4b0c5104796beae2662a1eefdeb120e7448
Linux ARM vsts-agent-linux-arm-2.200.1.tar.gz 1b650074c55ea45499950457e2a845635b33c58f955bbd0aed06463d1051bd3b
Linux ARM64 vsts-agent-linux-arm64-2.200.1.tar.gz ced1cfd0cce7eeee3f6d6d823c3c2f26b24057d746a650ee45af2947a698e4d7
RHEL 6 x64 vsts-agent-rhel.6-x64-2.200.1.tar.gz 59ac34146da030436254474b52651b1d9404eb921bd8f7c705c48bc1a84bfed6

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.200.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.200.1.zip 4365755a4a272063f50e2791195a3e5993b8a6719ae49a3a45b2e1799b944d59
Windows x86 pipelines-agent-win-x86-2.200.1.zip b9deaabef8420991524a54b65997726e1743fa4b56c291ef6e6787b533185dc2
macOS pipelines-agent-osx-x64-2.200.1.tar.gz b6b087a8aa4aaf42d99a86ec9a5dc47a32efa89749978023fec8d83a38acfee3
Linux x64 pipelines-agent-linux-x64-2.200.1.tar.gz c898d5b77e4a1a635a3e37c735de42629c6a77743f7224ff19d9089c626b9a54
Linux ARM pipelines-agent-linux-arm-2.200.1.tar.gz 652dee559231bc0763ab6ccacae472a8674fa798b29311c5e3239247f66aa1ed
Linux ARM64 pipelines-agent-linux-arm64-2.200.1.tar.gz 89b71f2107b35a6c13c79c44bd164300b986b505ed6969645bd5a57f1d63d545
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.200.1.tar.gz dc3363259a3bb5120cc8f5e02001761a09278b824abade06729b63a1a5d401b2

v2.200.0

14 Feb 10:45
ae67f7c
Compare
Choose a tag to compare
v2.200.0 Pre-release
Pre-release

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

v2.198.3

03 Feb 15:21
0b39ab9
Compare
Choose a tag to compare

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)
  • Fix permissions setting on MacOS while downloading TEE (#3704)
  • Fix adding cloud-init logs to diagnostics archive (#3710)
  • Added correction of empty Matching pattern field to default value (#3730)

Misc

  • Add info about labels Latest and Pre-release (#3695)
  • Switched macos pool to 10.15 (#3697)
  • Update dumping waagent.conf file logic not to write warning on missed "waagent.conf" (#3706)
  • Update dotnet-install script (#3709)
  • Update dotnet-install.sh script (#3716)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.198.3.zip f0c0656d21e78a7da0ef8b59f66da989129ab69e63161c788cfb895a0598d916
Windows x86 vsts-agent-win-x86-2.198.3.zip 084bb6393fcbf78d59dbdcf725a14a34196f7e4a39dfc3dbca10c1dd586ba4f6
macOS vsts-agent-osx-x64-2.198.3.tar.gz b2af344e432e3388107bdc966d732e7082ea8bdaa285fc19220e36096872193f
Linux x64 vsts-agent-linux-x64-2.198.3.tar.gz 77cbb49d6871bedafa33311ba1b197253edc289351eb78a3128210fab86eb4d8
Linux ARM vsts-agent-linux-arm-2.198.3.tar.gz 439fc7c385adbf43c488ca36e1a8ff0419e6e5ec7d26f472928dbee607fa2ce4
Linux ARM64 vsts-agent-linux-arm64-2.198.3.tar.gz 01bab4454c178149a9beda4738bf8e4a1b2c67b5a9bad9f9110469e011a36fda
RHEL 6 x64 vsts-agent-rhel.6-x64-2.198.3.tar.gz a31002e9000aa10d168e9c37652fd5cbf3cfcf79679a5fee1834cd2463da9cca

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.198.3.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.3.zip 343504d6f93a9d608e0c02dc89bfe6a63e9ddedc699b4e3c79eae088430d5e27
Windows x86 pipelines-agent-win-x86-2.198.3.zip c0110c1fb61f1574d60b31639245af42587b8307d288c5bad1c1fd426558096e
macOS pipelines-agent-osx-x64-2.198.3.tar.gz d9287b738278cd85cd77c5143ea3d51a83aec09946beaf2dda6b307faae1d432
Linux x64 pipelines-agent-linux-x64-2.198.3.tar.gz b6bd4673981bd9495d7ece212c3e1bb70c9c4596bca3da20215999064047dab3
Linux ARM pipelines-agent-linux-arm-2.198.3.tar.gz 3ef11c9688957ca0e80a3bfa64b11e568d92a662818825c9c05c0f1ad9abbbcf
Linux ARM64 pipelines-agent-linux-arm64-2.198.3.tar.gz dab9f40d727d5a49a9cc853a7f18809ac4a89c7ee193f094468e7462311e8dc5
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.198.3.tar.gz bab5ab81dab8032dae5fe4f77961fc482612b10069835d245c33f234b058c605

v2.198.2

25 Jan 13:54
Compare
Choose a tag to compare

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)
  • Fix permissions setting on MacOS while downloading TEE (#3704)
  • Fix adding cloud-init logs to diagnostics archive (#3710)

Misc

  • Add info about labels Latest and Pre-release (#3695)
  • Switched macos pool to 10.15 (#3697)
  • Update dumping waagent.conf file logic not to write warning on missed "waagent.conf" (#3706)
  • Update dotnet-install script (#3709)
  • Update dotnet-install.sh script (#3716)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.198.2.zip 9118ee23e978d6fa471c0d2bed33420d262c476d0053342ad9a97eca64e4ecb9
Windows x86 vsts-agent-win-x86-2.198.2.zip 412aeb7ffe9817cf422a4f2b7c467f135fdb1681f9683170f85e4510a7c6080b
macOS vsts-agent-osx-x64-2.198.2.tar.gz 1d1b6d571274b3c9bb343e9858ed220221a8ba7ed6574c357feecbde87110107
Linux x64 vsts-agent-linux-x64-2.198.2.tar.gz 5e3db3e92b79d58dccd9a46d0b3a6ac5311c4de0120a484f21f0a73e07a0dde5
Linux ARM vsts-agent-linux-arm-2.198.2.tar.gz 73ff037267df18b24263475cb72c83e40a85a17434e4b25b29445b14741df08d
Linux ARM64 vsts-agent-linux-arm64-2.198.2.tar.gz 420455034a3101c8559f46ce67a605f0abdb69c30d58d13a6c3eda5d03fb4c35
RHEL 6 x64 vsts-agent-rhel.6-x64-2.198.2.tar.gz d4b7578c654771905aee3dd807fbe15f7e28cbfb687862e0934d024961dbf3d2

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.198.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.198.2.zip 452a855f74527a701b3479d8baf41698c382ab445dbd892bc549c0ae5273d65a
Windows x86 pipelines-agent-win-x86-2.198.2.zip 1d9f322b790bd4089ea73c51b9ce419ffabc6dc314c23cc68a48846d66420273
macOS pipelines-agent-osx-x64-2.198.2.tar.gz ab7fafd801735ff9a83ab457cadeedd3f2d99994b4f4ddde763c6bf66aa52c51
Linux x64 pipelines-agent-linux-x64-2.198.2.tar.gz 64ac95693cbcce6969fabf7af0f1b32bcfdd99847180fb10c0acb14d4efcbee6
Linux ARM pipelines-agent-linux-arm-2.198.2.tar.gz 9bfd038c1a999745c368ca5fb3a45f5123c75ce64e3990e0a3dc2a59bd735222
Linux ARM64 pipelines-agent-linux-arm64-2.198.2.tar.gz 89c8828951b7a49124bfe1da90cc3f7a76f4548adf1512c0eb1ec362b6917e2d
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.198.2.tar.gz 6e389f0e52343eaec3a6ff0affda01e420350885c838975801abe4f3eb1614b8

v2.198.1

20 Jan 11:00
eaf95e8
Compare
Choose a tag to compare
v2.198.1 Pre-release
Pre-release

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)
  • Fix permissions setting on MacOS while downloading TEE (#3704)

Misc

  • Add info about labels Latest and Pre-release (#3695)
  • Switched macos pool to 10.15 (#3697)
  • Update dumping waagent.conf file logic not to write warning on missed "waagent.conf" (#3706)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.198.1.zip 8c426cc43d23d709e4540b6152c57a08394738ee302e8a92c5f4f763da93feef
Windows x86 vsts-agent-win-x86-2.198.1.zip f7f3eb4c543acc217c926993e2373b3f26bbe177adadf19a058d5bd2fd0ed48e
macOS vsts-agent-osx-x64-2.198.1.tar.gz 4b2c660063bfe45158ef0188d3a5c7317feb8edd628b167260b26780471da0ae
Linux x64 vsts-agent-linux-x64-2.198.1.tar.gz 0da3ac2dc74a271dc6718c0aa6057effa58280a8191bf20ad165d57810b42d9f
Linux ARM vsts-agent-linux-arm-2.198.1.tar.gz aa95bd8cda6c9f102119fc7564c2c8cef952a7c4783c4901281efc7a64a3085f
Linux ARM64 vsts-agent-linux-arm64-2.198.1.tar.gz 16d2a2040f936589f46dced5aa9b348a03d15a964653ad16a5a9dea8f9b2337d
RHEL 6 x64 vsts-agent-rhel.6-x64-2.198.1.tar.gz c862e89454561aaf458db3414287aa884373960197bbadefa35f7c02cc5433a8

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.198.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.198.1.zip 5cf38a146d784b1ae2b4e6f38e042d8c6b61397249aefc0e46a2cdfa0cbc546d
Windows x86 pipelines-agent-win-x86-2.198.1.zip 78f0662c1af5e773d50d271c938173d9cc9e9f80b93d46e56581a699fdd7f697
macOS pipelines-agent-osx-x64-2.198.1.tar.gz 810cb836bb7bff04ac5fe0ea77ca6ae4e29384b606c4609e6fcaed6959966041
Linux x64 pipelines-agent-linux-x64-2.198.1.tar.gz ff948e8b35e50aafc535b737f29c86d679d89ac2b8f0a649e5d6a6f318a8ac3e
Linux ARM pipelines-agent-linux-arm-2.198.1.tar.gz 10af472d514e6359f2f50ce3c23213cc8e4c439a12713c1ebaada9ef9a4d47f4
Linux ARM64 pipelines-agent-linux-arm64-2.198.1.tar.gz 0be67cdb72e7843bcc8681f70efa3c0892838490a2046fc0364b4fa2adf5bb8f
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.198.1.tar.gz 359a4f83ad06650f4cd81f7921239908279828737777bd3ef6c9e03f6c0ef6fc