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 crazy-max/ghaction-docker-buildx from 1 to 3 #16

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2024

Bumps crazy-max/ghaction-docker-buildx from 1 to 3.

Release notes

Sourced from crazy-max/ghaction-docker-buildx's releases.

v3.0.0

  • Use actions/tool-cache for caching
  • skip-cache input no longer useful (deprecated)

v2.0.1

  • Leverage buildx cache example
  • Build and push to DockerHub example
  • Update deps

v2.0.0

  • Add cache implementation (#183)
  • Remove version input

v1.6.2

  • Fix rename across "device" (partition) boundaries (#194)
  • Update deps

v1.6.1

  • Typo

v1.6.0

  • Use native GitHub Action tools to download assets and use GitHub API
  • Cleanup local paths from extra fields
  • Remove @actions/github module and use GITHUB_SHA env var instead
  • Audit packages

v1.5.1

  • Add Codecov
  • Bumps deps

v1.5.0

  • Add qemu-version input
  • Deprecate version input. Use buildx-version instead
  • Use actions/checkout@v2
  • Bumps deps

v1.4.0

  • Support custom docker config home (#156)
  • Update deps

v1.3.0

  • Use ncc and clean workflows
  • Update deps

v1.2.1

  • Bump deps

v1.2.0

  • Use a unique name for the builder (#116)
  • Bump deps

... (truncated)

Changelog

Sourced from crazy-max/ghaction-docker-buildx's changelog.

3.3.0 (2020/08/17)

  • Use crazy-max/ghaction-docker-login action
  • Update deps

3.2.0 (2020/06/25)

  • qemu-version not taken into account (#220)
  • Remove skip-cache input

3.1.0 (2020/06/07)

  • Handle nosuid (#213)

3.0.0 (2020/06/06)

  • Use actions/tool-cache for caching
  • skip-cache input no longer useful (deprecated)

2.0.1 (2020/06/03)

  • Leverage buildx cache example
  • Build and push to DockerHub example
  • Update deps

2.0.0 (2020/05/29)

  • Add cache implementation (#183)
  • Remove version input.

1.6.2 (2020/05/20)

  • Fix rename across "device" (partition) boundaries (#194)
  • Update deps

1.6.1 (2020/05/08)

  • Typo

1.6.0 (2020/05/07)

  • Use native GitHub Action tools to download assets and use GitHub API
  • Cleanup local paths from extra fields
  • Remove @actions/github module and use GITHUB_SHA env var instead
  • Audit packages

1.5.1 (2020/05/06)

  • Add Codecov
  • Update deps

... (truncated)

Commits
  • 126d331 Move deprecation message to sources
  • 22b63fb Adding deprecation warning (#234)
  • 460e673 Bump @​actions/core from 1.2.5 to 1.2.6 (#238)
  • 642efa6 Bump actions/checkout from v2.3.2 to v2.3.3 (#237)
  • 03d7b1e Bump @​actions/core from 1.2.4 to 1.2.5 (#233)
  • 984dbe3 Switch to docker/login-action
  • 2dd6f30 Move zeit/ncc to vercel/ncc
  • 3de5663 Add note about dependabot
  • 846e06f Bump codecov/codecov-action from v1.0.12 to v1.0.13 (#231)
  • bb77f35 Use crazy-max/ghaction-docker-login action
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [crazy-max/ghaction-docker-buildx](https://github.com/crazy-max/ghaction-docker-buildx) from 1 to 3.
- [Release notes](https://github.com/crazy-max/ghaction-docker-buildx/releases)
- [Changelog](https://github.com/crazy-max/ghaction-docker-buildx/blob/master/CHANGELOG.md)
- [Commits](crazy-max/ghaction-docker-buildx@v1...v3)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-docker-buildx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 27, 2024
Copy link
Contributor

I'm not approving this PR because it includes a major update of a dependency used in production

@github-actions github-actions bot enabled auto-merge June 27, 2024 14:06
@github-actions github-actions bot added the requires-manual-qa Requires manual QA to assure it works as expected label Jun 27, 2024
@nclsbayona nclsbayona merged commit 6f28bfe into main Jun 28, 2024
1 check passed
@nclsbayona nclsbayona deleted the dependabot/github_actions/crazy-max/ghaction-docker-buildx-3 branch June 28, 2024 01:54
@nclsbayona
Copy link
Owner

🎉 This PR is included in version 1.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 github_actions Pull requests that update GitHub Actions code released requires-manual-qa Requires manual QA to assure it works as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant