Skip to content

Commit e7e6807

Browse files
authored
release-notes for Compose v2.39.1 version (#23154)
<!--Delete sections as needed --> ## Description Release notes for Compose `v2.39.1` release ## Related issues or tickets N/A <!-- Related issues, pull requests, or Jira tickets --> ## 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 1c45200 commit e7e6807

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# github.com/moby/buildkit v0.23.2
33
# github.com/docker/buildx v0.26.1
44
# github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible
5-
# github.com/docker/compose/v2 v2.39.0
5+
# github.com/docker/compose/v2 v2.39.1
66
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
77
# github.com/docker/scout-cli v1.18.1

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ aliases:
1515

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

18+
## 2.39.1
19+
20+
{{< release-date date="2025-07-24" >}}
21+
22+
### Bug fixes and enhancements
23+
24+
- Added metrics to monitor `models` usage
25+
26+
### Update
27+
28+
- Dependencies upgrade: bump compose-go to v2.8.1
29+
1830
## 2.39.0
1931

2032
{{< release-date date="2025-07-24" >}}

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.26.1 // indirect
77
github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible // indirect
8-
github.com/docker/compose/v2 v2.39.0 // indirect
8+
github.com/docker/compose/v2 v2.39.1 // indirect
99
github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2 // indirect
1010
github.com/docker/scout-cli v1.18.1 // indirect
1111
github.com/moby/buildkit v0.23.2 // indirect
@@ -15,7 +15,7 @@ require (
1515
replace (
1616
github.com/docker/buildx => github.com/docker/buildx v0.26.1
1717
github.com/docker/cli => github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible
18-
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.0
18+
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.1
1919
github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
2020
github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.1
2121
github.com/moby/buildkit => github.com/moby/buildkit v0.23.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ github.com/docker/compose/v2 v2.38.2 h1:yY3jocdj1JkHbSgAyGaDLAh8fKOykZ8LVPitNOyo
5454
github.com/docker/compose/v2 v2.38.2/go.mod h1:zigTfE9jJq/wFZPUCbNJtOC2YpSXBn0d3Xm/8EOs3Rk=
5555
github.com/docker/compose/v2 v2.39.0 h1:MYK7fJ8r3Mk2ZG/SRnM+mAdQcd2c6pl2d6ckMhDYlcg=
5656
github.com/docker/compose/v2 v2.39.0/go.mod h1:RKyOS+QxP/RlflxUkfNbmNQAhvzAjWtfB/uPKetq1lU=
57+
github.com/docker/compose/v2 v2.39.1 h1:4HJuQl3OmrLSBmVg8aTcIXfzZUb/RkhxBWvAKfBs4gM=
58+
github.com/docker/compose/v2 v2.39.1/go.mod h1:ye62pcRiLyFhXvEPzZE2n6WGjKTFQpkEJ7sLYDYyEJQ=
5759
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
5860
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
5961
github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw=

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.3.1"
142142
# Latest Docker Compose version
143-
compose_version: "v2.39.0"
143+
compose_version: "v2.39.1"
144144
# Latest BuildKit version
145145
buildkit_version: "0.23.2"
146146

0 commit comments

Comments
 (0)