release-notes for Compose v2.35.1 version (#22456)

<!--Delete sections as needed -->

## Description
Add release notes for latest Compose release `v2.35.1`

## Related issues or tickets

N/A

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [x] Editorial review
- [ ] Product review

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2025-04-22 11:10:09 +02:00 committed by GitHub
parent 452734fa3a
commit 8339b4473e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 28 additions and 9 deletions

View File

@ -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

View File

@ -13,6 +13,23 @@ aliases:
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
- Dependencies upgrade: bump buildx to v0.22.0
## 2.35.0
{{< release-date date="2025-04-10" >}}
@ -30,9 +47,9 @@ For more detailed information, see the [release notes in the Compose repo](https
### 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
- Dependencies upgrade: bump buildx to v0.23.0
- Dependencies upgrade: bump buildkit to v0.21.0
## 2.34.0

6
go.mod
View File

@ -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
@ -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

2
go.sum
View File

@ -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=

View File

@ -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"