Skip to content

Commit 8cfd01d

Browse files
authored
New version: Buildkite.Agent version 3.127.1 (#379477)
1 parent 2b7a67b commit 8cfd01d

3 files changed

Lines changed: 100 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.127.1
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-05-26
14+
Installers:
15+
- Architecture: x86
16+
InstallerUrl: https://github.com/buildkite/agent/releases/download/v3.127.1/buildkite-agent-windows-386-3.127.1.zip
17+
InstallerSha256: E21BB4C8959824C1B9D3A1C210FC146BE2AA86DEE445C47E7A87745EC0541C41
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/buildkite/agent/releases/download/v3.127.1/buildkite-agent-windows-amd64-3.127.1.zip
20+
InstallerSha256: 4279566A4A854C64F937408D0270E029AD566CA0C0419CEC8A6D8659291B9BD8
21+
- Architecture: arm64
22+
InstallerUrl: https://github.com/buildkite/agent/releases/download/v3.127.1/buildkite-agent-windows-arm64-3.127.1.zip
23+
InstallerSha256: 4B6DD7F20F65AA5554364D351126E523C52CFE05697B64658608951ED8AD9E06
24+
ManifestType: installer
25+
ManifestVersion: 1.12.0
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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.127.1
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+
🔒 Security
32+
- fix: remove eval from install.sh by @DrJosh9000 in #3940
33+
34+
🐛 Fixed
35+
- fix: resume after job dispatch drops job by @DrJosh9000 in #3930
36+
- fix: Stop sending file paths on context cancellation by @DrJosh9000 in #3933
37+
- fix: nil deref if HTTP/2 is disabled by @DrJosh9000 in #3935
38+
- Fix error variable shadowing causing incorrect OTEL spans in hooks by @calebfroese in #3932
39+
- fix: Always restore process umask by @DrJosh9000 in #3939
40+
- fix: k8s bootstrap: swap env var precedence, with specific overrides by @DrJosh9000 in #3944
41+
42+
🏠 Internal
43+
- A-1214 part 4: allow a special release label by @zhming0 in #3921
44+
- internal: [TE-5828] Add bktec plan step to collect commit metadata on agent builds by @gchan in #3924
45+
- internal: Bump test-engine-client to v2.5.1 and unify bktec call sites by @gchan in #3925
46+
- Update versioned brew formula based on version being released by @DrJosh9000 in #3934
47+
- fix: record temporary homeDir for later cleanup by @DrJosh9000 in #3942
48+
- chore: Add comments rationalising authless world-accessible socket by @DrJosh9000 in #3943
49+
- build(deps): bump the cloud-providers group across 1 directory with 8 updates by @dependabot[bot] in #3950
50+
- build(deps): bump github.com/go-chi/chi/v5 from 5.2.5 to 5.3.0 by @dependabot[bot] in #3946
51+
- build(deps): bump github.com/buildkite/go-pipeline from 0.17.0 to 0.17.1 by @dependabot[bot] in #3947
52+
- build(deps): bump the golang-x group across 1 directory with 3 updates by @dependabot[bot] in #3945
53+
- build(deps): bump connectrpc.com/connect from 1.19.2 to 1.20.0 by @dependabot[bot] in #3948
54+
- build(deps): bump the container-images group across 4 directories with 1 update by @dependabot[bot] in #3949
55+
- build(deps): bump github.com/buildkite/go-buildkite/v4 from 4.21.0 to 4.22.0 by @dependabot[bot] in #3915
56+
- build(deps): bump the container-images group across 2 directories with 1 update by @dependabot[bot] in #3951
57+
- build(deps): bump the container-images group across 2 directories with 1 update by @dependabot[bot] in #3952
58+
59+
New Contributors
60+
- @gchan made their first contribution in #3924
61+
- @calebfroese made their first contribution in #3932
62+
ReleaseNotesUrl: https://github.com/buildkite/agent/releases/tag/v3.127.1
63+
Documentations:
64+
- DocumentLabel: Docs
65+
DocumentUrl: https://buildkite.com/docs/agent
66+
ManifestType: defaultLocale
67+
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.127.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)