github microsoft/azure-pipelines-agent v3.232.4

latest releases: v4.244.1, v3.244.1, v4.245.0...
pre-release7 months ago

Features

  • Remove Node 6 Runner from installation step (#4473)
  • Add resource utilization warnings (#4559)
  • Add pipeline feature knob source (#4597)
  • Pipeline agent unable to kill the last task in time (#4605)
  • Implemented option to store token in named container (#4607)
  • Add multiple domain support to Build Artifacts upload/download (#4617)

Bugs

  • Add possibility to get info from /usr/lib/os-release file. (#4615)

Misc

Features

Bugs

Misc

  • Update to support artifact storage improvements.

Bugs

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.232.4.zip 89c24aba40f156e83a0808f52faa7688b87eda767e605e74830033a650d36f64
Windows x86 vsts-agent-win-x86-3.232.4.zip 20d20e008681fe0b13cbae3d44bfd0a9c39b29ef853f3e69e67362092ffb8d4b
macOS x64 vsts-agent-osx-x64-3.232.4.tar.gz 2010e7d8c6946d3a5a239ee82d430ff579ea756ab7050add6a298702fe94aed3
macOS ARM64 vsts-agent-osx-arm64-3.232.4.tar.gz 6435a76ad2a06433ea28cc69ee71e212f9344f89ab286e9981d2f394d193a676
Linux x64 vsts-agent-linux-x64-3.232.4.tar.gz 8614af237cc3bbc3f3631bc80924bdc31efab89c45d246829a34a3f681f2218c
Linux ARM vsts-agent-linux-arm-3.232.4.tar.gz b04a625385f46f7a4ff81273eaa096c1a74264c1687d02c5eba897f03a1891d8
Linux ARM64 vsts-agent-linux-arm64-3.232.4.tar.gz b413f1ba1b60a775f4a36a94c2f8d7f63fdc3fd26ae67a371ad4b731d060c5ff
Linux musl x64 vsts-agent-linux-musl-x64-3.232.4.tar.gz 8d1ddf8a138ba470255139056e3e32e6997a974d4b01a60bc44faf3b2fcede9b

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

Alpine x64

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

Note: Node 6 does not exist for Alpine.

Alternate Agent Downloads

Alternate packages below 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-3.232.4.zip aef113276521b582ad870400eba5f4066a0f62af6f2c43e4f728fab1c266e2c1
Windows x86 pipelines-agent-win-x86-3.232.4.zip 53f64e53adc5bf38b6ad3a8dd2c57040fcfd8787d0dafb729b0dbd6ba5c2aee2
macOS x64 pipelines-agent-osx-x64-3.232.4.tar.gz e5457a4f19c6c95852a98a40f03715e139ac746ac82732d99f747ce266ba4ad8
macOS ARM64 pipelines-agent-osx-arm64-3.232.4.tar.gz 325b39cc1c7e5da52922fadd50ee180aad9543a28884993070b3cb9e4c943233
Linux x64 pipelines-agent-linux-x64-3.232.4.tar.gz 8b1f1b17d9170c65163de230bc41285ed29037b4662a0d48b4023c9ea4a3ae2e
Linux ARM pipelines-agent-linux-arm-3.232.4.tar.gz c1f4dd52af0b6dc57d66fea2b1e8c23856f07f2c3eeed7ade0843ffe6c4dfb4d
Linux ARM64 pipelines-agent-linux-arm64-3.232.4.tar.gz 63f9ca7191a0c1d41cfb507750b296cb894710fd67cdcfbea11e0e978c542997

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

NewReleases is sending notifications on new releases.