product-os / flowzone

Reusable, opinionated, zero-conf workflows for GitHub actions
https://flowzone.pages.dev
Apache License 2.0
15 stars 5 forks source link

Update docker/bake-action action to v5 #1087

Closed balena-renovate[bot] closed 2 months ago

balena-renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Type Update Change
docker/bake-action action major v4.6.0 -> v5.4.0

Release Notes

docker/bake-action (docker/bake-action) ### [`v5.4.0`](https://togithub.com/docker/bake-action/releases/tag/v5.4.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.3.0...v5.4.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.31.0 to 0.33.0 in [https://github.com/docker/bake-action/pull/233](https://togithub.com/docker/bake-action/pull/233) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.3.0...v5.4.0 ### [`v5.3.0`](https://togithub.com/docker/bake-action/releases/tag/v5.3.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.2.0...v5.3.0) - `DOCKER_BUILD_RECORD_UPLOAD` environment variable to enable/disable build record upload by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/bake-action/pull/230](https://togithub.com/docker/bake-action/pull/230) - `DOCKER_BUILD_NO_SUMMARY` has been deprecated. Set `DOCKER_BUILD_SUMMARY` to `false` instead by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/bake-action/pull/227](https://togithub.com/docker/bake-action/pull/227) [https://github.com/docker/bake-action/pull/229](https://togithub.com/docker/bake-action/pull/229) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.28.0 to 0.31.0 in [https://github.com/docker/bake-action/pull/223](https://togithub.com/docker/bake-action/pull/223) [https://github.com/docker/bake-action/pull/226](https://togithub.com/docker/bake-action/pull/226) [https://github.com/docker/bake-action/pull/228](https://togithub.com/docker/bake-action/pull/228) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.2.0...v5.3.0 ### [`v5.2.0`](https://togithub.com/docker/bake-action/releases/tag/v5.2.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.1.0...v5.2.0) - Use default retention days for build export artifact by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/bake-action/pull/220](https://togithub.com/docker/bake-action/pull/220) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.27.0 to 0.28.0 in [https://github.com/docker/bake-action/pull/222](https://togithub.com/docker/bake-action/pull/222) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.1.0...v5.2.0 ### [`v5.1.0`](https://togithub.com/docker/bake-action/releases/tag/v5.1.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.0.2...v5.1.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.26.2 to 0.27.0 in [https://github.com/docker/bake-action/pull/219](https://togithub.com/docker/bake-action/pull/219) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.0.2...v5.1.0 ### [`v5.0.2`](https://togithub.com/docker/bake-action/releases/tag/v5.0.2) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.0.1...v5.0.2) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.26.1 to 0.26.2 in [https://github.com/docker/bake-action/pull/218](https://togithub.com/docker/bake-action/pull/218) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.0.1...v5.0.2 ### [`v5.0.1`](https://togithub.com/docker/bake-action/releases/tag/v5.0.1) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.0.0...v5.0.1) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.26.0 to 0.26.1 in [https://github.com/docker/bake-action/pull/217](https://togithub.com/docker/bake-action/pull/217) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://togithub.com/docker/bake-action/releases/tag/v5.0.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v4.6.0...v5.0.0) - Export build record and generate [build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/bake-action/pull/208](https://togithub.com/docker/bake-action/pull/208) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.24.0 to 0.26.0 in [https://github.com/docker/bake-action/pull/212](https://togithub.com/docker/bake-action/pull/212) [https://github.com/docker/bake-action/pull/213](https://togithub.com/docker/bake-action/pull/213) [https://github.com/docker/bake-action/pull/215](https://togithub.com/docker/bake-action/pull/215) - Bump braces from 3.0.2 to 3.0.3 in [https://github.com/docker/bake-action/pull/214](https://togithub.com/docker/bake-action/pull/214) > \[!NOTE] > This major release adds support for generating [Build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) and exporting build records for your builds. 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/bake-action/compare/v4.6.0...v5.0.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 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 Renovate Bot.

