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 |