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

chore(deps): update dependency docker/compose to v2.32.1 #51

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2024

This PR contains the following updates:

Package Update Change
docker/compose minor v2.24.6 -> v2.32.1

Release Notes

docker/compose (docker/compose)

v2.32.1

Compare Source

What's Changed

🐛 Fixes

Full Changelog: docker/compose@v2.32.0...v2.32.1

v2.32.0

Compare Source

What's Changed

✨ Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

Full Changelog: docker/compose@v2.31.0...v2.32.0

v2.31.0

Compare Source

What's Changed

✨ Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: docker/compose@v2.30.3...v2.31.0

v2.30.3

Compare Source

What's Changed

🐛 Fixes
⚙️ Dependencies

Full Changelog: docker/compose@v2.30.2...v2.30.3

v2.30.2

Compare Source

What's Changed

🐛 Fixes
  • Service being declared in a profile must not trigger re-creation by @​ndeloof in (12265)
  • Remove ArtifactType from Config in OCI v1.1 definition of the artifact by @​glours (12266)
🔧 Internal
⚙️ Dependencies

Full Changelog: docker/compose@v2.30.1...v2.30.2

v2.30.1

Compare Source

What's Changed

🐛 Fixes

Fix regression when using stdin as input of -f flag (12248)
Fix regression when using multiple time the same YAML anchor in a Compose file (12247)

⚙️ Dependencies

Full Changelog: docker/compose@v2.30.0...v2.30.1

v2.30.0

Compare Source

What's Changed

✨ Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: docker/compose@v2.29.7...v2.30.0

v2.29.7

Compare Source

What's Changed

🐛 Fixes

Full Changelog: docker/compose@v2.29.6...v2.29.7

v2.29.6

Compare Source

What's Changed

🐛 Fixes
⚙️ Dependencies

Full Changelog: docker/compose@v2.29.5...v2.29.6

v2.29.5

Compare Source

What's Changed

This release fix an issue with bind mounts on WSL2 when using Docker Desktop

🐛 Fixes
🔧 Internal

Full Changelog: docker/compose@v2.29.4...v2.29.5

v2.29.4

Compare Source

What's Changed

🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: docker/compose@v2.29.3...v2.29.4

v2.29.3

Compare Source

What's Changed

✨ Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: docker/compose@v2.29.2...v2.29.3

v2.29.2

Compare Source

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: docker/compose@v2.29.1...v2.29.2

v2.29.1

Compare Source

What's Changed

✨ Improvements
  • Enhance JSON progress events with more fields (12000)
🐛 Fixes
  • Fix sorting logic by adding secondary sorting for one-off containers (11995)
🔧 Internal
  • Test with docker engine 27.1.0 (11998)
  • bump docker, docker/cli v27.1.0 (12003)
  • bump compose-go v2.1.5 (12007)

New Contributors

Full Changelog: docker/compose@v2.29.0...v2.29.1

v2.29.0

Compare Source

What's Changed

✨ Improvements
  • Add JSON stream progress writer (11478)
  • Add --prune option to docker-compose watch command (11932)
🐛 Fixes
  • Exclude unnecessary resources after services have been selected (11978)
  • Empty env variable with no value must be unset in container(11965)
  • Restore setEnvWithDotEnv (11974)
🔧 Internal
  • Test with docker engine v27.0.3 (11927)
  • Remove COMPOSE_MENU env from e2e tests (11654)
  • Add stale workflow (11968)
  • Change time before closing stale (11979)
  • Fix: typos (11632)
⚙️ Dependencies
  • Build(deps): bump docker/cli, docker/docker v27.0.2 (11938)
  • Build(deps): docker/cli, docker/docker v27.0.3(11951)
  • Build(deps): bump compose-go to v2.1.4, buildx to v0.16.0, containerd to v1.7.19 and buildx to v0.15.0(11987)

New Contributors

Full Changelog: docker/compose@v2.28.1...v2.29.0

v2.28.1

Compare Source

What's Changed

🐛 Fixes

New Contributors

Full Changelog: docker/compose@v2.28.0...v2.28.1

v2.28.0

Compare Source

What's Changed

⚙️ Dependencies

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

Full Changelog: docker/compose@v2.27.3...v2.28.0

v2.27.3

Compare Source

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: docker/compose@v2.27.2...v2.27.3

v2.27.2

Compare Source

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
  • Build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0(11854)
  • Build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (11883)
  • Build(deps): bump github.com/containerd/containerd from 1.7.17 to 1.7.18 (11897)
  • Build(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible (11898)
  • Bump buildkit to 0.14.0 and buildx to 0.15.0 (11913)

New Contributors

Full Changelog: docker/compose@v2.27.1...v2.27.2

v2.27.1

Compare Source

What's Changed

✨ Improvements
  • Add new navigation menu to open Compose app configuration in Docker Desktop (11834)
🐛 Fixes
  • Allow a local .env file to override compose.yaml sibling .env (11824)
  • Fix --resolve-image-digests (11825)
  • Fix opentelemetry (11845)
🔧 Internal
⚙️ Dependencies
  • Bump compose-go to v2.1.1 (11815)
  • Bump docker to v26.1.1 (11794)
  • Bump docker to v26.1.2 (11811)
  • Bump Docker engine and cli to v26.1.3 (11826)
  • Build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 (11798)
  • Build(deps): bump github.com/fsnotify/fsevents from 0.1.1 to 0.2.0 (11814)
  • Build(deps): bump github.com/docker/buildx from 0.14.0 to 0.14.1 (11847)
  • Build(deps): bump github.com/containerd/containerd from 1.7.16 to 1.7.17 (11833)

New Contributors

Full Changelog: docker/compose@v2.27.0...v2.27.1

v2.27.0

Compare Source

What's Changed

✨ Improvements
  • Introduce --abort-on-container-failure (11680)
  • Introduce --all-resources to not exclude resources not used by services (11702)
  • Introduce support for build.entitlements (11708)
🐛 Fixes
  • Don't use ansi espace sequence when disabled (11682)
  • Ignore missing containers when compose down/stop -p (11692)
  • Read COMPOSE_REMOVE_ORPHANS from .env file (11714)
  • Always kills the containers on second Ctrl-C on docker compose up (11718)
  • Fix progress timer and spinner (11725)
  • Capture exit code for container being stopped, and return according to --exit-code-from (11715)
  • Don't clear line when navigation is disabled (11733)
  • Check container_name is not in use by another service we will create (11713)
  • Do not try to create file shares for non-directories (11738)
  • Remove overly-aggressive feature flag check (11748)
  • Avoid to try to close channel twice after hitting Ctrl-C on compose up (11719)
  • Fix support for --flag=value syntax in compatibility mode (11752)
  • Fix menu print when logs/menu number of lines change (11765)
🔧 Internal
⚙️ Dependencies
  • Bump Golang version to 1.21.9 (11684)
  • Bump engine and cli to v26.0.1 (11736)
  • Bump compose-go version to v2.1.0 (11756)
  • Update to Moby v26.1 & buildx v0.14 (11750)
  • Bump Buildkit to 0.13.1 (11762)

New Contributors

Full Changelog: docker/compose@v2.26.1...v2.27.0

v2.26.1

Compare Source

🐛 Fixes

  • Include image pull failure reason in output (#​11555)
  • Fix crash when running up with --no-build and --watch (#​11664)
  • Fix crash when no TTY available and menu enabled (#​11672)
  • Improve legibility of menu actions (#​11671)

🔧 Internal

  • Bump opencontainers/image-spec to 1.1.0 (#​11657)

Changelog

New Contributors

Full Changelog: docker/compose@v2.26.0...v2.26.1

v2.26.0

Compare Source

What's Changed

🐛 Fixes
✨ Improvements
🔧 Internal

New Contributors

Full Changelog: docker/compose@v2.25.0...v2.26.0

v2.25.0

Compare Source

What's Changed

🐛 Fixes
✨ Improvements
🔧 Internal

New Contributors

Full Changelog: docker/compose@v2.24.7...v2.25.0

v2.24.7

Compare Source

What's Changed

🐛 Fixes
✨ Improvements
  • Add --watch flag to up (#​11525)
  • Optimize order of scale down when removing replicas (#​11473)
🔧 Internal
⚙️ Dependencies

Changelog

New Contributors

Full Changelog: docker/compose@v2.24.6...v2.24.7


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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.24.7 chore(deps): update dependency docker/compose to v2.25.0 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from abc8d0c to 204e336 Compare March 15, 2024 15:55
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 204e336 to c515b0f Compare March 22, 2024 21:04
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.25.0 chore(deps): update dependency docker/compose to v2.26.0 Mar 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.26.0 chore(deps): update dependency docker/compose to v2.26.1 Mar 29, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from c515b0f to abb803f Compare March 29, 2024 15:24
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from abb803f to 71b46dd Compare April 24, 2024 22:04
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.26.1 chore(deps): update dependency docker/compose to v2.27.0 Apr 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.27.0 chore(deps): update dependency docker/compose to v2.27.1 May 24, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 71b46dd to 7ca5c37 Compare May 24, 2024 14:18
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 7ca5c37 to 9ce5dd6 Compare June 20, 2024 10:57
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.27.1 chore(deps): update dependency docker/compose to v2.27.2 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 9ce5dd6 to 9b8b0cb Compare June 21, 2024 14:32
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.27.2 chore(deps): update dependency docker/compose to v2.28.0 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 9b8b0cb to 064c521 Compare June 24, 2024 15:32
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.28.0 chore(deps): update dependency docker/compose to v2.28.1 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 064c521 to eafb55e Compare July 17, 2024 17:47
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.28.1 chore(deps): update dependency docker/compose to v2.29.0 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from eafb55e to 3fc8389 Compare July 23, 2024 18:01
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.29.0 chore(deps): update dependency docker/compose to v2.29.1 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 3fc8389 to 2a5f6de Compare August 16, 2024 12:55
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.29.1 chore(deps): update dependency docker/compose to v2.29.2 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 2a5f6de to 21c3e9c Compare September 12, 2024 16:15
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.29.2 chore(deps): update dependency docker/compose to v2.29.3 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 21c3e9c to e3f74b4 Compare September 16, 2024 10:38
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.29.3 chore(deps): update dependency docker/compose to v2.29.4 Sep 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.29.4 chore(deps): update dependency docker/compose to v2.29.5 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch 2 times, most recently from de04350 to 551f5c0 Compare September 19, 2024 14:08
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.29.5 chore(deps): update dependency docker/compose to v2.29.6 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 551f5c0 to 173d8a8 Compare September 20, 2024 09:35
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.29.6 chore(deps): update dependency docker/compose to v2.29.7 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 173d8a8 to ff1ca02 Compare October 29, 2024 17:16
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.29.7 chore(deps): update dependency docker/compose to v2.30.0 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from ff1ca02 to 935eec5 Compare October 30, 2024 11:13
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.30.0 chore(deps): update dependency docker/compose to v2.30.1 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 935eec5 to dec4399 Compare November 5, 2024 17:32
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.30.1 chore(deps): update dependency docker/compose to v2.30.2 Nov 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.30.2 chore(deps): update dependency docker/compose to v2.30.3 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from dec4399 to 70132ea Compare November 7, 2024 17:16
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 70132ea to 6f06965 Compare November 28, 2024 14:29
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.30.3 chore(deps): update dependency docker/compose to v2.31.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 6f06965 to 1549098 Compare December 13, 2024 11:21
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.31.0 chore(deps): update dependency docker/compose to v2.32.0 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/docker-compose-2.x branch from 1549098 to b29e289 Compare December 16, 2024 16:27
@renovate renovate bot changed the title chore(deps): update dependency docker/compose to v2.32.0 chore(deps): update dependency docker/compose to v2.32.1 Dec 16, 2024
@Teakowa Teakowa merged commit 34392cd into main Dec 19, 2024
4 checks passed
@Teakowa Teakowa deleted the renovate/docker-compose-2.x branch December 19, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant