Skip to content

chore(deps): update buildkite#785

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/buildkite
Apr 15, 2026
Merged

chore(deps): update buildkite#785
renovate[bot] merged 1 commit intomainfrom
renovate/buildkite

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 15, 2026

This PR contains the following updates:

Package Type Update Change
aws-assume-role-with-web-identity minor v1.4.0v1.5.0
golang stage digest fcdb3e45f3787b
goreleaser/goreleaser-pro stage patch v2.15.2v2.15.3

Release Notes

buildkite-plugins/aws-assume-role-with-web-identity-buildkite-plugin (aws-assume-role-with-web-identity)

v1.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: buildkite-plugins/aws-assume-role-with-web-identity-buildkite-plugin@v1.4.0...v1.5.0

goreleaser/goreleaser-pro (goreleaser/goreleaser-pro)

v2.15.3

Compare Source

Changelog

Pro-only
Bug fixes
  • fix(pro): add retryx retry logic to pro-only HTTP/network calls (@​caarlos0)
  • fix(pro): PR title and body swapped in OpenPullRequest call for scoop (@​caarlos0)
  • fix(pro): changelog abbrev panics on negative values other than -1 (@​caarlos0)
  • fix(pro): changelog error for invalid AI provider instead of panicking (@​caarlos0)
  • fix(pro): fix "clouldsmiths" typo in skip message (@​caarlos0)
  • fix(pro): fix "hdiutl" typo in log output (@​caarlos0)
  • fix(pro): fix Debugf call missing format verbs (@​caarlos0)
  • fix(pro): fix default template file mode from 0o655 to 0o644 (@​caarlos0)
  • fix(pro): fix race condition in reReplaceAll regex replacer (@​caarlos0)
  • fix(pro): log correct repo for GitLab/Gitea releases (@​caarlos0)
  • fix(pro): missing NSIS, MSI, DMG, etc in http uploads (@​caarlos0)
  • fix(pro): missing nsis case in errNoArchivesFound format (@​caarlos0)
  • fix(pro): pin versions in package.json as well (@​caarlos0)
  • fix(pro): remove debug fmt.Println in If method (@​caarlos0)
  • fix(pro): remove debug warning left in production code (@​caarlos0)
  • fix(pro): remove duplicate hooks raw extraEnv from process environment (@​caarlos0)
  • fix(pro): subgroup debug log shows parent group regex instead of subgroup regex (@​caarlos0)
  • fix(pro): use GOMIPS64 env var for mips64/mips64le architectures in partial (@​caarlos0)
  • fix(pro): use correct map key in format validation in npm (@​caarlos0)
  • fix(pro): use template-expanded values in metadata fallback in makeself (@​caarlos0)
  • fix(pro): wrong field in templated_contents mtime parse error in npfm (@​caarlos0)
  • fix(pro): wrong field name in templated_files destination error (@​caarlos0)
  • refactor(pro): simplify dockerhub and changelog retry wrappers (@​caarlos0)
Other work

Shared with OSS
Security updates
  • sec: prevent secret leaks in logs and improve redaction (@​caarlos0)
Bug fixes
  • fix(aur,krew,aursources): apply template to SkipUpload before checking its value (@​caarlos0)
  • fix(blob): evaluate template in provider before checking for S3 ACL support (@​caarlos0)
  • fix(build): fix broken backtick and missing GOMIPS64 in --single-target help text (@​caarlos0)
  • fix(build): prevent panic when command has single element (@​caarlos0)
  • fix(bun): show original target in parse error, not trimmed version (@​caarlos0)
  • fix(changelog): prevent panic on negative abbrev values other than -1 (@​caarlos0)
  • fix(changelog): use %t instead of %b for bool in debug log format (@​caarlos0)
  • fix(checksums): prevent panic in sort when line has no double-space (@​caarlos0)
  • fix(client): off-by-one in truncateReleaseBody (@​caarlos0)
  • fix(docker): check evaluated Dockerfile template for emptiness, not raw template (@​caarlos0)
  • fix(docker): fix "did you mean?" suggestion always suggesting the input name itself (@​caarlos0)
  • fix(docker): prevent panic in parsePlatform with missing arch (@​caarlos0)
  • fix(docker): remove duplicate WithOutput in error wrapping (@​caarlos0)
  • fix(dockers/v2): digest log (@​caarlos0)
  • fix(gitea): fix misleading 'using master' log when default branch lookup fails (@​caarlos0)
  • fix(github): nil-guard resp in updateRelease before accessing Header (@​caarlos0)
  • fix(http): remove double-close of response body in executeHTTPRequest (@​caarlos0)
  • fix(nfpm): show correct value in content mtime parse error (@​caarlos0)
  • fix(opencollective): handle errors, more tests (@​caarlos0)
  • fix(partial): add missing ppc64le to archExtraEnvs map (@​caarlos0)
  • fix(partial): use GGOMIPS64/GOMIPS64 instead of GGOMIPS/GOMIPS for mips64/mips64le (@​caarlos0)
  • fix(redact): return 0 bytes written on underlying write failure (@​caarlos0)
  • fix(release): log correct repo name for GitLab and Gitea releases (@​caarlos0)
  • fix(rust): glibc version stripping for gnueabi/gnueabihf targets (@​caarlos0)
  • fix(rust): show all workspace members in error message, not just first (@​caarlos0)
  • fix(rust): strip custom glibc version from target for rustup command (@​mozzieongit)
  • fix(sbom): use matched filename for artifact Name instead of glob pattern (@​caarlos0)
  • fix(srpm): remove double close of package file (@​caarlos0)
  • fix(targz): close gzip reader in Copy (@​caarlos0)
  • fix(tmpl): return error instead of panicking on invalid filter regex (@​caarlos0)
  • fix(winget): use filepath.Join instead of path.Join for local filesystem paths (@​caarlos0)
  • fix: add retries everywhere possible (@​caarlos0)
  • fix: better log (@​caarlos0)
  • fix: check buildx for dockers v1 (@​caarlos0)
  • fix: guard iterator bounds in gerrors Details (@​caarlos0)
  • fix: handle io.ReadAll error in bodyOf instead of discarding it (@​caarlos0)
  • fix: preserve original error details in git config extraction (@​caarlos0)
  • fix: remove duplicate WithField in gitea client push logging (@​caarlos0)
  • fix: replace recursive rateLimitChecker with single check and context-aware sleep (@​caarlos0)
  • fix: use Mattermost.Color instead of Teams.Color in mattermost pipe (@​caarlos0)
  • fix: use typed structs for LinkedIn API responses (@​caarlos0)
  • refactor(http): remove global assetOpen mock pattern (@​caarlos0)
  • refactor(tests): simplify client tests with helpers (@​caarlos0)
  • refactor: use io.WriteString (@​caarlos0)
Documentation updates
Other work

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 15, 2026
@renovate renovate bot requested review from a team as code owners April 15, 2026 00:47
@renovate renovate bot enabled auto-merge (squash) April 15, 2026 00:47
@renovate renovate bot merged commit 9312aa4 into main Apr 15, 2026
3 checks passed
@renovate renovate bot deleted the renovate/buildkite branch April 15, 2026 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant