Skip to content

Releases: microsoft/azure-pipelines-agent

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

v2.104.0

21 Jul 20:27
Compare
Choose a tag to compare

Bug Fixes:

  • Git 128 Auth Failure after using ad-hoc token access and cancelling a build
  • Nuget Restore path failure
  • tfvc scorch fails if root not mapped
  • Relative path not working in RM if it contains a wild card

v2.103.1

19 Jul 01:54
Compare
Choose a tag to compare

This is the agent version TFS Dev15 RC1 points to

Bug Fixes

  • Allow using you own local git
  • Allow controlling your own git security
    (detailed docs on both options following soon)

Attention: We were distributing git with OSX/Linux builds because we need >= 2.9. Now that it's released, it's a pre-req. See getting started pre-req docs. Windows still distributes portable git.

August 8th, 2016: Patched binaries with Nuget and RM fixes

v2.103.0

11 Jul 21:20
Compare
Choose a tag to compare

Bug Fixes.

First released agent. Supported in production.

v2.102.1 Release Candidate 2

23 Jun 21:02
Compare
Choose a tag to compare
Pre-release

This is the release candidate for OSX/Linux. Windows likely next drop.

After some validations and a period of finding no major issues, this will get flipped to a release.

Includes:

  • Improved cancellation (kill complete process true and sigint on nix)
  • Release Management gitHub artifacts
  • Many bug fixes

If you are coming from < 102, you need to reconfigure a new agent. See previous release notes.

From 102.0, your agent will auto update sometime next week after we update VSTS to point to this release. As a reminder, agents update themselves when you restart the agent or from the pool admin UI, you select to update the pool.

OSX validated. Windows will be uploaded after validations which are in progress.

v2.102.0 Release Candidate 1

14 Jun 01:33
Compare
Choose a tag to compare
Pre-release

GO LIVE support. Use in production. We are self host and starting to dogfood building VSTS service with this agent.

IMPORTANT: This preview requires you to configure a new agent. The agent configuration has been changed to support OAuth and only require creds to interactively register the agent. Downloads and encrypts OAuth token. It should auto update from this point forward.

  • Feature complete on all platforms
  • TfsVC support for windows
  • OAuth Support: Config only needs creds in admin role. Downloads and encrypts OAuth token with machine key
  • Config does not require sudo on Linux/OSX
  • Bug Fixes

Update: binaries patched to Thursday a.m. to include fix for TFS 2015 RTM and QU1 issue.