Skip to content

release-notes for Compose v2.35.1 version #22456

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

Merged
merged 1 commit into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/moby/moby v28.1.0-rc.2+incompatible
# github.com/moby/buildkit v0.21.0
# github.com/docker/buildx v0.23.0
# github.com/docker/cli v28.1.0-rc.2+incompatible
# github.com/docker/compose/v2 v2.35.0
# github.com/docker/cli v28.1.0+incompatible
# github.com/docker/compose/v2 v2.35.1
# github.com/docker/scout-cli v1.15.0
23 changes: 20 additions & 3 deletions content/manuals/compose/releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@

For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).

## 2.35.1

{{< release-date date="2025-04-17" >}}

### Bug fixes and enhancements

- Fixed an issue with bind mounts

### Update

- Dependencies upgrade: bump compose-go to v2.6.0
- Dependencies upgrade: bump docker engine and cli to v28.0.4

Check failure on line 27 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Capitalization] Please capitalize Docker. Raw Output: {"message": "[Docker.Capitalization] Please capitalize Docker.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 27, "column": 29}}}, "severity": "ERROR"}

Check failure on line 27 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Docker Engine' instead of 'docker engine'. Raw Output: {"message": "[Vale.Terms] Use 'Docker Engine' instead of 'docker engine'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 27, "column": 30}}}, "severity": "ERROR"}

Check failure on line 27 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'cli'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'cli'?", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 27, "column": 48}}}, "severity": "ERROR"}
- Dependencies upgrade: bump buildx to v0.22.0




## 2.35.0

{{< release-date date="2025-04-10" >}}
Expand All @@ -30,9 +47,9 @@

### Update

- Dependencies upgrade: bump compose-go to v2.6.0
- Dependencies upgrade: bump docker engine and cli to v28.0.4
- Dependencies upgrade: bump buildx to v0.22.0
- Dependencies upgrade: bump docker engine and cli to v28.1.0

Check failure on line 50 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Capitalization] Please capitalize Docker. Raw Output: {"message": "[Docker.Capitalization] Please capitalize Docker.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 50, "column": 29}}}, "severity": "ERROR"}

Check failure on line 50 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Docker Engine' instead of 'docker engine'. Raw Output: {"message": "[Vale.Terms] Use 'Docker Engine' instead of 'docker engine'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 50, "column": 30}}}, "severity": "ERROR"}

Check failure on line 50 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'cli'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'cli'?", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 50, "column": 48}}}, "severity": "ERROR"}
- Dependencies upgrade: bump buildx to v0.23.0
- Dependencies upgrade: bump buildkit to v0.21.0

Check failure on line 52 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 52, "column": 30}}}, "severity": "ERROR"}


## 2.34.0
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ toolchain go1.24.1

require (
github.com/docker/buildx v0.23.0 // indirect
github.com/docker/cli v28.1.0-rc.2+incompatible // indirect
github.com/docker/compose/v2 v2.35.0 // indirect
github.com/docker/cli v28.1.0+incompatible // indirect
github.com/docker/compose/v2 v2.35.1 // indirect
github.com/docker/scout-cli v1.15.0 // indirect
github.com/moby/buildkit v0.21.0 // indirect
github.com/moby/moby v28.1.0-rc.2+incompatible // indirect
Expand All @@ -16,7 +16,7 @@ require (
replace (
github.com/docker/buildx => github.com/docker/buildx v0.23.0
github.com/docker/cli => github.com/docker/cli v28.1.0-rc.2+incompatible
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.35.0
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.35.1
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
github.com/moby/buildkit => github.com/moby/buildkit v0.20.0
github.com/moby/moby => github.com/moby/moby v28.1.0-rc.2+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ github.com/docker/compose/v2 v2.34.0 h1:mUhgA6AiRVO9hEndD2G2oOQi5Y0g/4H8xSPVUc5T
github.com/docker/compose/v2 v2.34.0/go.mod h1:TgTD4Ku0vOSB3NZgOXp6HcCE6wDSBjg7r8bjWraV5/4=
github.com/docker/compose/v2 v2.35.0 h1:bU23OeFrbGyHYrKijMSEwkOeDg2TLhAGntU2F3hwX1o=
github.com/docker/compose/v2 v2.35.0/go.mod h1:S5ejUILn9KTYC6noX3IxznWu3/sb3FxdZqIYbq4seAk=
github.com/docker/compose/v2 v2.35.1 h1:oRt5EE22een6DEAkNNQcuzJGhBS2rcMtEKdbfMhFIgk=
github.com/docker/compose/v2 v2.35.1/go.mod h1:Ydd9ceg7VBOPSVAsDDKfyGGAkjejH3cD91GSmHjuRhI=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ params:
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
docker_ce_version_prev: "28.1.0"
# Latest Docker Compose version
compose_version: "v2.35.0"
compose_version: "v2.35.1"
# Latest BuildKit version
buildkit_version: "0.21.0"

Expand Down