PlanktoScope / forklift

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

Bump github.com/docker/compose/v2 from 2.27.1 to 2.28.1 #262

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps github.com/docker/compose/v2 from 2.27.1 to 2.28.1.

Release notes

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

v2.28.1

What's Changed

🐛 Fixes

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.28.0...v2.28.1

v2.28.0

What's Changed

⚙️ Dependencies

  • bump docker/docker and docker/cli v27.0.1-rc.1, compose-go v2.1.3 (11926)

Full Changelog: https://github.com/docker/compose/compare/v2.27.3...v2.28.0

v2.27.3

What's Changed

⚙️ Dependencies

  • build(deps): bump github.com/docker/buildx from 0.15.0 to 0.15.1 (11921)
  • build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (11915)

Full Changelog: https://github.com/docker/compose/compare/v2.27.2...v2.27.3

v2.27.2

What's Changed

✨ Improvements

  • Add --environment flag to config command (11891)

🐛 Fixes

  • Prevent concurrent map write relying on project immutability (11860)
  • Fix COMPOSE_PROFILES can be set by .env file (11861)
  • Fix: change append to use slice index in ps (11862)
  • Return an error when --detach and --watch are used together in up command (11890)
  • Fix dot env file to define COMPOSE_* variables(11889)
  • Enforce keyboard.Close is always executed to restore terminal (11896)
  • Stop watch process when associated up process is stopped (11911)
  • Using as flag of the up command, watch was blocking process shutdown (11919)

🔧 Internal

  • Correct typo in comment (11877)
  • Chore(publish): remove unreachable code(11888)
  • Update GH actions versions, update engine matrix, bump Golang to 1.21.11 (11885)
  • Build: replace uses of archive.CanonicalTarNameForPath (11910)
  • Add open watch docs in up menu (11917)

⚙️ Dependencies

... (truncated)

Commits
  • f79c281 Remove console.Terminal check and use IsTerminal from streams.Out
  • 6a000dc go.mod: github.com/compose-spec/compose-go v2.1.3
  • 2636dcf go.mod: docker/docker and docker/cli v27.0.1-rc.1
  • 77377f2 build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • af1bc28 build(deps): bump github.com/docker/buildx from 0.15.0 to 0.15.1
  • e1fd7a6 using as flag of the up command, watch was blocking process shutdown
  • de478f8 Add open watch docs in up menu
  • 24a281f bump buildkit to v0.14.0 and buildx to v0.15.0
  • 54a5e7d stop watch process when associated up process is stopped
  • 36ef5b3 build(deps): bump github.com/docker/docker
  • 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)