Skip to content

Releases: microsoft/azure-pipelines-agent

v2.106.0

08 Sep 19:15
Compare
Choose a tag to compare

VSTS Agent. Bug fixes only.

v2.105.6 (TFS RC2)

08 Sep 19:07
Compare
Choose a tag to compare

Bug fixes only for TFS RC2 for Dev15

v2.105.5

01 Sep 15:12
Compare
Choose a tag to compare

Bug fix in hosted agent scenario to ensure it heals correctly on failures. (Healing issue in SU3/SU4)

v2.105.4

31 Aug 21:08
Compare
Choose a tag to compare

Fixes config cmd line arg compat issue with hosted build provisioner (caused hosted builds in SU3/4 to fail config)

Just windows for now to unblock hosted SU3 and SU4. Nix soon.

v2.105.3

31 Aug 03:38
Compare
Choose a tag to compare

This will be the TFS RC2 Agent

Release includes bug fixes found as part of rolling through hosted build scale units

After Download:

Windows

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

OSX

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

Ubuntu

16.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.16.04-x64-2.105.3.tar.gz

14.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.14.04-x64-2.105.3.tar.gz

RedHat

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.7.2-x64-2.105.3.tar.gz

v2.105.2

23 Aug 18:27
Compare
Choose a tag to compare
  • tfsvc uses local workspaces (like 1.x) - will add web UI option for server workspaces.
  • tfsvc ignore case for local path
  • config issue on linux with ctrl-c
  • misc bugs

After Download:

Windows

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

OSX

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

Ubuntu

16.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.16.04-x64-2.105.2.tar.gz

14.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.14.04-x64-2.105.2.tar.gz

RedHat

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.7.2-x64-2.105.2.tar.gz

v2.105.1

18 Aug 15:42
Compare
Choose a tag to compare
  • proxy input file value is trimmed (bug)
  • upload artifact chunk settings more cloud friendly: 4MB chunks instead of 16MB; 10min vs 5min per chunk

v2.105.0

17 Aug 02:58
Compare
Choose a tag to compare
  • Authenticated Proxy support - more here
  • Retries on publish artifact chunks
  • bugs

After Download:

Windows

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

OSX

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

Ubuntu

16.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.16.04-x64-2.105.0.tar.gz

14.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.14.04-x64-2.105.0.tar.gz

RedHat

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.7.2-x64-2.105.0.tar.gz

v2.104.2

08 Aug 23:24
Compare
Choose a tag to compare

Bug fixes

After Download:

Windows

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

OSX

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

Ubuntu

16.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.16.04-x64-2.104.2.tar.gz

14.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.14.04-x64-2.104.2.tar.gz

RedHat

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.7.2-x64-2.104.2.tar.gz

v2.104.1

29 Jul 11:56
Compare
Choose a tag to compare

Bug fixes including tfsvc scorch and auto update reliability.

After Download:

Windows

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

OSX

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

Ubuntu

16.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.16.04-x64-2.104.1.tar.gz

14.04

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-ubuntu.14.04-x64-2.104.1.tar.gz

RedHat

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.7.2-x64-2.104.1.tar.gz