chore(deps): update dependency docker/build-push-action to v6 #84

Merged
erichardson merged 1 commits from renovate/docker-build-push-action-6.x into master 2024-06-29 02:48:44 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
docker/build-push-action major v5.3.0 -> v6.2.0
docker/build-push-action action major v5.3.0 -> v6.2.0

Release Notes

docker/build-push-action (docker/build-push-action)

v6.2.0

Compare Source

Full Changelog: https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0

v6.1.0

Compare Source

Full Changelog: https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0

v6.0.2

Compare Source

Full Changelog: https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2

v6.0.1

Compare Source

Full Changelog: https://github.com/docker/build-push-action/compare/v6.0.0...v6.0.1

v6.0.0

Compare Source

[!NOTE]
This major release adds support for generating Build summary and exporting build record for your build. You can disable this feature by setting DOCKER_BUILD_NO_SUMMARY: true environment variable in your workflow.

Full Changelog: https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0

v6

Compare Source

v5.4.0

Compare Source

Full Changelog: https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://github.com/docker/build-push-action) | | major | `v5.3.0` -> `v6.2.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | action | major | `v5.3.0` -> `v6.2.0` | --- ### Release Notes <details> <summary>docker/build-push-action (docker/build-push-action)</summary> ### [`v6.2.0`](https://github.com/docker/build-push-action/releases/tag/v6.2.0) [Compare Source](https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0) - Use default retention days for build export artifact by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/build-push-action/pull/1153 - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.27.0 to 0.28.0 in https://github.com/docker/build-push-action/pull/1158 **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0 ### [`v6.1.0`](https://github.com/docker/build-push-action/releases/tag/v6.1.0) [Compare Source](https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.26.2 to 0.27.0 in https://github.com/docker/build-push-action/pull/1149 **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0 ### [`v6.0.2`](https://github.com/docker/build-push-action/releases/tag/v6.0.2) [Compare Source](https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.26.1 to 0.26.2 in https://github.com/docker/build-push-action/pull/1147 **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2 ### [`v6.0.1`](https://github.com/docker/build-push-action/releases/tag/v6.0.1) [Compare Source](https://github.com/docker/build-push-action/compare/v6...v6.0.1) - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.26.0 to 0.26.1 in https://github.com/docker/build-push-action/pull/1142 **Full Changelog**: https://github.com/docker/build-push-action/compare/v6.0.0...v6.0.1 ### [`v6.0.0`](https://github.com/docker/build-push-action/releases/tag/v6.0.0) [Compare Source](https://github.com/docker/build-push-action/compare/v6...v6) - Export build record and generate [build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/build-push-action/pull/1120 - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.24.0 to 0.26.0 in https://github.com/docker/build-push-action/pull/1132 https://github.com/docker/build-push-action/pull/1136 https://github.com/docker/build-push-action/pull/1138 - Bump braces from 3.0.2 to 3.0.3 in https://github.com/docker/build-push-action/pull/1137 > \[!NOTE] > This major release adds support for generating [Build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) and exporting build record for your build. You can disable this feature by setting [ `DOCKER_BUILD_NO_SUMMARY: true` environment variable in your workflow](https://docs.docker.com/build/ci/github-actions/build-summary/#disable-job-summary). **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0 ### [`v6`](https://github.com/docker/build-push-action/compare/v5.4.0...v6) [Compare Source](https://github.com/docker/build-push-action/compare/v5.4.0...v6) ### [`v5.4.0`](https://github.com/docker/build-push-action/releases/tag/v5.4.0) [Compare Source](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0) - Show builder information before building by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/build-push-action/pull/1128 - Handle attestations correctly with provenance and sbom inputs by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/build-push-action/pull/1086 - Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.19.0 to 0.24.0 in https://github.com/docker/build-push-action/pull/1088 https://github.com/docker/build-push-action/pull/1105 https://github.com/docker/build-push-action/pull/1121 https://github.com/docker/build-push-action/pull/1127 - Bump undici from 5.28.3 to 5.28.4 in https://github.com/docker/build-push-action/pull/1090 **Full Changelog**: https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImJvdCIsInVwZ3JhZGUiXX0=-->
renovate added the botupgrade labels 2024-06-17 15:28:32 +00:00
renovate force-pushed renovate/docker-build-push-action-6.x from 3e00b31a27 to 3c64875ef4 2024-06-19 13:47:55 +00:00 Compare
renovate force-pushed renovate/docker-build-push-action-6.x from 3c64875ef4 to 4a2279a292 2024-06-20 17:53:01 +00:00 Compare
renovate force-pushed renovate/docker-build-push-action-6.x from 4a2279a292 to 2777e3fa51 2024-06-21 17:28:56 +00:00 Compare
renovate force-pushed renovate/docker-build-push-action-6.x from 2777e3fa51 to 1367a48107 2024-06-26 15:02:27 +00:00 Compare
erichardson merged commit fb47b12ef3 into master 2024-06-29 02:48:44 +00:00
erichardson deleted branch renovate/docker-build-push-action-6.x 2024-06-29 02:48:45 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: erichardson/py-eagle-mqtt#84