File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 33# github.com/docker/buildx v0.13.1
44# github.com/docker/scout-cli v1.4.1
55# github.com/docker/cli v26.0.0-rc1+incompatible
6- # github.com/docker/compose/v2 v2.24.7
6+ # github.com/docker/compose/v2 v2.25.0
Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ aliases:
1111
1212For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
1313
14+ ## 2.25.0
15+ {{< release-date date="2024-03-15" >}}
16+
17+
18+ ### Update
19+ - Dependencies upgrade: bump compose-go v2.0.0
20+
21+ ### Bug fixes and enhancements
22+ - Restored ` config ` hebaviour until ` --no-interpolate ` is set
23+ - Fixed service name shell completion
24+ - Added ` --watch ` flag to ` up ` command
25+
1426## 2.24.7
1527{{< release-date date="2024-03-06" >}}
1628
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.21.1
77require (
88 github.com/docker/buildx v0.13.1 // indirect
99 github.com/docker/cli v26.0.0-rc1+incompatible // indirect
10- github.com/docker/compose/v2 v2.24.7 // indirect
10+ github.com/docker/compose/v2 v2.25.0 // indirect
1111 github.com/docker/scout-cli v1.4.1 // indirect
1212 github.com/moby/buildkit v0.13.0 // indirect
1313 github.com/moby/moby v25.0.4+incompatible // indirect
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ params:
9696
9797 latest_engine_api_version : " 1.44"
9898 docker_ce_version : " 25.0.4"
99- compose_version : " v2.24.7 "
99+ compose_version : " v2.25.0 "
100100 compose_file_v3 : " 3.8"
101101 compose_file_v2 : " 2.4"
102102 buildkit_version : " 0.12.3"
You can’t perform that action at this time.
0 commit comments