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

QD-8148: Bump docker/bake-action from 5 to 6 in the dependencies group #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the dependencies group with 1 update: docker/bake-action.

Updates docker/bake-action from 5 to 6

Release notes

Sourced from docker/bake-action's releases.

v6.0.0

[!IMPORTANT] This major release uses the Git context to build from a remote bake definition by default like docker/build-push-action does to be consistent.

If you're using docker/metadata-action with bake and a remote bake definition, you need to set the cwd:// prefix to combine the remote one with the local one. More info: docker/bake-action#287

If you want to keep the old behavior using the Path context, you need to update your workflow and set source: .

Full Changelog: docker/bake-action@v5.11.0...v6.0.0

v5.13.0

Full Changelog: docker/bake-action@v5.12.0...v5.13.0

v5.12.0

Full Changelog: docker/bake-action@v5.11.0...v5.12.0

v5.11.0

list-targets subaction changes:

Full Changelog: docker/bake-action@v5.10.0...v5.11.0

v5.10.0

Full Changelog: docker/bake-action@v5.9.0...v5.10.0

v5.9.0

Full Changelog: docker/bake-action@v5.8.0...v5.9.0

v5.8.0

... (truncated)

Commits
  • 7bff531 Merge pull request #297 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 4eb699f chore: update generated content
  • 3310620 chore(deps): Bump @​docker/actions-toolkit from 0.51.0 to 0.53.0
  • 60f5d53 Merge pull request #286 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • cb84b96 chore: update generated content
  • 63a0b90 chore(deps): Bump @​docker/actions-toolkit from 0.50.0 to 0.51.0
  • 5dd4f8e Merge pull request #285 from crazy-max/revert-git-auth-token
  • 8342e48 Revert "set GIT_AUTH_TOKEN secret if Git context used"
  • 4e1bb14 Revert "chore: update generated content"
  • 5a1b7c9 Merge pull request #284 from crazy-max/fix-git-auth-token
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 3, 2025
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-0fe6dbbd4e branch from 3d2e733 to 127edba Compare February 10, 2025 11:53
@tiulpin
Copy link
Member

tiulpin commented Feb 13, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-0fe6dbbd4e branch from 127edba to c734c66 Compare February 13, 2025 00:50
@tiulpin
Copy link
Member

tiulpin commented Feb 21, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@tiulpin
Copy link
Member

tiulpin commented Feb 21, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-0fe6dbbd4e branch 2 times, most recently from 6df73dd to dfac3f5 Compare February 24, 2025 12:43
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-0fe6dbbd4e branch from dfac3f5 to 26eb798 Compare March 3, 2025 11:56
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-0fe6dbbd4e branch from 26eb798 to 83c7c29 Compare March 10, 2025 12:35
@tiulpin tiulpin requested a review from a team as a code owner March 10, 2025 13:40
Bumps the dependencies group with 1 update: [docker/bake-action](https://github.com/docker/bake-action).


Updates `docker/bake-action` from 5 to 6
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dependencies-0fe6dbbd4e branch from 83c7c29 to f3957a2 Compare March 17, 2025 11:16
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