github microsoft/azure-pipelines-agent v5.279.0

pre-release3 hours ago

Features

  • Improve service connection error message with connection ID (#5467)
  • disable worker commands for svn and tfs vc (#5637)

Bugs

  • Route MSAL Entra token acquisition through the agent proxy for WIF (Bug 2428600) (#5625)
  • Wrap Linux Container Sleep Keepalive Command with Bash (#5631)
  • Ignore proxy variables in ProcessHandler environment promotion (#5632)
  • Fix Submodule Persist Credentials Bug (#5640)

Misc

  • Update NODE24_VERSION to 24.18.1 (#5630)
  • Update CmdLineV2 task reference with new package GUID published (#5633)
  • Changing the default value of mapDockerSocket to false for linux (#5627)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-5.279.0.zip e0560f9e9fe97f88e2afca5c3cc0b8dcc4c1d45988ef31ed3fed15a0c674527d
Windows x86 vsts-agent-win-x86-5.279.0.zip af329428b577d0a430b80e7bf290634466534c787351e108891663335b0706c3
Windows ARM64 vsts-agent-win-arm64-5.279.0.zip 97b190633367cac62f06b167b006a146a0583d911a2eddc53327a218879e700d
macOS x64 vsts-agent-osx-x64-5.279.0.tar.gz d196d497a62cdb570b41cc458e425279c7da4bf823f526d9b8b06d7585b08630
macOS ARM64 vsts-agent-osx-arm64-5.279.0.tar.gz 2ae109e2558e223a2595a45d0ba269de4a29e13270f785e7329bcd05e316cb02
Linux x64 vsts-agent-linux-x64-5.279.0.tar.gz 6e3352e1dc44c924cd85840df279f21c200e6365596a7c38f3087015262555dc
Linux ARM vsts-agent-linux-arm-5.279.0.tar.gz 1ace553a9b4db393ecd016fbd63e0ecbe35fc4e354e38357b227653a0c368584
Linux ARM64 vsts-agent-linux-arm64-5.279.0.tar.gz d97cb1286de41c97347a5da4f663daed70f65f9cdd4322f50f8cc7b4e2df9dd4
Linux musl x64 vsts-agent-linux-musl-x64-5.279.0.tar.gz 967fd290cb8c9569e5bf0b75e93ca62355bead1a0a845fbe2501fedc7a39631d
Linux musl ARM64 vsts-agent-linux-musl-arm64-5.279.0.tar.gz d20df94e0008a6df0742722f1109e182764dda57501c018ff0fb1458de551f4c

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-5.279.0.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-5.279.0.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-5.279.0.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-5.279.0.zip a8178297109e01c88c3db9df88337eb53ddc4182710aac2000c0f2d65a3fd80a
Windows x86 pipelines-agent-win-x86-5.279.0.zip 9640e215864c77ceee56e34eddc7edcfa7c1b3e29d24bbdccd01ffbecd27f4a4
Windows ARM64 pipelines-agent-win-arm64-5.279.0.zip 9e1554444b030c396dbde98b9df17214077bf54dbe4a000025ac9ea9867e44ff
macOS x64 pipelines-agent-osx-x64-5.279.0.tar.gz 641cd02b09df66a95a2029ee45ca96d0e1545001c1833acf88b737bebe2e58d3
macOS ARM64 pipelines-agent-osx-arm64-5.279.0.tar.gz b03aab395473356820f35b21ccc069b849fe4302d46f2bc4265ab0c47f51fdaa
Linux x64 pipelines-agent-linux-x64-5.279.0.tar.gz 7b57dcfb9aa3da9e5f45cef8072c918f4eeeccfa217fc48eeaa84faf53b3a4c5
Linux ARM pipelines-agent-linux-arm-5.279.0.tar.gz f4dfb1771426de7f07bcccdd3a75c39506d574916415d04f9bc9299e2ca6af65
Linux ARM64 pipelines-agent-linux-arm64-5.279.0.tar.gz 155d3c40e980391ad80d950708c5f5cd371d587ec38518822ed71374dd481023

Don't miss a new azure-pipelines-agent release

NewReleases is sending notifications on new releases.