Skip to content

Commit b6d7ada

Browse files
authored
release: Compose v2.26.1 (#19715)
https://github.com/docker/compose/releases/tag/v2.26.1 Signed-off-by: Milas Bowman <[email protected]>
1 parent b5d4e3e commit b6d7ada

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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

content/compose/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ aliases:
1111

1212
For 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.21.1
77
require (
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
)

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)