Skip to content

Commit e0cc2f4

Browse files
authored
chore(deps): update module github.com/buildkite/agent/v3 to v3.107.0 (#977)
This PR contains the following updates: | Package | Type | Update | Change | Pending | OpenSSF | |---|---|---|---|---|---| | [github.com/buildkite/agent/v3](https://redirect.github.com/buildkite/agent) | indirect | minor | `v3.106.0` -> `v3.107.0` | `v3.108.0` (+2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/buildkite/agent/badge)](https://securityscorecards.dev/viewer/?uri=github.com/buildkite/agent) | --- ### Release Notes <details> <summary>buildkite/agent (github.com/buildkite/agent/v3)</summary> ### [`v3.107.0`](https://redirect.github.com/buildkite/agent/blob/HEAD/CHANGELOG.md#v31070-2025-09-18) [Compare Source](https://redirect.github.com/buildkite/agent/compare/v3.106.0...v3.107.0) [Full Changelog](https://redirect.github.com/buildkite/agent/compare/v3.106.0...v3.107.0) ##### Added - Added ability to fetch multiple secrets in a single call [#&#8203;3483](https://redirect.github.com/buildkite/agent/pull/3483) ([@&#8203;moskyb](https://redirect.github.com/moskyb)) - Experiment for propagating agent config env vars [#&#8203;3471](https://redirect.github.com/buildkite/agent/pull/3471) ([@&#8203;DrJosh9000](https://redirect.github.com/DrJosh9000)) - `oidc request-token` can now output in a GCP Workload Federation-compatible format [#&#8203;3480](https://redirect.github.com/buildkite/agent/pull/3480) ([@&#8203;moskyb](https://redirect.github.com/moskyb)) ##### Changed - Update docs for apply-if-changed information with agent minimum version [#&#8203;3485](https://redirect.github.com/buildkite/agent/pull/3485) ([@&#8203;Damilola-obasa](https://redirect.github.com/Damilola-obasa)) ##### Internal - Use the go.mod tool block for more tools [#&#8203;3481](https://redirect.github.com/buildkite/agent/pull/3481) ([@&#8203;DrJosh9000](https://redirect.github.com/DrJosh9000)) - Update shellwords to v1.0.1, relax Go version directive [#&#8203;3464](https://redirect.github.com/buildkite/agent/pull/3464) ([@&#8203;moskyb](https://redirect.github.com/moskyb)) - build(deps): bump the container-images group across 5 directories with 1 update [#&#8203;3478](https://redirect.github.com/buildkite/agent/pull/3478) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - Split Dependabot container updates [#&#8203;3477](https://redirect.github.com/buildkite/agent/pull/3477) ([@&#8203;DrJosh9000](https://redirect.github.com/DrJosh9000)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
1 parent cc190c7 commit e0cc2f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

kubernetes/controller/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ require (
106106
github.com/beorn7/perks v1.0.1 // indirect
107107
github.com/blang/semver v3.5.1+incompatible // indirect
108108
github.com/blang/semver/v4 v4.0.0 // indirect
109-
github.com/buildkite/agent/v3 v3.106.0 // indirect
109+
github.com/buildkite/agent/v3 v3.107.0 // indirect
110110
github.com/buildkite/go-pipeline v0.16.0 // indirect
111111
github.com/buildkite/interpolate v0.1.5 // indirect
112112
github.com/buildkite/roko v1.4.0 // indirect

kubernetes/controller/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@ github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
844844
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
845845
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
846846
github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0=
847-
github.com/buildkite/agent/v3 v3.106.0 h1:P1Xg+g//ye3zOZiwUWOCGlDfTwKU+5th49/DajJiybk=
848-
github.com/buildkite/agent/v3 v3.106.0/go.mod h1:bU1Tg7CVjQX1kUqVIkNKpP9FyZ/0QkMSCDLBhB4a8x4=
847+
github.com/buildkite/agent/v3 v3.107.0 h1:qZRP5SxlhngI0RpfuIAF7ikZUrx1aZ2FwqWv1Y59Brk=
848+
github.com/buildkite/agent/v3 v3.107.0/go.mod h1:K/ooiPwl4JvSSyOvI710R9oY8uNHQtKZKqCnxC5fOog=
849849
github.com/buildkite/go-pipeline v0.16.0 h1:wEgWUMRAgSg1ZnWOoA3AovtYYdTvN0dLY1zwUWmPP+4=
850850
github.com/buildkite/go-pipeline v0.16.0/go.mod h1:VE37qY3X5pmAKKUMoDZvPsHOQuyakB9cmXj9Qn6QasA=
851851
github.com/buildkite/interpolate v0.1.5 h1:v2Ji3voik69UZlbfoqzx+qfcsOKLA61nHdU79VV+tPU=

0 commit comments

Comments
 (0)