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 docker/build-push-action from 3 to 4 #190

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2023

Bumps docker/build-push-action from 3 to 4.

Release notes

Sourced from docker/build-push-action's releases.

v4.0.0

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v3.3.1...v4.0.0

v3.3.1

Full Changelog: docker/build-push-action@v3.3.0...v3.3.1

v3.3.0

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v3.2.0...v3.3.0

v3.2.0

Full Changelog: docker/build-push-action@v3.1.1...v3.2.0

v3.1.1

Full Changelog: docker/build-push-action@v3.1.0...v3.1.1

v3.1.0

  • no-cache-filters input by @​crazy-max (#653)
  • Bump @​actions/github from 5.0.1 to 5.0.3 (#619)
  • Bump @​actions/core from 1.6.0 to 1.9.0 (#620 #637)
  • Bump csv-parse from 5.0.4 to 5.3.0 (#623 #650)

Full Changelog: docker/build-push-action@v3.0.0...v3.1.0

Commits
  • 3b5e802 Merge pull request #784 from crazy-max/enable-provenance
  • 02d3266 update generated content
  • f403daf revert disable provenance by default if not set
  • 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/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Feb 4, 2023
@gythialy gythialy merged commit 798cd8e into main Feb 4, 2023
@gythialy gythialy deleted the dependabot/github_actions/docker/build-push-action-4 branch February 4, 2023 10:12
kodiakhq bot pushed a commit to cloudquery/cloudquery that referenced this pull request Mar 1, 2023
…#8627)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ghcr.io/gythialy/golang-cross](https://togithub.com/gythialy/golang-cross) | final | minor | `1.19.5-0` -> `1.20.1-0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>gythialy/golang-cross</summary>

### [`v1.20.1`](https://togithub.com/gythialy/golang-cross/releases/tag/v1.20.1)

[Compare Source](https://togithub.com/gythialy/golang-cross/compare/v1.20.1...v1.20.1)

##### What's Changed

-   feat: enable workflow inputs for building builder image by [@&#8203;gythialy](https://togithub.com/gythialy) in [gythialy/golang-cross#189
-   chore(deps): bump docker/build-push-action from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [gythialy/golang-cross#190
-   feat: clean build cache when PR closed by [@&#8203;gythialy](https://togithub.com/gythialy) in [gythialy/golang-cross#193
-   1.15.2 goreleaser by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [gythialy/golang-cross#194
-   0.71.0 syft by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [gythialy/golang-cross#195
-   update go to 1.20.1 by [@&#8203;cpanato](https://togithub.com/cpanato) in [gythialy/golang-cross#196
-   update base image to use go1.20.1 by [@&#8203;cpanato](https://togithub.com/cpanato) in [gythialy/golang-cross#197

**Full Changelog**: gythialy/golang-cross@v1.20.0...v1.20.1

### [`v1.20.1`](https://togithub.com/gythialy/golang-cross/releases/tag/v1.20.1)

[Compare Source](https://togithub.com/gythialy/golang-cross/compare/v1.20.0...v1.20.1)

##### What's Changed

-   feat: enable workflow inputs for building builder image by [@&#8203;gythialy](https://togithub.com/gythialy) in [gythialy/golang-cross#189
-   chore(deps): bump docker/build-push-action from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [gythialy/golang-cross#190
-   feat: clean build cache when PR closed by [@&#8203;gythialy](https://togithub.com/gythialy) in [gythialy/golang-cross#193
-   1.15.2 goreleaser by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [gythialy/golang-cross#194
-   0.71.0 syft by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [gythialy/golang-cross#195
-   update go to 1.20.1 by [@&#8203;cpanato](https://togithub.com/cpanato) in [gythialy/golang-cross#196
-   update base image to use go1.20.1 by [@&#8203;cpanato](https://togithub.com/cpanato) in [gythialy/golang-cross#197

**Full Changelog**: gythialy/golang-cross@v1.20.0...v1.20.1

### [`v1.20.0`](https://togithub.com/gythialy/golang-cross/compare/v1.20.0...v1.20.0)

[Compare Source](https://togithub.com/gythialy/golang-cross/compare/v1.20.0...v1.20.0)

### [`v1.20.0`](https://togithub.com/gythialy/golang-cross/compare/v1.19.5...v1.20.0)

[Compare Source](https://togithub.com/gythialy/golang-cross/compare/v1.19.5...v1.20.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
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.

None yet

1 participant