Skip to content

Commit d298560

Browse files
gloursaevesdocker
andauthored
update Compose v2.27.0 release notes (#19868)
* update Compose v2.27.0 release notes Signed-off-by: Guillaume Lours <[email protected]> * Update content/compose/release-notes.md --------- Signed-off-by: Guillaume Lours <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent e0db0af commit d298560

File tree

9 files changed

+76
-33
lines changed

9 files changed

+76
-33
lines changed

_vendor/github.com/docker/compose/v2/docs/reference/compose.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/compose_up.md

Lines changed: 29 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/docker_compose.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/docker_compose_up.yaml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# github.com/moby/buildkit v0.13.0-rc3.0.20240424175633-5fce077ed0e0
33
# github.com/docker/buildx v0.14.0
44
# github.com/docker/cli v26.1.0+incompatible
5-
# github.com/docker/compose/v2 v2.0.0-00010101000000-000000000000
5+
# github.com/docker/compose/v2 v2.27.0
66
# github.com/docker/scout-cli v1.7.0

content/compose/release-notes.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,25 @@ aliases:
1212

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

15-
## 2.26.0
15+
## 2.27.0
16+
17+
{{< release-date date="2024-04-24" >}}
18+
19+
### Update
20+
21+
- Dependencies upgrade: bump golang to 1.21.9
22+
- Dependencies upgrade: bump compose-go to v2.1.0
23+
- Dependencies upgrade: bump docker engine and cli to v26.1.0
24+
25+
### Bug fixes and enhancements
26+
27+
- Introduced `--abort-on-container-failure` flag
28+
- Introduced `--all-resources` to not exclude resources not used by services
29+
- Introduced support for `build.entitlements`
30+
- Fixed a bug so Docker Compose now ignores missing containers when `docker compose down/stop -p` is run
31+
- Fixed support for `--flag=value` syntax in compatibility mode
32+
33+
## 2.26.1
1634

1735
{{< release-date date="2024-03-29" >}}
1836

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.21.1
77
require (
88
github.com/docker/buildx v0.14.0 // indirect
99
github.com/docker/cli v26.1.0+incompatible // indirect
10-
github.com/docker/compose/v2 v2.0.0-00010101000000-000000000000 // indirect
10+
github.com/docker/compose/v2 v2.27.0 // indirect
1111
github.com/docker/scout-cli v1.7.0 // indirect
1212
github.com/moby/buildkit v0.13.1 // indirect
1313
github.com/moby/moby v26.1.0+incompatible // indirect
@@ -16,7 +16,7 @@ require (
1616
replace (
1717
github.com/docker/buildx => github.com/docker/buildx v0.14.0
1818
github.com/docker/cli => github.com/docker/cli v26.1.0+incompatible
19-
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.26.1
19+
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.27.0
2020
github.com/docker/scout-cli => github.com/docker/scout-cli v1.7.0
2121
github.com/moby/buildkit => github.com/moby/buildkit v0.13.0-rc3.0.20240424175633-5fce077ed0e0
2222
github.com/moby/moby => github.com/moby/moby v26.1.0+incompatible

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ github.com/docker/compose/v2 v2.25.0 h1:UMCrWFItKdXXrlbxvA63V3aFb4Nr3zmlSY2GvJIq
128128
github.com/docker/compose/v2 v2.25.0/go.mod h1:M0PSYeTsp2ZEZJGhvzNTBtJeJRN7ZBGb4Ft1mUteTac=
129129
github.com/docker/compose/v2 v2.26.1 h1:27fAR5jVzNUYwY/9ppIjrPqGYLW5HtOTq2aYGBMCtA0=
130130
github.com/docker/compose/v2 v2.26.1/go.mod h1:5iVCMlr18ab0NlMxIPdtTgThTkzb34Z/zj15N7KSW+s=
131+
github.com/docker/compose/v2 v2.27.0 h1:FKyClQdErCxUZULC2zo6Jn5ve+epFPe/Y0HaxjmUzNg=
132+
github.com/docker/compose/v2 v2.27.0/go.mod h1:uaqwmY6haO8wXWHk+LAsqqDapX6boH4izRKqj/E7+Bo=
131133
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
132134
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
133135
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=

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.1.0"
99-
compose_version: "v2.26.1"
99+
compose_version: "v2.27.0"
100100
compose_file_v3: "3.8"
101101
compose_file_v2: "2.4"
102102
buildkit_version: "0.13.1"

0 commit comments

Comments
 (0)