Releases: microsoft/azure-pipelines-agent
v2.196.1
Features
- Better warnings for BlobStore errors (#3591)
- Update VssApiVersion to 0.5.172-private (#3608)
- Add if condition to lttng-ust installation for yum (#3613)
- Improve error messaging for SSL related errors (#3568)
- Issue 1836 - Adding of handling for exceptions "An existing connection was forcibly closed by the remote host" (#3616)
Bugs
- Sync send timeout of dedup client to VssConnection timeout settings (#3642)
- Fixed result for MergeTrackingConfigs (#3586)
- Rolling back retry handling on GetPipelineCacheArtifactAsync because it is causing real errors to be hidden with unrelated reporting telemetry errors. (#3621)
- Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)
- Warnings instead of exceptions for ConfigurationManager if deployment type has not been determined (#3614)
- Fix bug with AZURE_PIPELINES_DEDUP_PARALLELISM not being enforced (#3618)
- Suppressed Node 6 deprecation warnings (#3648)
- Corrected agent's process on updating in a container (#3636)
Misc
- Added test TranslatePathForStepTarget_should_convert_path_only_for_containers (#3594)
- Added timeline to the node6 warning (#3607)
- RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)
- Remove signing for third party libraries in agent release flow (#3611)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.196.1.zip | d0fee92a09602de19d963ae05c50c1d34c322181f3a4453d358f0030c02b1dae |
Windows x86 | vsts-agent-win-x86-2.196.1.zip | 2d8f2675cc2ddd41cab5ce30557443ee92182efefac8beaca48f5a8b7ce3a4c5 |
macOS | vsts-agent-osx-x64-2.196.1.tar.gz | ca69b0a3f85f29f9431e309c6619bb15a7e846320cf3d27a0f3dd38c4e3c3af6 |
Linux x64 | vsts-agent-linux-x64-2.196.1.tar.gz | 6a4b889b18be9c7a3d011230cb466f89c172d0e4f89a70a15fc99c78f0db9f3f |
Linux ARM | vsts-agent-linux-arm-2.196.1.tar.gz | c5465fe106ff52acc15a1af0cbe3625a92b614a5b3fdd26be40661f5be745243 |
Linux ARM64 | vsts-agent-linux-arm64-2.196.1.tar.gz | 67eb82b232ff96a0c2bb7ae2beef9bc2e1a621fe0bd83fe9e60b2d74ffc2c96c |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.196.1.tar.gz | 60bb8dfeb802a2c0598415b5f8227ca4996cfd20e43614db1202f60b4e8cd831 |
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.196.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.196.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.196.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.196.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.196.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.196.1.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.196.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.196.1.zip | 862260fb4560edcdedb4369281dbcd1fb327c2ef516b777064766efcf110425a |
Windows x86 | pipelines-agent-win-x86-2.196.1.zip | 72f1cf2d21ac07b19603262d961853d399e2aa02477ac0faa283ce211f829f38 |
macOS | pipelines-agent-osx-x64-2.196.1.tar.gz | 8eedb4f2270a02f264efdbfe1275f87df8ee0baa40d209ecb798e504997d73fd |
Linux x64 | pipelines-agent-linux-x64-2.196.1.tar.gz | 2c1b0feebd4574ae1ead5994c3839eb03d14a5fe4a379fd70d22bfe21febb7c2 |
Linux ARM | pipelines-agent-linux-arm-2.196.1.tar.gz | f1fcd2829c07c7afe8d5877ee9415e5e3dc8f3fef4e3356bb39d31f0ca5cdb6b |
Linux ARM64 | pipelines-agent-linux-arm64-2.196.1.tar.gz | c1bca46c1b506504fc0e72986a97fc50b16a0e59442cc543e629fe1b8ae82ae9 |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.196.1.tar.gz | 3919586bc12e132b730afc459cc8879984ca7522ce9003281cc6dc32188149e8 |
v2.195.2
Features
- Bump recommended Git version, fix prune-tags for older versions (#3581)
- Add warning message for Node 6 handler (#3592)
- Added knob to disable Node 6 deprecation warnings (#3623)
Bugs
- Add retries for http client calls in pipeline artifact plugin (#3492)
- HostContext.OnEventWritten check for null eventData.Message (#3570)
- Update PowerShellCapabilitiesProvider to work with Visual Studio 2022 (#3571)
- Fix for issue 3520 - disabling of inputs translating for checkout tasks (#3573)
- Don't show $3/$4 in the number of retries error message (#3578)
- Try to delete the workspace instead of fail (#3589)
- Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)
- Suppressed Node 6 deprecation warnings (#3648)
Misc
- installdependencies.sh - added message about repositories for package manager (#3582)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.195.2.zip | e1bea2ff100e9a8aa776fc22389c2e04ce39ba194de6d6fc011616e20004ee89 |
Windows x86 | vsts-agent-win-x86-2.195.2.zip | 5b3fa770d071973a2664a727a6bc89ae240b4c1a6a4a92fb33faa855ed8ae984 |
macOS | vsts-agent-osx-x64-2.195.2.tar.gz | b9328849673d9343c4aab4de9d2f6b0eb687c45237419375116d08bbe9419b23 |
Linux x64 | vsts-agent-linux-x64-2.195.2.tar.gz | 9351c09fbefc039f854cd7941fa875149358c01e781530edb65a6c30f20e834a |
Linux ARM | vsts-agent-linux-arm-2.195.2.tar.gz | 8436b49012323aabbf4ce7a71ad1eaf806d4df17cbe9cf0fcf2901cc530d9c0c |
Linux ARM64 | vsts-agent-linux-arm64-2.195.2.tar.gz | 800c4f87415f7c66bb282b02b4f2795592c4fa271850efa36ce09918b7114041 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.195.2.tar.gz | d6fd7fdfefbd22146f6a635a015161d99fb19e766a48d940f7c12fe292fb08e3 |
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.195.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.195.2.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.195.2.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.195.2.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.195.2.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.195.2.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.195.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.195.2.zip | b44d0f10ff21bdc2a3535a3ecfc9525e07dacde6a8b353215babf0eb4eb91d8c |
Windows x86 | pipelines-agent-win-x86-2.195.2.zip | 2db212440512764468e7482d1ebd1317c6140793a00504a0deb69587b80d5bd7 |
macOS | pipelines-agent-osx-x64-2.195.2.tar.gz | 5aa19efee7e21415fe807e8b838684c4a33a0c9c4b36143e26bf7e5cf8dfaddb |
Linux x64 | pipelines-agent-linux-x64-2.195.2.tar.gz | bc6a1630ca20917dcb865526ffe3be0717a432899c07f7b89f1acd69d62c581c |
Linux ARM | pipelines-agent-linux-arm-2.195.2.tar.gz | d5c92911fb1a8d013c66e5cb73462d8097ed8acbcbba6777abb4b2c92e2c42f1 |
Linux ARM64 | pipelines-agent-linux-arm64-2.195.2.tar.gz | 1ab4f51a48b4e01f2e6824493013035d532b6202d37ed519ed128f5a8b50a3ac |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.195.2.tar.gz | 40ed5d20502d4b5bb3967d56924313e3b640cc0cc79a28af0205e5ed008b9cfc |
v2.196.0
Features
- Better warnings for BlobStore errors (#3591)
- Update VssApiVersion to 0.5.172-private (#3608)
- add if condition to lttng-ust installation for yum (#3613)
- Improve error messaging for SSL related errors (#3568)
- Added knob to disable Node 6 deprecation warnings (#3623)
Bugs
- Fixed result for MergeTrackingConfigs (#3586)
- Rolling back retry handling on GetPipelineCacheArtifactAsync because it is causing real errors to be hidden with unrelated reporting telemetry errors. (#3621)
- Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)
- Warnings instead of exceptions for ConfigurationManager if deployment type has not been determined (#3614)
Misc
- Added test TranslatePathForStepTarget_should_convert_path_only_for_containers (#3594)
- Added timeline to the node6 warning (#3607)
- RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.196.0.zip | abf4a802e73cd0c38edfa0d4a0ec6fb3d2b9ab97cfa1061827d158383194ed75 |
Windows x86 | vsts-agent-win-x86-2.196.0.zip | 3c1754ea8c798a9caf748285db13678b827401a78f498758e74ffe1dafdedb8b |
macOS | vsts-agent-osx-x64-2.196.0.tar.gz | bba3d1cc228dd9ea51ab63911cc6e2b4566536ad1e2286a71719593e3aadcffc |
Linux x64 | vsts-agent-linux-x64-2.196.0.tar.gz | afb4e6148a7bd9e0e795e5afdaf26694f113c60b2ecbd5ab1bc07a54ea84c35e |
Linux ARM | vsts-agent-linux-arm-2.196.0.tar.gz | 5c8568910887318a5ab0d961da44dc69468375ab4c59e9167c651b4a33ee997d |
Linux ARM64 | vsts-agent-linux-arm64-2.196.0.tar.gz | 3bb42af2e636aee0fc94afef7080a80932a3e2384bdbb812cbabbfe313b64073 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.196.0.tar.gz | f2d02381dee3e73ae71671b60bfae3be9375c724039a6647393986fab425f704 |
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.196.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.196.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.196.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.196.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.196.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.196.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.196.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.196.0.zip | bd5a64b515c032e7ee5929502fcba97f02ee14f57bc8f3ac2344c5db2da8e807 |
Windows x86 | pipelines-agent-win-x86-2.196.0.zip | 8b86f91fab0eb06b781b843d8b6fcdf1489e707770e750b7afa2206e86793a36 |
macOS | pipelines-agent-osx-x64-2.196.0.tar.gz | bace4f1cf042e76ed0dbaeba334fb6006302799ded30673be34b42ef5ad6cb73 |
Linux x64 | pipelines-agent-linux-x64-2.196.0.tar.gz | 991263d4d37c720db2db47806f6bceb5772a1492729ee7969ada5478bc564e0d |
Linux ARM | pipelines-agent-linux-arm-2.196.0.tar.gz | 17dfc478dced3ad7c3348a66366aa2480235ca090c714ebc66d7b3be7ec5a1c5 |
Linux ARM64 | pipelines-agent-linux-arm64-2.196.0.tar.gz | 20f9a2a0e52b61504f9c3dd52ae4e9bf113b441f1618bbc94967593ed75fd03a |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.196.0.tar.gz | 3593abcc9c8f829c01f3d755a2c01d9b0f080896d196030132a1e30c685dd898 |
v2.195.1
Features
- Bump recommended Git version, fix prune-tags for older versions (#3581)
- Add warning message for Node 6 handler (#3592)
- Added knob to disable Node 6 deprecation warnings (#3623)
Bugs
- Add retries for http client calls in pipeline artifact plugin (#3492)
- HostContext.OnEventWritten check for null eventData.Message (#3570)
- Update PowerShellCapabilitiesProvider to work with Visual Studio 2022 (#3571)
- Fix for issue 3520 - disabling of inputs translating for checkout tasks (#3573)
- Don't show $3/$4 in the number of retries error message (#3578)
- Try to delete the workspace instead of fail (#3589)
- Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)
Misc
- installdependencies.sh - added message about repositories for package manager (#3582)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.195.1.zip | 69c2c58d0ee4318b3159a9261911c0ad89961ff40c3f272fa244005ba1363556 |
Windows x86 | vsts-agent-win-x86-2.195.1.zip | 6d5e9d933686c46c4790ed73feb2597b77e01350cc58164f45f241f4743a4e63 |
macOS | vsts-agent-osx-x64-2.195.1.tar.gz | 188d4eced731d30fe415c1840ace265a8d0f30a5dcf861cfe652a1a2df57c4b0 |
Linux x64 | vsts-agent-linux-x64-2.195.1.tar.gz | ef06590c0f17bb835dc0b8bf51389684bfe6dd400564054fb65e8141b277d761 |
Linux ARM | vsts-agent-linux-arm-2.195.1.tar.gz | 0548082e0ba325b6105fff253e121cec7872409ad780b2128d5b3de1de6fd10f |
Linux ARM64 | vsts-agent-linux-arm64-2.195.1.tar.gz | 5a5bcb7fbb07006955ed7f91316b6aca41ee850dd32b6922de1c7358b26c0003 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.195.1.tar.gz | d0469ad285af9e3c5437bd0fa9580677f0f365d9a8d130fd5400daf6d897a4e8 |
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.195.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.195.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.195.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.195.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.195.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.195.1.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.195.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.195.1.zip | 06301e98744dc26f1130e8bc0da9b4651d368d358688dc7e2372931eeb09ade9 |
Windows x86 | pipelines-agent-win-x86-2.195.1.zip | d96ec276bc33b7ebc6f3fd0aff69ce4b67e011c193b41187ce1a9ee2b226103c |
macOS | pipelines-agent-osx-x64-2.195.1.tar.gz | 8912928a28729bbc3b9807232e3af10cd44aeb1bf8fabb2d4ed3c14d5757c42b |
Linux x64 | pipelines-agent-linux-x64-2.195.1.tar.gz | be0e46b57c21e4d90be820bafcad6c55a6a48043e1757d4c60ee794d44911d53 |
Linux ARM | pipelines-agent-linux-arm-2.195.1.tar.gz | aa791e946e1ef360bb210ecc13c2689452dcd9db41143a2a3e0d3d54ab408f56 |
Linux ARM64 | pipelines-agent-linux-arm64-2.195.1.tar.gz | b290d23277339cbe1fa75133e4fcf9229c35871b120dc3682a426992560f147e |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.195.1.tar.gz | 6e409ef0867b0c9e7ca2100951d63c16e1215ad8df8844d2b6115acc2bb8735b |
v2.195.0
Features
- Bump recommended Git version, fix prune-tags for older versions (#3581)
- Add warning message for Node 6 handler (#3592)
Bugs
- Add retries for http client calls in pipeline artifact plugin (#3492)
- HostContext.OnEventWritten check for null eventData.Message (#3570)
- Update PowerShellCapabilitiesProvider to work with Visual Studio 2022 (#3571)
- Fix for issue 3520 - disabling of inputs translating for checkout tasks (#3573)
- Don't show $3/$4 in the number of retries error message (#3578)
- Try to delete the workspace instead of fail (#3589)
Misc
- installdependencies.sh - added message about repositories for package manager (#3582)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.195.0.zip | 5f8a4ad7c90a41f975f7fd68b9900ca47550d49ad115e7064e9ca64c90b1f7ff |
Windows x86 | vsts-agent-win-x86-2.195.0.zip | 8a4f4cdc5fe596f4675f4b93d500433f7d6012442097ac056ca93928b8b02dce |
macOS | vsts-agent-osx-x64-2.195.0.tar.gz | 62037a7df2164dcdf155ff17fcbf1124594febeed932e826807dbca8980711c7 |
Linux x64 | vsts-agent-linux-x64-2.195.0.tar.gz | e82c63239098bcde5eea4fa612f5e052433505af3b592d55ce0165d5d03918c0 |
Linux ARM | vsts-agent-linux-arm-2.195.0.tar.gz | 6b0d22c7eaa81142fd93710307828f6e2597e3c9a827aad356961500721f0480 |
Linux ARM64 | vsts-agent-linux-arm64-2.195.0.tar.gz | f9f9ed1d453be7cb0ad82f95321cb068a538913f687ac9b7ea8f0f8c41b14d92 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.195.0.tar.gz | 124c92ea34ca23556cfed07572862d7e9ce86893ffea33fd5aee1ff9d4a02987 |
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.195.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.195.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.195.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.195.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.195.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.195.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.195.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.195.0.zip | 3275cc068255d1a0e76dbc82cb61035b83ef473257b68eb09894dce51148d18d |
Windows x86 | pipelines-agent-win-x86-2.195.0.zip | 725a3c648d68a43d8e32039100f4dc4e6fb2f8482077a47f4404a25d310eff6f |
macOS | pipelines-agent-osx-x64-2.195.0.tar.gz | b04c76a7ace4fd0cd18fbf206b3b61dce7d4079fdaf04108337d2a7cdbaad388 |
Linux x64 | pipelines-agent-linux-x64-2.195.0.tar.gz | 3d720fbafda71b7170ec1512421752cdd19a50133f4d7aa5ea6d1697bd985843 |
Linux ARM | pipelines-agent-linux-arm-2.195.0.tar.gz | bc5d29e614036b0d1bf399569bc915d313581c9be5ec1cb8cff695932aaf46bd |
Linux ARM64 | pipelines-agent-linux-arm64-2.195.0.tar.gz | 05bdc73c308053bf011c34676efbfaf5a23cfbdd9a3e5e8ef4cef44840122556 |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.195.0.tar.gz | bef5cb2685a53dff8b952e02fa0d3402236e7a0b5dbf2a01b20c280fe6368430 |
v2.194.0
Features
- Add the ability to retry the pipeline task if execution failed (#3505)
- Validate agent package checksum during self-update (#3524)
- Add processing of target inputs in decorator task (#3550)
Bugs
Misc
- Improve the ArgumentException message for changing file attributes (#3555)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.194.0.zip | 66e91095a4979d91ad7117cdc2dff3ca1e12765d5739e28d7aec19ace7767660 |
Windows x86 | vsts-agent-win-x86-2.194.0.zip | bc67500012ef8de5eedabcf593e4eb7734849a18fe34f6bb06c627e734ac3f1b |
macOS | vsts-agent-osx-x64-2.194.0.tar.gz | e2882640e14be8384c13d428d401772ad1d70ef84954f358257cf93351cffc47 |
Linux x64 | vsts-agent-linux-x64-2.194.0.tar.gz | 8a58babefe4724617789749567b0e41e2b880d1dd395e495f7c77a65cc584b7e |
Linux ARM | vsts-agent-linux-arm-2.194.0.tar.gz | 8cf64947f88b762e4d38de443864a59993935ac0ca408545cdc9790acdcbd739 |
Linux ARM64 | vsts-agent-linux-arm64-2.194.0.tar.gz | 47f0c8491b256b64802255797ba68572abb091e1de3d8316c39ae6fc345b98b9 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.194.0.tar.gz | a352df3b9d33895b3385c687c8980b00af729be8a6cbb75f3e259179d17a6dd2 |
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.194.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.194.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.194.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.194.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.194.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.194.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.194.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.194.0.zip | 531c58bd7a22b9bcfd96b536b67bdee7f4120a105733f9f5f1e87536b849b0b9 |
Windows x86 | pipelines-agent-win-x86-2.194.0.zip | 902f990458316afd37e2c8f091423d091032932475d17c506f06fcba9c71ddcf |
macOS | pipelines-agent-osx-x64-2.194.0.tar.gz | 16894ccd727dcf8d4c789dccc158b9887661ca71d1aafca2bbde1f4b0f72edc7 |
Linux x64 | pipelines-agent-linux-x64-2.194.0.tar.gz | fc6dfdc94e9d2e88affc3668f44d1453a9c31382ce521d56774e1dafee63619b |
Linux ARM | pipelines-agent-linux-arm-2.194.0.tar.gz | 8699e41ed0c313bd9f59b1ff4488db0c94d8a451600a3084525ed98b70128141 |
Linux ARM64 | pipelines-agent-linux-arm64-2.194.0.tar.gz | 739df0af5f5b3d0ba76b5346dd45f50f7dc4222df7bf2c8d3910ee99b744871e |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.194.0.tar.gz | 8deb5674a69b98c6d304ce05ab1842b988cf9bd4fd401cc808ff4db38bf77783 |
v2.193.1
Features
- Add prompt for autostarting service on Windows (#3534)
- Summarized view of Xunit hierarchal tests based on a FF (#3548)
Bugs
- Fixed error on finalize job (Could not load file or assembly 'Microsoft.VisualStudio.Services.Agent'...) (#3526)
- Installing dependencies for SUSE systems - fixed issue with incorrect ID parameter picking up (#3528)
- Add support of the default AdoptOpenJDK registry keys to capabilities scanner (#3533)
- Add retries to client create and GetPipelineCacheArtifactAsync (#3539)
Misc
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.193.1.zip | 1264509503e14f92f777418712eb932646736e990ed27f67091d9d7a5e260ce0 |
Windows x86 | vsts-agent-win-x86-2.193.1.zip | cb1adb7d04134eabcd447d80a17fd51bcf98c70edfe1428a709f4898caa40cd5 |
macOS | vsts-agent-osx-x64-2.193.1.tar.gz | 2049670f12950d999f53fcbd44cb953c4912e116bdd75ef95161a195a3aaf8c3 |
Linux x64 | vsts-agent-linux-x64-2.193.1.tar.gz | 3b1159e0d1f672d96c87b8e81b89e12f7e8b40e75c7f277eec7c4ca70ab43f95 |
Linux ARM | vsts-agent-linux-arm-2.193.1.tar.gz | 8943d37e2e94e218eec71750a041e479a3ecb52d5d92868a1c8058b4397bd780 |
Linux ARM64 | vsts-agent-linux-arm64-2.193.1.tar.gz | d2be44fa2612b2aa642ddcf29c1ee0e64c0533406f3d46205ff19e261cb82c4a |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.193.1.tar.gz | 0b0728fa32beeb3ad8e8c0c330ab3cebf10eff79f9fb7219dc44801535abc556 |
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.193.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.193.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.193.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.193.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.193.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.193.1.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.193.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.193.1.zip | badc07a7983c8ea59aec2e2a5b592f59f2e828fb857c1ac84edb55f098e8b337 |
Windows x86 | pipelines-agent-win-x86-2.193.1.zip | add2d9dd2f3bfd7d886d3742eb20248546c2a4c90de275c7e890ae12af96cc3f |
macOS | pipelines-agent-osx-x64-2.193.1.tar.gz | 8faab102085c1963819392696b789ccc1cce11c1edde9c717c0e9c5ecdc36a39 |
Linux x64 | pipelines-agent-linux-x64-2.193.1.tar.gz | b3513cef181d3e34f0c216c8b92b652ad4959ddd3537ce5149d104a003b62f09 |
Linux ARM | pipelines-agent-linux-arm-2.193.1.tar.gz | f58451e9cd995ef512bfdaa1aca9a270a655c8f086b4d72c9da8f1df9f64b0e1 |
Linux ARM64 | pipelines-agent-linux-arm64-2.193.1.tar.gz | 4da079ce35e1f594129bb2b14592ddb3d56e58f585d485b714e7b0a46d39aefb |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.193.1.tar.gz | 66e04eb3d1b623684f97877f2cae6f010a096c0fed766c14513433ea3e0397e0 |
v2.193.0
Features
- Add prompt for autostarting service on Windows (#3534)
Bugs
- Fixed error on finalize job (Could not load file or assembly 'Microsoft.VisualStudio.Services.Agent'...) (#3526)
- Installing dependencies for SUSE systems - fixed issue with incorrect ID parameter picking up (#3528)
- Add support of the default AdoptOpenJDK registry keys to capabilities scanner (#3533)
- Add retries to client create and GetPipelineCacheArtifactAsync (#3539)
Misc
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.193.0.zip | 5316ccf4f42b250ee2dd9d93f9e3b46dff69a1cb194d491d71ff7fec43909dda |
Windows x86 | vsts-agent-win-x86-2.193.0.zip | 8436812adba19d5a66b9e37e2832793182fbc9803ded9a7922e027373854e55f |
macOS | vsts-agent-osx-x64-2.193.0.tar.gz | 9a92a21ac055d34dad9c8496c2d636290ca050544bf2f8a3cfdc357ec20876cf |
Linux x64 | vsts-agent-linux-x64-2.193.0.tar.gz | 557b30f48162cbd97fa560e33a9e8cc1a63bc9ec0afe8f17db0e89b31cca9d95 |
Linux ARM | vsts-agent-linux-arm-2.193.0.tar.gz | a3ef3ed092137574483e56aa503049993de5708e33570a3d553e449e94506c80 |
Linux ARM64 | vsts-agent-linux-arm64-2.193.0.tar.gz | 5c5c26ac18d324acfe6f0508cb4400c64a0de50b2c418ff946c8733bac9c5656 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.193.0.tar.gz | b4559b52c28724b65726d59ce350217ea315413157d1865f43c73ab701246900 |
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.193.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.193.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.193.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.193.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.193.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.193.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.193.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.193.0.zip | 20835ebc23197d691b43123c53f1e0e946be9652587d2bacc7e061ec88122b49 |
Windows x86 | pipelines-agent-win-x86-2.193.0.zip | a163898d65511e61f6ef4e383a41878bb4aeafd08be568292ee20ab84344b1e6 |
macOS | pipelines-agent-osx-x64-2.193.0.tar.gz | 0fa27b0ccdb25cd7c20f4ff782d8c6fb65d06c3e6bc36590b3db7e4a1a162b1f |
Linux x64 | pipelines-agent-linux-x64-2.193.0.tar.gz | 953d33a728686e97db3d7cd51e464936c0970a8e5fdb7d0ca31d0e4f5d5dfc1f |
Linux ARM | pipelines-agent-linux-arm-2.193.0.tar.gz | 7c6b8059cbabea0125128ad0c0e9f3751c02f336c8fd56c76383e21e4b8e6d52 |
Linux ARM64 | pipelines-agent-linux-arm64-2.193.0.tar.gz | f08d4f2bec0fc4a90a42fbaf158bd32f023de3d7d88cb7d14bb61a250ab92c50 |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.193.0.tar.gz | 291c071460bf206e188ce4854d57712c218152edf559c58fa86a3e4d2c826602 |
v2.192.0
Features
Bugs
- Update VssApiVersion to 0.5.170-private (#3519)
Misc
- Added info about job cancellation (#3518)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-2.192.0.zip | 9f5adee2e81fc2dfc18375efa6448d5f7e6b9da585ff88d1ca19b31536f7b039 |
Windows x86 | vsts-agent-win-x86-2.192.0.zip | e551f42ffbf7e60180f1403701390bf1863d1bd05e1d72407895dc359b51b4c5 |
macOS | vsts-agent-osx-x64-2.192.0.tar.gz | b7ce6f3a39b8b5300d2ff2241c5552f7fecd8498023c5027f888a212c0e001d3 |
Linux x64 | vsts-agent-linux-x64-2.192.0.tar.gz | 0262d4a7619ed2ccfa6ed15dd376a6738e8cf76dfe29ba8a86bf529e4d70dcdf |
Linux ARM | vsts-agent-linux-arm-2.192.0.tar.gz | 02d6da2b5600a7944b231bafcdf292551a6b3cc3d75ae90242e3202d04a7ab41 |
Linux ARM64 | vsts-agent-linux-arm64-2.192.0.tar.gz | 08e53c8f27822143036c00a71ee2b514b23ed921754c12c4f34549c4b02f5313 |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.192.0.tar.gz | 177dc8542de76f14c21a210f24c8b9088bb0495a129af258d4c4df60ac7fd5b2 |
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.192.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.192.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.192.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.192.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.192.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.192.0.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.192.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.192.0.zip | 7f08337c8c4621013b4e4745e0b29ac65cad662175075aca0e5c4e55f9fcd517 |
Windows x86 | pipelines-agent-win-x86-2.192.0.zip | 49b5cd90818e91ae70201aa727d2d1465cece1a4bd0843279ff59e917d727132 |
macOS | pipelines-agent-osx-x64-2.192.0.tar.gz | 29d4d58f0ca1b3e8b0454d225d5e179040e81224dc5bd8a0c0094cd22d0f8638 |
Linux x64 | pipelines-agent-linux-x64-2.192.0.tar.gz | 5ee03e7f6876cf086f4d9a78a8e369badc6100fba23a88ea949a9e0574d0c2a7 |
Linux ARM | pipelines-agent-linux-arm-2.192.0.tar.gz | eeb32367c877e6707ae081efdc26b39480f25c747fc51e4a77366f1cd96db763 |
Linux ARM64 | pipelines-agent-linux-arm64-2.192.0.tar.gz | 316431b8b327f329d5cf4b2be2426a6ebaa0d87d8d7b1f9735b4ee6c6060222d |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.192.0.tar.gz | 3012f65373e2999258d93a8021971132b6322fd68f4b84699ce2d075247fd109 |
v2.191.1
Features
- [DownloadBuildArtifactsV1] Tar extraction on download (#3467)
- Allow to specify MTU value for networks used by container jobs (#3500)
Bugs
- [DownloadBuildArtifactsV1] Fix inconsistent download path (#3470)
- Updating vss-api-nuget package - fix blobstore client header length exceeds limits (#3485)
- Added processing of NO_PROXY variable (#3493)
- [AgentService] Fix invalid argument passing on reruns (#3497)
- Fixed issue with installing dependencies for suse systems (#3507)
Misc
Agent Downloads
Package | |
---|---|
Windows x64 | vsts-agent-win-x64-2.191.1.zip |
Windows x86 | vsts-agent-win-x86-2.191.1.zip |
macOS | vsts-agent-osx-x64-2.191.1.tar.gz |
Linux x64 | vsts-agent-linux-x64-2.191.1.tar.gz |
Linux ARM | vsts-agent-linux-arm-2.191.1.tar.gz |
Linux ARM64 | vsts-agent-linux-arm64-2.191.1.tar.gz |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.191.1.tar.gz |
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.191.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.191.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.191.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.191.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.191.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.191.1.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.191.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 | |
---|---|
Windows x64 | pipelines-agent-win-x64-2.191.1.zip |
Windows x86 | pipelines-agent-win-x86-2.191.1.zip |
macOS | pipelines-agent-osx-x64-2.191.1.tar.gz |
Linux x64 | pipelines-agent-linux-x64-2.191.1.tar.gz |
Linux ARM | pipelines-agent-linux-arm-2.191.1.tar.gz |
Linux ARM64 | pipelines-agent-linux-arm64-2.191.1.tar.gz |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.191.1.tar.gz |