|
| 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 |
0 commit comments