Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/buildkite/agent/v3 from 3.50.3 to 3.50.4 #3154

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps github.com/buildkite/agent/v3 from 3.50.3 to 3.50.4.

Release notes

Sourced from github.com/buildkite/agent/v3's releases.

v3.50.4

v3.50.4 (2023-07-31)

Full Changelog

This point release fixes more parser cases in previous point releases of 3.50. We recommend anyone using v3.50.0 through v3.50.3 upgrade, especially when experiencing problems with previously-working pipeline YAML.

  • Legacy step forms (where the step type is specified with type) should parse correctly
  • Scalar (i.e. non-map) block steps should parse correctly
  • Explicit env: null should parse correctly
  • Parser errors should no longer cause the pipeline to be missing steps; either errors should halt processing or unknown step types remain in the output (though these might still be rejected by buildkite.com).

Fixed

Changed

  • Remove docker-compose v1 from ubuntu 22.04 and replace with compatibility script #2248 (@​triarius)
  • Authentication failure errors when using S3 now mention BUILDKITE_S3_PROFILE and AWS_PROFILE #2247 (@​DrJosh9000)

Internal

Changelog

Sourced from github.com/buildkite/agent/v3's changelog.

v3.50.4 (2023-07-31)

Full Changelog

Fixed

Changed

  • Remove docker-compose v1 from ubuntu 22.04 and replace with compatibility script #2248 (@​triarius)
  • Authentication failure errors when using S3 now mention BUILDKITE_S3_PROFILE and AWS_PROFILE #2247 (@​DrJosh9000)

Internal

Commits
  • a10fcb3 Merge pull request #2262 from buildkite/release-v3.50.4
  • 89282a2 Bump VERSION and CHANGELOG for v3.50.4
  • aafb7a0 Merge pull request #2261 from buildkite/pdp-1411-fix-go-mod-tidy-flake
  • 85ad110 Merge pull request #2260 from buildkite/nils-and-nulls
  • 87a0eb6 Fix flaky go mod tidyness check
  • 330c09a Nil handling tweaks
  • 6557a32 Merge pull request #2254 from buildkite/futureproof-steps
  • d024d13 Add future-proofing UnknownStep type
  • 5e7f87a Merge pull request #2253 from buildkite/even-more-parsing-fixes
  • 07d96f1 Update implementation for steps that can be scalars
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/buildkite/agent/v3](https://github.com/buildkite/agent) from 3.50.3 to 3.50.4.
- [Release notes](https://github.com/buildkite/agent/releases)
- [Changelog](https://github.com/buildkite/agent/blob/main/CHANGELOG.md)
- [Commits](buildkite/agent@v3.50.3...v3.50.4)

---
updated-dependencies:
- dependency-name: github.com/buildkite/agent/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 1, 2023
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #3154 (f526da7) into main (b8c5997) will decrease coverage by 0.01%.
Report is 2 commits behind head on main.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #3154      +/-   ##
==========================================
- Coverage   30.55%   30.54%   -0.01%     
==========================================
  Files         155      155              
  Lines        9806     9809       +3     
==========================================
  Hits         2996     2996              
- Misses       6362     6365       +3     
  Partials      448      448              
Files Changed Coverage Δ
cmd/cosign/cli/signblob.go 0.00% <0.00%> (ø)

@hectorj2f hectorj2f merged commit cc735db into main Aug 1, 2023
28 checks passed
@hectorj2f hectorj2f deleted the dependabot/go_modules/github.com/buildkite/agent/v3-3.50.4 branch August 1, 2023 18:08
@github-actions github-actions bot added this to the v2.2.0 milestone Aug 1, 2023
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant