File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
content/manuals/compose/releases Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 22# github.com/moby/buildkit v0.17.1-0.20241031124041-354f2d13c905
33# github.com/docker/buildx v0.18.0
44# github.com/docker/cli v27.3.2-0.20241107125754-eb986ae71b0c+incompatible
5- # github.com/docker/compose/v2 v2.30.2
5+ # github.com/docker/compose/v2 v2.30.3
66# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -13,6 +13,20 @@ aliases:
1313
1414For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
1515
16+ ## 2.30.3
17+
18+ {{< release-date date="2024-11-07" >}}
19+
20+ ### Update
21+
22+ - Dependencies upgrade: bump compose-go to v2.4.4
23+
24+ ### Bug fixes and enhancements
25+
26+ - Fixed an issue re-starting services that should not when using ` --watch `
27+ - Improve the fix of using same YAML anchor multiple times in a Compose file
28+
29+
1630## 2.30.2
1731
1832{{< release-date date="2024-11-05" >}}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.1
55require (
66 github.com/docker/buildx v0.18.0 // indirect
77 github.com/docker/cli v27.3.2-0.20241107125754-eb986ae71b0c+incompatible // indirect
8- github.com/docker/compose/v2 v2.30.2 // indirect
8+ github.com/docker/compose/v2 v2.30.3 // indirect
99 github.com/docker/scout-cli v1.15.0 // indirect
1010 github.com/moby/buildkit v0.17.1-0.20241031124041-354f2d13c905 // indirect
1111 github.com/moby/moby v27.3.1+incompatible // indirect
@@ -14,7 +14,7 @@ require (
1414replace (
1515 github.com/docker/buildx => github.com/docker/buildx v0.18.0
1616 github.com/docker/cli => github.com/docker/cli v27.3.2-0.20241107125754-eb986ae71b0c+incompatible
17- github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.30.2
17+ github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.30.3
1818 github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
1919 github.com/moby/buildkit => github.com/moby/buildkit v0.17.1-0.20241031124041-354f2d13c905
2020 github.com/moby/moby => github.com/moby/moby v27.3.1+incompatible
Original file line number Diff line number Diff line change @@ -180,6 +180,8 @@ github.com/docker/compose/v2 v2.30.1 h1:AwDaEcmgskxaI75Wjt3KL6/Xqq/GXKUQcBpo/RqM
180180github.com/docker/compose/v2 v2.30.1 /go.mod h1:pt/uv8KQ6VaM0IbHZwB1UdwDIs9PB4nN4LoWst+dqXc =
181181github.com/docker/compose/v2 v2.30.2 h1:7PypFsyl5wjlSeOyx3LCb8XMcAGkb+D0fqM47OIKe8I =
182182github.com/docker/compose/v2 v2.30.2 /go.mod h1:ND4+yaNoJ3Jh1OgrEO64uzMq/VKRqBkMS8zpb65Fve8 =
183+ github.com/docker/compose/v2 v2.30.3 h1:e8H7xGLCZOeFo46GEtyDGHlkBbNgXqbXKIXPOSL8cfU =
184+ github.com/docker/compose/v2 v2.30.3 /go.mod h1:ayPsSsRSc5WpVFehPrTDFuljAydxaf8g0aM9UKbaMXk =
183185github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
184186github.com/docker/distribution v2.8.2+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
185187github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ params:
108108
109109 latest_engine_api_version : " 1.47"
110110 docker_ce_version : " 27.2.1"
111- compose_version : " v2.30.2 "
111+ compose_version : " v2.30.3 "
112112 compose_file_v3 : " 3.8"
113113 compose_file_v2 : " 2.4"
114114 buildkit_version : " 0.16.0"
You can’t perform that action at this time.
0 commit comments