Skip to content

Commit d757ce6

Browse files
gloursaevesdocker
andauthored
release-notes for Compose v2.36.2 version (#22695)
<!--Delete sections as needed --> ## Description Add release notes for Compose `v2.36.2` version ## Related issues or tickets https://docker.atlassian.net/browse/APCLI-1138 ## 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]> Co-authored-by: Allie Sadler <[email protected]>
1 parent ff5ddcf commit d757ce6

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# github.com/moby/buildkit v0.22.0
33
# github.com/docker/buildx v0.24.0
44
# github.com/docker/cli v28.1.1+incompatible
5-
# github.com/docker/compose/v2 v2.36.1
5+
# github.com/docker/compose/v2 v2.36.2
66
# github.com/docker/scout-cli v1.15.0

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ For more detailed information, see the [release notes in the Compose repo](https
1515

1616
## 2.36.1
1717

18+
{{< release-date date="2025-05-23" >}}
19+
20+
### Bug fixes and enhancements
21+
22+
- Fixed an issue with random port allocation
23+
- Fixed an issue recreating containers when not needed during inner loop
24+
- Fixed a problem during `up --build` with `additional_context`
25+
26+
### Update
27+
28+
- Dependencies upgrade: bump compose-go to v2.6.4
29+
- Dependencies upgrade: bump buildx to v0.24.0
30+
- Dependencies upgrade: bump buildkit to v0.22.0
31+
32+
## 2.36.1
33+
1834
{{< release-date date="2025-05-19" >}}
1935

2036
### Bug fixes and enhancements

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/docker/buildx v0.24.0 // indirect
77
github.com/docker/cli v28.1.1+incompatible // indirect
8-
github.com/docker/compose/v2 v2.36.1 // indirect
8+
github.com/docker/compose/v2 v2.36.2 // indirect
99
github.com/docker/scout-cli v1.15.0 // indirect
1010
github.com/moby/buildkit v0.22.0 // indirect
1111
github.com/moby/moby v28.1.0-rc.2+incompatible // indirect
@@ -14,7 +14,7 @@ require (
1414
replace (
1515
github.com/docker/buildx => github.com/docker/buildx v0.24.0
1616
github.com/docker/cli => github.com/docker/cli v28.1.0-rc.2+incompatible
17-
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.36.1
17+
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.36.2
1818
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
1919
github.com/moby/buildkit => github.com/moby/buildkit v0.22.0-rc1
2020
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
@@ -239,6 +239,8 @@ github.com/docker/compose/v2 v2.36.0 h1:MACSfQ2xqcwgCwAtsHVoQkFbHi2nNfNAsd5EWFg1
239239
github.com/docker/compose/v2 v2.36.0/go.mod h1:kFPppTinl2Q0Lv3Dy9titIL41oWYoUkNxoKQZb/lfSU=
240240
github.com/docker/compose/v2 v2.36.1 h1:BmTE1Ps6XDOuubyL97ucPvIn8Nq2XprRylE2dgCtTXw=
241241
github.com/docker/compose/v2 v2.36.1/go.mod h1:w6fj+dvMW9W0gFaTpIwJ2PYstqiGIC07Cajp5wPukO0=
242+
github.com/docker/compose/v2 v2.36.2 h1:rxk1PUUbhbAS6HkGsYo9xUmMBpKtVwFMNCQjE4+i5fk=
243+
github.com/docker/compose/v2 v2.36.2/go.mod h1:mZygkne+MAMu/e1B28PBFmG0Z0WefbxZ/IpcjSFdrw8=
242244
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
243245
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
244246
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.36.1"
143+
compose_version: "v2.36.2"
144144
# Latest BuildKit version
145145
buildkit_version: "0.21.0"
146146

0 commit comments

Comments
 (0)