Skip to content

azure-pipelines-agent

v4.274.1 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 2mo Pipelines
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

auth

Summary

AI summary

Reverted a directory‑check addition that caused failures in the node handler.

Full changelog

Features

Bugs

  • Revert "Add dir check in node handler (#5545)" (#5584)

Misc

  • Add application icon for Windows builds (#5557)
  • Report enableagent VM extension fallback usage (#5477)
  • Block vso setendpoint command from modifying SystemVssConnection (#5578)

Agent Downloads

| | Package | SHA-256 |
| -------------- | ------- | ------- |
| Windows x64 | vsts-agent-win-x64-4.274.1.zip | d130a6d2de77afda3193815797327ad0a1c14aed8066f5ec99393396f9f1a4e9 |
| Windows x86 | vsts-agent-win-x86-4.274.1.zip | a11d89b08686ee51a3e458bb8b874fed2df62877e4d6e7258bf6e0b15943a807 |
| Windows ARM64 | vsts-agent-win-arm64-4.274.1.zip | 03753dce79dc59a47dbbee3bd0d521c1bf34533b64a8f0bc603c9d411b96a9b3 |
| macOS x64 | vsts-agent-osx-x64-4.274.1.tar.gz | 1d5b04a7dabcd218c842233043d203615c086828f22e9805e98c7a5f24c2ce79 |
| macOS ARM64 | vsts-agent-osx-arm64-4.274.1.tar.gz | e9e4f1412ecf3fb8472295db6b079a395ba8b40345b1de5bfac5bfd4ef5819cb |
| Linux x64 | vsts-agent-linux-x64-4.274.1.tar.gz | 3cdf1be5bb95c31f2e9d7f7d8808f632307fa6be88dd882c3e8402b665ea5ded |
| Linux ARM | vsts-agent-linux-arm-4.274.1.tar.gz | 1ae06ed4746b5d5b1809d429ba0082aefc0a5a70d7b8537e938e13c7c2e333ea |
| Linux ARM64 | vsts-agent-linux-arm64-4.274.1.tar.gz | 3f7b6dfd8b8d682a8f4a7043f864c7e422ec8dba1d75b1a20fef047c54f3fa20 |
| Linux musl x64 | vsts-agent-linux-musl-x64-4.274.1.tar.gz | 78982355defe26bbc08b435430b94110c8800665cddd54258517faba59c367ec |
| Linux musl ARM64 | vsts-agent-linux-musl-arm64-4.274.1.tar.gz | 26888500babd934afffb03954ef60e8c97b546fa8ea0b71fc517edc683363bdf |

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

Windows ARM64

C:\> mkdir myagent && cd myagent
C:\myagent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win-arm64-4.274.1.zip", "$PWD")

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

Alpine x64

Note: Node 6 does not exist for Alpine.

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

Alpine ARM64

Note: Node 6 does not exist for Alpine.

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-musl-ARM64-4.274.1.tar.gz

Alternate Agent Downloads

Alternate packages below do not include Node 6 & 10 and are only suitable for users who do not use Node 6 & 10 dependent tasks.
See notes on Node version support for more details.

| | Package | SHA-256 |
| ----------- | ------- | ------- |
| Windows x64 | pipelines-agent-win-x64-4.274.1.zip | 176a67fa0f1955373345e7b45e09674e9247305a5ff759ca3c7dee625b574357 |
| Windows x86 | pipelines-agent-win-x86-4.274.1.zip | d9055c295a648085a9f5c7e79382bef6f2c7a89ffae17d00ba186512ebee1ba5 |
| Windows ARM64 | pipelines-agent-win-arm64-4.274.1.zip | 155d11ebda0b34ca43026a04ffcb772d788ae1aa9f50186f392cba9a1e9bf780 |
| macOS x64 | pipelines-agent-osx-x64-4.274.1.tar.gz | 9f7a7a8ce9c433b7de9b68151f28f9d3053a056a398a974b1ef9e7632386b854 |
| macOS ARM64 | pipelines-agent-osx-arm64-4.274.1.tar.gz | e6bf797d402756edb1819ffb2f7e61f1d44da87a5b7ebfdd4e5f2a461b2644db |
| Linux x64 | pipelines-agent-linux-x64-4.274.1.tar.gz | c3dfb0ef379b4e18dba27d539eafdbf9d058d6bc23fe28905eeaf49f093789b9 |
| Linux ARM | pipelines-agent-linux-arm-4.274.1.tar.gz | 8a363a2b777fad405fc16d96fd11ee6e01a90d5c3528ee3614a207addc4730ec |
| Linux ARM64 | pipelines-agent-linux-arm64-4.274.1.tar.gz | db0ee9bc40dadd904c11a646293481d4e5b3c1902ffb799bc9fc4bb104ab3adb |

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track azure-pipelines-agent

Get notified when new releases ship.

Sign up free

About azure-pipelines-agent

Azure Pipelines Agent

All releases →

Related context

Beta — feedback welcome: [email protected]