Skip to content

Commit aaa6809

Browse files
authored
New version: Buildkite.Agent version 3.129.0 (microsoft#392334)
1 parent 209cebc commit aaa6809

3 files changed

Lines changed: 82 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Buildkite.Agent
5+
PackageVersion: 3.129.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: buildkite-agent.exe
10+
PortableCommandAlias: buildkite-agent
11+
Commands:
12+
- buildkite-agent
13+
ReleaseDate: 2026-06-24
14+
Installers:
15+
- Architecture: x86
16+
InstallerUrl: https://github.com/buildkite/agent/releases/download/v3.129.0/buildkite-agent-windows-386-3.129.0.zip
17+
InstallerSha256: 2E6482B8EDD30E29F1AB8030F354FFF7D436DFC2DC35C73E649984185D2E7967
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/buildkite/agent/releases/download/v3.129.0/buildkite-agent-windows-amd64-3.129.0.zip
20+
InstallerSha256: 38857CC98CC651755DFBA744DB6FB242194C4050391EDCB8C7C0A4BA387A74D3
21+
- Architecture: arm64
22+
InstallerUrl: https://github.com/buildkite/agent/releases/download/v3.129.0/buildkite-agent-windows-arm64-3.129.0.zip
23+
InstallerSha256: 80DC31AA27A438B20AEC67B737DE149398D874A7C0D64D69C2A89A2D1687BCCD
24+
ManifestType: installer
25+
ManifestVersion: 1.12.0
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Buildkite.Agent
5+
PackageVersion: 3.129.0
6+
PackageLocale: en-US
7+
Publisher: Buildkite Pty. Ltd.
8+
PublisherUrl: https://buildkite.com/home/
9+
PublisherSupportUrl: https://forum.buildkite.community/
10+
Author: Buildkite Pty. Ltd.
11+
PackageName: Buildkite Agent
12+
PackageUrl: https://buildkite.com/docs/agent
13+
License: MIT
14+
LicenseUrl: https://github.com/buildkite/agent/blob/HEAD/LICENSE.txt
15+
Copyright: Copyright (c) 2026 Buildkite Pty Ltd
16+
CopyrightUrl: https://github.com/buildkite/agent/blob/HEAD/LICENSE.txt
17+
ShortDescription: The Buildkite Agent is an open-source toolkit written in Go for securely running build jobs on any device or network
18+
Description: The buildkite-agent is a small, reliable, and cross-platform build runner that makes it easy to run automated builds on your own infrastructure. It's main responsibilities are polling buildkite.com for work, running build jobs, reporting back the status code and output log of the job, and uploading the job's artifacts.
19+
Moniker: buildkite-agent
20+
Tags:
21+
- buildkite
22+
- cd
23+
- ci
24+
- ci-cd
25+
- continuous-delivery
26+
- continuous-deployment
27+
- continuous-integration
28+
ReleaseNotes: |-
29+
What's Changed
30+
31+
✨ Added
32+
- Concurrently register spawn by @DrJosh9000 in #4014
33+
- redactor add: Add optional filtering like env vars by @DrJosh9000 in #3605
34+
- Add meta-data set-batch command by @pda in #3791
35+
36+
🔧 Changed
37+
- Skip tracking unchanged slices in ReadFromEnvironment (suppress BUILDKITE_GIT_SUBMODULE_CLONE_CONFIG log noise) by @lizrabuya in #4015
38+
39+
🏠 Internal
40+
- perf: speed up job integration tests by @lox in #3842
41+
- chore: put cache logs in collapsed group by @buildkate in #4017
42+
- chore: resolve default cache configuration file by @buildkate in #4018
43+
- fix(cache): set flag as name singular by @buildkate in #4024
44+
ReleaseNotesUrl: https://github.com/buildkite/agent/releases/tag/v3.129.0
45+
Documentations:
46+
- DocumentLabel: Docs
47+
DocumentUrl: https://buildkite.com/docs/agent
48+
ManifestType: defaultLocale
49+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Buildkite.Agent
5+
PackageVersion: 3.129.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)