File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 22# github.com/moby/buildkit v0.13.0
33# github.com/docker/buildx v0.13.1
44# github.com/docker/cli v26.0.0+incompatible
5- # github.com/docker/compose/v2 v2.26.0
5+ # github.com/docker/compose/v2 v2.26.1
Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ aliases:
1111
1212For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
1313
14+ ## 2.26.0
15+ {{< release-date date="2024-03-29" >}}
16+
17+ ### Update
18+ - Dependencies upgrade: opencontainers/image-spec v1.1.0
19+
20+ ### Bug fixes and enhancements
21+ - Added image pull failure reason in output
22+ - Fixed crash when running up with ` --no-build ` and ` --watch `
23+ - Fixed crash when no TTY available and menu enabled
24+ - Improved legibility of menu actions
25+
26+
1427## 2.26.0
1528{{< release-date date="2024-03-22" >}}
1629
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+incompatible // indirect
10- github.com/docker/compose/v2 v2.26.0 // indirect
10+ github.com/docker/compose/v2 v2.26.1 // indirect
1111 github.com/moby/buildkit v0.13.0 // indirect
1212 github.com/moby/moby v26.0.0+incompatible // indirect
1313)
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ params:
9696
9797 latest_engine_api_version : " 1.45"
9898 docker_ce_version : " 26.0.0"
99- compose_version : " v2.26.0 "
99+ compose_version : " v2.26.1 "
100100 compose_file_v3 : " 3.8"
101101 compose_file_v2 : " 2.4"
102102 buildkit_version : " 0.13.1"
You can’t perform that action at this time.
0 commit comments