Skip to content

Bump @docker/actions-toolkit from 0.6.0 to 0.7.0#246

Merged
crazy-max merged 3 commits intomasterfrom
dependabot/npm_and_yarn/docker/actions-toolkit-0.7.0
Jul 7, 2023
Merged

Bump @docker/actions-toolkit from 0.6.0 to 0.7.0#246
crazy-max merged 3 commits intomasterfrom
dependabot/npm_and_yarn/docker/actions-toolkit-0.7.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2023

Bumps @docker/actions-toolkit from 0.6.0 to 0.7.0.

Release notes

Sourced from @​docker/actions-toolkit's releases.

v0.7.0

Full Changelog: docker/actions-toolkit@v0.6.0...v0.7.0

Commits
  • 1d9f948 Merge pull request #130 from docker/bot/docker-releases-json
  • b99f9ec github: update .github/docker-releases.json
  • 8d02bad Merge pull request #129 from crazy-max/buildx-bin-cache
  • c1edd0b buildx: improve vspec fingerprint for caching
  • 70c0e12 util: trimPrefix and trimSuffix methods
  • ddcd63c buildx: cache binary to hosted tool cache and GHA cache backend
  • 0e5fc36 Merge pull request #128 from docker/bot/buildx-releases-json
  • 3d49d98 github: update .github/buildx-releases.json
  • See full diff 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 [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/docker/actions-toolkit/releases)
- [Commits](docker/actions-toolkit@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: "@docker/actions-toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
crazy-max added 2 commits July 6, 2023 23:17
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@crazy-max
Copy link
Member

follow-up docker/actions-toolkit#129 which adds support for caching buildx binary. cc @nicks

@crazy-max crazy-max merged commit 2a1a44a into master Jul 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docker/actions-toolkit-0.7.0 branch July 7, 2023 08:03
@crazy-max
Copy link
Member

We can see it being cached correctly in GHA cache backend: https://github.com/docker/setup-buildx-action/actions/caches

image

scottames referenced this pull request in scottames/dots Jul 10, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action)
| action | minor | `v2.8.0` -> `v2.9.0` |

---

### Release Notes

<details>
<summary>docker/setup-buildx-action
(docker/setup-buildx-action)</summary>

###
[`v2.9.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.9.0)

[Compare
Source](https://togithub.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0)

- Bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.6.0 to 0.7.0 in
[https://github.com/docker/setup-buildx-action/pull/246](https://togithub.com/docker/setup-buildx-action/pull/246)
- Adds support to cache Buildx binary to hosted tool cache and GHA cache
backend

**Full Changelog**:
docker/setup-buildx-action@v2.8.0...v2.9.0

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Mogyuchi referenced this pull request in 4m-mazi/gh-test Jul 13, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action)
| action | minor | `v2.8.0` -> `v2.9.1` |

---

### Release Notes

<details>
<summary>docker/setup-buildx-action
(docker/setup-buildx-action)</summary>

###
[`v2.9.1`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.9.1)

[Compare
Source](https://togithub.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1)

- Bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.7.0 to 0.7.1 in
[https://github.com/docker/setup-buildx-action/pull/248](https://togithub.com/docker/setup-buildx-action/pull/248)
- Fixes an issue where building Buildx does not match the local platform
([https://github.com/docker/actions-toolkit/pull/135](https://togithub.com/docker/actions-toolkit/pull/135))

**Full Changelog**:
docker/setup-buildx-action@v2.9.0...v2.9.1

###
[`v2.9.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.9.0)

[Compare
Source](https://togithub.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0)

- Bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.6.0 to 0.7.0 in
[https://github.com/docker/setup-buildx-action/pull/246](https://togithub.com/docker/setup-buildx-action/pull/246)
- Adds support to cache Buildx binary to hosted tool cache and GHA cache
backend

**Full Changelog**:
docker/setup-buildx-action@v2.8.0...v2.9.0

</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.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Mogyuchi/gh-test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM2LjUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant