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

build(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0 #47

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2023

Bumps docker/setup-buildx-action from 2.4.1 to 2.5.0.

Release notes

Sourced from docker/setup-buildx-action's releases.

v2.5.0

Full Changelog: docker/setup-buildx-action@v2.4.1...v2.5.0

Commits
  • 4b4e9c3 Merge pull request #216 from awendland/patch-1
  • eb27bcb Merge pull request #218 from crazy-max/fix-builder-removal
  • b7471d4 update generated content
  • e2df91e check builder exists before removal
  • 85ce96b do not remove builder using the docker driver
  • f549413 Merge pull request #217 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 9998869 update generated content
  • e30725c Bump @​docker/actions-toolkit from 0.1.0-beta.16 to 0.1.0-beta.18
  • f1dc97e Merge pull request #213 from crazy-max/cleanup-input
  • 51ecd0a nit typo in README.md, csv is comma-delimited
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner March 10, 2023 12:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 10, 2023
@dependabot dependabot bot force-pushed the dependabot/github_actions/docker/setup-buildx-action-2.5.0 branch from 7f369e1 to bc4ff2d Compare March 16, 2023 12:16
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/docker/setup-buildx-action-2.5.0 branch from bc4ff2d to aa816e8 Compare March 22, 2023 17:15
@thanethomson thanethomson merged commit 7de880c into main Mar 22, 2023
@thanethomson thanethomson deleted the dependabot/github_actions/docker/setup-buildx-action-2.5.0 branch March 22, 2023 18:39
yihuang pushed a commit to yihuang/cometbft-db that referenced this pull request Mar 24, 2023
…etbft#47)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
thanethomson added a commit that referenced this pull request Apr 13, 2023
* use grocksdb to support latest version of rocksdb

also add API `NewRocksDBWithRawDB` to support read-only open mode and customize options

* update rocksdb version for ci testing

* build(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#47)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix ci test

* grocksdb v1.7.16

* rocksdb v7.10.2

* changelog

* fix changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant