Skip to content

Commit 751d668

Browse files
authored
release-notes for Compose v2.36.0 version (docker#22600)
<!--Delete sections as needed --> ## Description Add release notes for Compose version `v2.36.0` ## Related issues or tickets https://docker.atlassian.net/browse/APCLI-1117 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review Signed-off-by: Guillaume Lours <[email protected]>
1 parent 32c7860 commit 751d668

File tree

9 files changed

+41
-10
lines changed

9 files changed

+41
-10
lines changed

_vendor/github.com/docker/compose/v2/docs/reference/compose_build.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/compose_config.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/docker_compose_build.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/docker_compose_config.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/moby/moby v28.1.0-rc.2+incompatible
2-
# github.com/moby/buildkit v0.21.0
2+
# github.com/moby/buildkit v0.21.1
33
# github.com/docker/buildx v0.23.0
4-
# github.com/docker/cli v28.1.0+incompatible
5-
# github.com/docker/compose/v2 v2.35.1
4+
# github.com/docker/cli v28.1.1+incompatible
5+
# github.com/docker/compose/v2 v2.36.0
66
# github.com/docker/scout-cli v1.15.0

content/manuals/compose/releases/release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@ aliases:
1313

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

16+
## 2.36.0
17+
18+
{{< release-date date="2025-05-07" >}}
19+
20+
### Bug fixes and enhancements
21+
22+
- Introduced `networks.interface_name`
23+
- Added support for `COMPOSE_PROGRESS` env variable
24+
- Added `service.provider` to external binaries
25+
- Introduced build `--check` flag
26+
- Fixed multiple panic issues when parsing Compose files
27+
28+
### Update
29+
30+
- Dependencies upgrade: bump compose-go to v2.6.2
31+
- Dependencies upgrade: bump docker engine and cli to v28.1.0
32+
- Dependencies upgrade: bump containerd to 2.0.5
33+
- Dependencies upgrade: bump buildkit to v0.21.1
34+
1635
## 2.35.1
1736

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

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ toolchain go1.24.1
66

77
require (
88
github.com/docker/buildx v0.23.0 // indirect
9-
github.com/docker/cli v28.1.0+incompatible // indirect
10-
github.com/docker/compose/v2 v2.35.1 // indirect
9+
github.com/docker/cli v28.1.1+incompatible // indirect
10+
github.com/docker/compose/v2 v2.36.0 // indirect
1111
github.com/docker/scout-cli v1.15.0 // indirect
12-
github.com/moby/buildkit v0.21.0 // indirect
12+
github.com/moby/buildkit v0.21.1 // indirect
1313
github.com/moby/moby v28.1.0-rc.2+incompatible // indirect
1414
)
1515

1616
replace (
1717
github.com/docker/buildx => github.com/docker/buildx v0.23.0
1818
github.com/docker/cli => github.com/docker/cli v28.1.0-rc.2+incompatible
19-
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.35.1
19+
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.36.0
2020
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
2121
github.com/moby/buildkit => github.com/moby/buildkit v0.20.0
2222
github.com/moby/moby => github.com/moby/moby v28.1.0-rc.2+incompatible

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ github.com/docker/compose/v2 v2.35.0 h1:bU23OeFrbGyHYrKijMSEwkOeDg2TLhAGntU2F3hw
231231
github.com/docker/compose/v2 v2.35.0/go.mod h1:S5ejUILn9KTYC6noX3IxznWu3/sb3FxdZqIYbq4seAk=
232232
github.com/docker/compose/v2 v2.35.1 h1:oRt5EE22een6DEAkNNQcuzJGhBS2rcMtEKdbfMhFIgk=
233233
github.com/docker/compose/v2 v2.35.1/go.mod h1:Ydd9ceg7VBOPSVAsDDKfyGGAkjejH3cD91GSmHjuRhI=
234+
github.com/docker/compose/v2 v2.36.0 h1:MACSfQ2xqcwgCwAtsHVoQkFbHi2nNfNAsd5EWFg164k=
235+
github.com/docker/compose/v2 v2.36.0/go.mod h1:kFPppTinl2Q0Lv3Dy9titIL41oWYoUkNxoKQZb/lfSU=
234236
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
235237
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
236238
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ params:
140140
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
141141
docker_ce_version_prev: "28.1.0"
142142
# Latest Docker Compose version
143-
compose_version: "v2.35.1"
143+
compose_version: "v2.36.0"
144144
# Latest BuildKit version
145145
buildkit_version: "0.21.0"
146146

0 commit comments

Comments
 (0)