Skip to content

Commit f2633da

Browse files
ndeloofaevesdocker
andauthored
compose 5.0.1 (#23868)
## Description Note: I can't run `hugo mod vendor`: ``` $ hugo mod vendor WARN deprecated: the ":slugorfilename" permalink token was deprecated in Hugo 0.144.0 and will be removed in a future release. Use ":slugorcontentbasename" instead. Error: html/template:redirect/single.html:1:13: no such template "_internal/alias.html" ``` ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Nicolas De Loof <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 86fdcb4 commit f2633da

File tree

5 files changed

+56
-10
lines changed

5 files changed

+56
-10
lines changed

_vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# github.com/moby/moby/api v1.52.0
2-
# github.com/moby/buildkit v0.26.2
2+
# github.com/moby/buildkit v0.26.3
33
# github.com/docker/buildx v0.30.1
44
# github.com/docker/cli v29.1.2+incompatible
5-
# github.com/docker/compose/v5 v5.0.0
5+
# github.com/docker/compose/v5 v5.0.1
66
# github.com/docker/model-runner/cmd/cli v1.0.3
77
# github.com/docker/mcp-gateway v0.22.0
88
# github.com/docker/scout-cli v1.18.4

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

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

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

18+
## 5.0.1
19+
20+
{{< release-date date="2025-12-18" >}}
21+
22+
### Bug fixes and enhancements
23+
24+
- Restored support for `COMPOSE_COMPATIBILITY`.
25+
- Fixed grammatical errors and improve clarity in code..
26+
- Fixed broken `run --quiet`.
27+
- Fixed SDK example.
28+
- Added a check buildx version is set before comparing.
29+
- Fixed grammar: pluralize 'service' and remove apostrophes.
30+
- Fixed progress UI not restoring terminal once operation.
31+
- Fixed status alignment in progress UI.
32+
- Restored image layer download progress details on pull.
33+
- Added 'configured' event at the end of model configuration phase.
34+
- Introduced a build tag to select watcher implementation.
35+
- Removed mention for v2 on README.
36+
- Fixed missing error handling in setEnvWithDotEnv.
37+
- Adopted morikuni/aec library over raw ANSI sequences.
38+
- Prevented incorrect progress metrics to break compose.
39+
- Restored support for `BUILDKIT_PROGRESS`.
40+
- Added check model plugin is successfully loaded.
41+
- Added a warning when no service has been selected to build.
42+
43+
### Update
44+
45+
- Dependencies upgrade: bump golang 1.24.11
46+
- Dependencies upgrade: bump osxcross
47+
- Dependencies upgrade: bump golang.org/x/sys to 0.39.0
48+
- Dependencies upgrade: bump github.com/docker/cli-docs-tool to 0.11.0
49+
- Dependencies upgrade: bump golang.org/x/sync to 0.19.0
50+
- Dependencies upgrade: bump tags.cncf.io/container-device-interface to 1.1.0
51+
- Dependencies upgrade: bump github.com/moby/buildkit to 0.26.3
52+
1853
## 5.0.0
1954

2055
{{< release-date date="2025-12-02" >}}

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/dlclark/regexp2 v1.11.0 // indirect
2828
github.com/docker/buildx v0.30.1 // indirect
2929
github.com/docker/cli v29.1.2+incompatible // indirect; see "replace" rule at the bottom for actual version
30-
github.com/docker/compose/v5 v5.0.0 // indirect
30+
github.com/docker/compose/v5 v5.0.1 // indirect
3131
github.com/docker/distribution v2.8.3+incompatible // indirect
3232
github.com/docker/docker v28.5.2+incompatible // indirect
3333
github.com/docker/docker-credential-helpers v0.9.3 // indirect
@@ -68,7 +68,7 @@ require (
6868
github.com/mattn/go-shellwords v1.0.12 // indirect
6969
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
7070
github.com/mitchellh/go-homedir v1.1.0 // indirect
71-
github.com/moby/buildkit v0.26.2 // indirect
71+
github.com/moby/buildkit v0.26.3 // indirect
7272
github.com/moby/docker-image-spec v1.3.1 // indirect
7373
github.com/moby/locker v1.0.1 // indirect
7474
github.com/moby/moby/api v1.52.0 // indirect; see "replace" rule at the bottom for actual version
@@ -78,7 +78,7 @@ require (
7878
github.com/moby/term v0.5.2 // indirect
7979
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8080
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
81-
github.com/morikuni/aec v1.0.0 // indirect
81+
github.com/morikuni/aec v1.1.0 // indirect
8282
github.com/muesli/reflow v0.3.0 // indirect
8383
github.com/muesli/termenv v0.16.0 // indirect
8484
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -93,7 +93,7 @@ require (
9393
github.com/rivo/uniseg v0.4.7 // indirect
9494
github.com/sirupsen/logrus v1.9.3 // indirect
9595
github.com/smallnest/ringbuffer v0.0.0-20241116012123-461381446e3d // indirect
96-
github.com/spf13/cobra v1.10.1 // indirect
96+
github.com/spf13/cobra v1.10.2 // indirect
9797
github.com/spf13/pflag v1.0.10 // indirect
9898
github.com/vbatts/tar-split v0.12.2 // indirect
9999
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
@@ -116,8 +116,8 @@ require (
116116
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
117117
golang.org/x/mod v0.29.0 // indirect
118118
golang.org/x/net v0.47.0 // indirect
119-
golang.org/x/sync v0.18.0 // indirect
120-
golang.org/x/sys v0.38.0 // indirect
119+
golang.org/x/sync v0.19.0 // indirect
120+
golang.org/x/sys v0.39.0 // indirect
121121
golang.org/x/term v0.37.0 // indirect
122122
golang.org/x/text v0.31.0 // indirect
123123
golang.org/x/tools v0.38.0 // indirect
@@ -134,7 +134,7 @@ require (
134134
replace (
135135
github.com/docker/buildx => github.com/docker/buildx v0.30.1
136136
github.com/docker/cli => github.com/docker/cli v29.1.2+incompatible
137-
github.com/docker/compose/v5 => github.com/docker/compose/v5 v5.0.0
137+
github.com/docker/compose/v5 => github.com/docker/compose/v5 v5.0.1
138138
github.com/docker/mcp-gateway => github.com/docker/mcp-gateway v0.22.0
139139
github.com/docker/model-runner/cmd/cli => github.com/docker/model-runner/cmd/cli v1.0.3
140140
github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.4

go.sum

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ github.com/docker/cli v29.1.2+incompatible h1:s4QI7drXpIo78OM+CwuthPsO5kCf8cpNsc
5252
github.com/docker/cli v29.1.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
5353
github.com/docker/compose/v5 v5.0.0 h1:J2uMCzJ/5xLcoIVVXvMmPe6HBzVQpmJThKa7Qk7Xldc=
5454
github.com/docker/compose/v5 v5.0.0/go.mod h1:BurapGv8zmYnsbSmlpCz5EU2Pi3YFV/PjeUnoFpcw64=
55+
github.com/docker/compose/v5 v5.0.1 h1:5yCjDJbwUqcuI+6WNFHNWz2/3vyBDsNnfe8LlFjyxEc=
56+
github.com/docker/compose/v5 v5.0.1/go.mod h1:vuKBtnRuvsVIlYHzdPkF3SToljqR+pFJseO5lDBuF18=
5557
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
5658
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
5759
github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=
@@ -164,6 +166,8 @@ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee h1:W5t00kpgFd
164166
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
165167
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
166168
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
169+
github.com/morikuni/aec v1.1.0 h1:vBBl0pUnvi/Je71dsRrhMBtreIqNMYErSAbEeb8jrXQ=
170+
github.com/morikuni/aec v1.1.0/go.mod h1:xDRgiq/iw5l+zkao76YTKzKttOp2cwPEne25HDkJnBw=
167171
github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=
168172
github.com/muesli/reflow v0.3.0/go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8=
169173
github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc=
@@ -198,6 +202,8 @@ github.com/smallnest/ringbuffer v0.0.0-20241116012123-461381446e3d h1:3VwvTjiRPA
198202
github.com/smallnest/ringbuffer v0.0.0-20241116012123-461381446e3d/go.mod h1:tAG61zBM1DYRaGIPloumExGvScf08oHuo0kFoOqdbT0=
199203
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
200204
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
205+
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
206+
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
201207
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
202208
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
203209
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
@@ -241,6 +247,7 @@ go.opentelemetry.io/proto/otlp v1.7.1 h1:gTOMpGDb0WTBOP8JaO72iL3auEZhVmAQg4ipjOV
241247
go.opentelemetry.io/proto/otlp v1.7.1/go.mod h1:b2rVh6rfI/s2pHWNlB7ILJcRALpcNDzKhACevjI+ZnE=
242248
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
243249
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
250+
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
244251
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
245252
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
246253
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
@@ -263,6 +270,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
263270
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
264271
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
265272
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
273+
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
274+
golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
266275
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
267276
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
268277
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -275,6 +284,8 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
275284
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
276285
golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
277286
golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
287+
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
288+
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
278289
golang.org/x/term v0.37.0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU=
279290
golang.org/x/term v0.37.0/go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254=
280291
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ params:
127127
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
128128
docker_ce_version_prev: "29.1.2"
129129
# Latest Docker Compose version
130-
compose_version: "v5.0.0"
130+
compose_version: "v5.0.1"
131131
# Latest BuildKit version
132132
buildkit_version: "0.26.0"
133133

0 commit comments

Comments
 (0)