flowzone-app[bot] commented 3 months ago

release-notes Update docker/bake-action action to v5

Notable changes

docker/bake-action (docker/bake-action) ### [`v5.4.0`](https://togithub.com/docker/bake-action/releases/tag/v5.4.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.3.0...v5.4.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.31.0 to 0.33.0 in [https://github.com/docker/bake-action/pull/233](https://togithub.com/docker/bake-action/pull/233) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.3.0...v5.4.0 ### [`v5.3.0`](https://togithub.com/docker/bake-action/releases/tag/v5.3.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.2.0...v5.3.0) - `DOCKER_BUILD_RECORD_UPLOAD` environment variable to enable/disable build record upload by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/bake-action/pull/230](https://togithub.com/docker/bake-action/pull/230) - `DOCKER_BUILD_NO_SUMMARY` has been deprecated. Set `DOCKER_BUILD_SUMMARY` to `false` instead by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/bake-action/pull/227](https://togithub.com/docker/bake-action/pull/227) [https://github.com/docker/bake-action/pull/229](https://togithub.com/docker/bake-action/pull/229) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.28.0 to 0.31.0 in [https://github.com/docker/bake-action/pull/223](https://togithub.com/docker/bake-action/pull/223) [https://github.com/docker/bake-action/pull/226](https://togithub.com/docker/bake-action/pull/226) [https://github.com/docker/bake-action/pull/228](https://togithub.com/docker/bake-action/pull/228) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.2.0...v5.3.0 ### [`v5.2.0`](https://togithub.com/docker/bake-action/releases/tag/v5.2.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.1.0...v5.2.0) - Use default retention days for build export artifact by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/bake-action/pull/220](https://togithub.com/docker/bake-action/pull/220) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.27.0 to 0.28.0 in [https://github.com/docker/bake-action/pull/222](https://togithub.com/docker/bake-action/pull/222) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.1.0...v5.2.0 ### [`v5.1.0`](https://togithub.com/docker/bake-action/releases/tag/v5.1.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.0.2...v5.1.0) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.26.2 to 0.27.0 in [https://github.com/docker/bake-action/pull/219](https://togithub.com/docker/bake-action/pull/219) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.0.2...v5.1.0 ### [`v5.0.2`](https://togithub.com/docker/bake-action/releases/tag/v5.0.2) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.0.1...v5.0.2) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.26.1 to 0.26.2 in [https://github.com/docker/bake-action/pull/218](https://togithub.com/docker/bake-action/pull/218) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.0.1...v5.0.2 ### [`v5.0.1`](https://togithub.com/docker/bake-action/releases/tag/v5.0.1) [Compare Source](https://togithub.com/docker/bake-action/compare/v5.0.0...v5.0.1) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.26.0 to 0.26.1 in [https://github.com/docker/bake-action/pull/217](https://togithub.com/docker/bake-action/pull/217) **Full Changelog**: https://github.com/docker/bake-action/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://togithub.com/docker/bake-action/releases/tag/v5.0.0) [Compare Source](https://togithub.com/docker/bake-action/compare/v4.6.0...v5.0.0) - Export build record and generate [build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/bake-action/pull/208](https://togithub.com/docker/bake-action/pull/208) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.24.0 to 0.26.0 in [https://github.com/docker/bake-action/pull/212](https://togithub.com/docker/bake-action/pull/212) [https://github.com/docker/bake-action/pull/213](https://togithub.com/docker/bake-action/pull/213) [https://github.com/docker/bake-action/pull/215](https://togithub.com/docker/bake-action/pull/215) - Bump braces from 3.0.2 to 3.0.3 in [https://github.com/docker/bake-action/pull/214](https://togithub.com/docker/bake-action/pull/214) > \[!NOTE] > This major release adds support for generating [Build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) and exporting build records for your builds. 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/bake-action/compare/v4.6.0...v5.0.0
github-actions[bot] commented 2 months ago

Website deployed to CF Pages, 👀 preview link https://60153ce9.flowzone.pages.dev