v3.242.1
Features
- Added option to use a checkout path of any repository as the default working directory (System.DefaultWorkingDirectory) (#3479)
- Add git telemetry to job runner (#4789)
- Check if task node runner is deprecated (#4794)
- Rework resource monitor (#4803)
- Explain error when downloading Node Alpine ARM64 (#4822)
- Allow running agent in debugging mode for specific node task (#4838)
- Optimize DeactivateVsoCommands regexp (#4862)
Bugs
- Display warning when the agent is run in PowerShell Core (#4778)
- Bump node to 20.13.1 (#4804)
- Changes to add tracelog for Featureflag exceptions (#4809)
- Bump System.Security.Cryptography.Pkcs to 7.0.2 and Microsoft.Azure.Storage.DataMovement 2.0.5 (#4839)
- Use useradd on Alpine when user ID is large (#4851)
- Mask ACR token on Windows when System.Debug is true (#4868)
Misc
- Update docs to include information about debugging (#4852)
- Remove PAT from the agent CI (#4858)
- Remove ADO PAT for PRs (#4864)
- Localization update (#4877)
- Add e2e test for agent release (#4882)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-3.242.1.zip | 4cad6fb87d979f85b168a38aa7095c0a5d083b02e25415099a3eb857f35b99ad |
Windows x86 | vsts-agent-win-x86-3.242.1.zip | d9485f7cb47c59f3ffd5007993d037370ad5ccc5511b0c23e7b1522dd74003f5 |
macOS x64 | vsts-agent-osx-x64-3.242.1.tar.gz | 88858827f4e7a1855cb9d17bca8018d11aec2a4e0659905b84db34ac95bc1d0c |
macOS ARM64 | vsts-agent-osx-arm64-3.242.1.tar.gz | 09faaff995d3200e19ded23bd817b221723a5440fb4f9add2a2778acadffdc92 |
Linux x64 | vsts-agent-linux-x64-3.242.1.tar.gz | a5039e3a0990165d55aa62d2412599f79ff783754ecbcb685ab3fecfad47a5be |
Linux ARM | vsts-agent-linux-arm-3.242.1.tar.gz | bae15f9375d83994a7a90776878a3f4b55917c95b8edb08a825294641fcefc58 |
Linux ARM64 | vsts-agent-linux-arm64-3.242.1.tar.gz | 2b2b117c84517d2758e719e505d9717b07c5031657b7d29879ae1e0b7e31694b |
Linux musl x64 | vsts-agent-linux-musl-x64-3.242.1.tar.gz | cf8f4434ed8efac40e6cf059a1efe8dfbf50e80b1c4d61d1fd322ecdb154cc42 |
Linux musl ARM64 | vsts-agent-linux-musl-arm64-3.242.1.tar.gz | d0002389f9da49b6799f2c6aa7cd98eb9f7b5316bb7f33e4332bb5e4fb7b13f3 |
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.242.1.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.242.1.zip", "$PWD")
macOS x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-3.242.1.tar.gz
macOS ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-arm64-3.242.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-3.242.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-3.242.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.242.1.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-3.242.1.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-3.242.1.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-3.242.1.zip | a7446fcc4ead8a6f752791bc3c3ac51b59f734d051e2a0d1215b7d5789bf7c15 |
Windows x86 | pipelines-agent-win-x86-3.242.1.zip | 4aed2e00d447e9506c6c02d201d9febb9e611912e6d3d7995d8bcc376cda49c7 |
macOS x64 | pipelines-agent-osx-x64-3.242.1.tar.gz | 43dfbc1b7705ca57f19f606a863c91ba46178b1fb705c964d50fec192b6ac841 |
macOS ARM64 | pipelines-agent-osx-arm64-3.242.1.tar.gz | 723a2ecbf921aabe9ee85cfe0aea13b1da25c4a945306c335877e05b50121ad5 |
Linux x64 | pipelines-agent-linux-x64-3.242.1.tar.gz | 8900e0a4f7e8e8e6143045bc5875960c0f2b36d8e12cd3f2284b2458dc7d4a53 |
Linux ARM | pipelines-agent-linux-arm-3.242.1.tar.gz | 2aea69ecc8a1e4567db14d9738d77788580024391fd43f35e672144837d36f6e |
Linux ARM64 | pipelines-agent-linux-arm64-3.242.1.tar.gz | 9eb3da70db6eea11266ae4873fe2ef141d288c11c2390fe034fc0682eb816867 |