PlanktoScope / forklift

Composable, reprovisionable, decentralized management of apps & configs on Raspberry Pis and other embedded Linux systems
Apache License 2.0
8 stars 0 forks source link

Bump github.com/docker/compose/v2 from 2.29.1 to 2.29.2 #289

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps github.com/docker/compose/v2 from 2.29.1 to 2.29.2.

Release notes

Sourced from github.com/docker/compose/v2's releases.

v2.29.2

What's Changed

✨ Improvements

  • docs: Update docker compose kill usage (12041)
  • add x-initSync to watch to always provide initial (12047)

🐛 Fixes

  • Removes redundant condition from toAPIBuildOptions in build.go (12009)
  • Fix stoping compose process for single container for file change on sync-restart action (12014)

🔧 Internal

  • bump golang 1.21.12 (12017)
  • bump engine and cli to v27.1.1, buildx to v0.16.1 (12020)
  • bump engine and cli to v27.1.2, buildx to v0.16.2 (12057)
  • remove all dependabot update PRs for OTel dependencies (12006)
  • bump golang.org/x/sys v0.22.0 and gofrs/flock v0.12.1 (12018)

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.29.1...v2.29.2

Commits
  • 2340367 upgrade docker versions
  • 9c03797 initial sync files that modified after image creation
  • 485c0eb initial sync for root directory
  • 69384a9 Removes redundant condition from toAPIBuildOptions in build.go
  • 1601ead docs: Update docker compose kill usage
  • ea4ccf6 Fix stop on file chane for sync-restart action
  • b1850ea bump engine and cli to v27.1.1, buildx to v0.16.1
  • adba639 remove all dependabot update PRs for OTel dependencies
  • d851852 gp.mod: github.com/gofrs/flock v0.12.1
  • c79f15d go.mod: golang.org/x/sys v0.22.0
  • Additional commits viewable 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)