github microsoft/azure-pipelines-agent v3.234.0

latest releases: v3.247.1, v4.246.1, v3.246.0...
pre-release9 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)
  • Use workFolder root as target for disk space monitoring (#4609)
  • Add multiple domain support to Build Artifacts upload/download (#4617)
  • Support variables where case is preserved (#4620)

Bugs

  • Add possibility to get info from /usr/lib/os-release file. (#4615)
  • Revert "Implemented option to store token in named container" (#4631)
  • Use PowerShell instead of bash for the release stage (#4638)

Misc

  • Pipeline repository name (#4616)
  • Change CI timeout to the default value (10 minutes) (#4630)
  • Fix switch to target branch CI step (#4636)
  • Change pool for Create PRs stage (#4640)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.234.0.zip 64d31230b8886de59bfa3eab4674bca2f23995658ca447cb8f53701cae82ab6f
Windows x86 vsts-agent-win-x86-3.234.0.zip 8830bdbcab4969c1876cca7588e4f5a4fc98ab6d96e86036b6ee960eccf37428
macOS x64 vsts-agent-osx-x64-3.234.0.tar.gz 1f2af1d8ff5ddc00fea5002313d4f02e9f56c604cd4d82cfd03a18ff5255463b
macOS ARM64 vsts-agent-osx-arm64-3.234.0.tar.gz f00f7e6f37c27aaa6e95ff886d3a31a28f420c49c85e1ac6d5639cea6b5cbd66
Linux x64 vsts-agent-linux-x64-3.234.0.tar.gz c27703fe75bbc0c1af5fe964a76643ff8c138461166b2859d41df891c3bc7695
Linux ARM vsts-agent-linux-arm-3.234.0.tar.gz d67946f770264514ac9eb20ac2fba7cbc42fd8c3dd5fff63e5d71afda5ce8602
Linux ARM64 vsts-agent-linux-arm64-3.234.0.tar.gz feabccc6b368b34db2a1ac52b8a41eb261a925aba9eecc4a079d08a6edf3eced
Linux musl x64 vsts-agent-linux-musl-x64-3.234.0.tar.gz c64e0595b0fc2143940f232cd0bb2e9478cf990c849a9f2b6b6a0ba97b62342b

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

Alpine x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-musl-x64-3.234.0.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.234.0.zip 155d45c16867f76fef3a1d55a48d334edff867be73ea7e560042720b62c2a68b
Windows x86 pipelines-agent-win-x86-3.234.0.zip 12186515611fab245b39ce91f6755fb0a99685e05170b9750d8b933ec4c6d6d5
macOS x64 pipelines-agent-osx-x64-3.234.0.tar.gz 87e50c5b2e695eff8563b7aa52f19265afec1b5453b4b08becb764d9be5b8988
macOS ARM64 pipelines-agent-osx-arm64-3.234.0.tar.gz d0ffc2511ac66bbadca8f23a9139478c6736f80720e8fb74304017dca060915f
Linux x64 pipelines-agent-linux-x64-3.234.0.tar.gz 6de82f64491232540d5d9cedb81efd4ac2cece128553db0728ee1ff9e9cc6eff
Linux ARM pipelines-agent-linux-arm-3.234.0.tar.gz 66f3c9cccb09af5162d77504dd95cf2c09fc32b31d01e3fce73b933c9e9cb3a5
Linux ARM64 pipelines-agent-linux-arm64-3.234.0.tar.gz 31290f2a90a97d3378bf47d697103c2c9a936f97f536a7aa7001148d5dcc24cb

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

NewReleases is sending notifications on new releases.