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 |