Skip to content

Commit

Permalink
update Compose release notes for version 2.29.4 (#20913)
Browse files Browse the repository at this point in the history
* update Compose release notes for version 2.29.4

Signed-off-by: Guillaume Lours <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: Guillaume Lours <[email protected]>
Co-authored-by: Allie Sadler <[email protected]>
  • Loading branch information
glours and aevesdocker committed Sep 16, 2024
1 parent a8a0a82 commit 0d39554
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# github.com/moby/buildkit v0.16.0
# github.com/docker/buildx v0.17.0
# github.com/docker/cli v27.2.2-0.20240909090509-65decb573126+incompatible
# github.com/docker/compose/v2 v2.29.3
# github.com/docker/compose/v2 v2.29.4
# github.com/docker/scout-cli v1.13.0
14 changes: 14 additions & 0 deletions content/manuals/compose/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ aliases:

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

## 2.29.4

{{< release-date date="2024-09-16" >}}

### Update

- Dependencies upgrade: bump buildx to v0.17.1
- Dependencies upgrade: bump docker engine and cli to v27.3.0-rc.1

### Bug fixes and enhancements

- Fixed an issue with services not stopping when restarting diverged dependencies.
- Fixed potential `nil` pointer error on the OTEL client.

## 2.29.3

{{< release-date date="2024-09-12" >}}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.5
require (
github.com/docker/buildx v0.17.0 // indirect
github.com/docker/cli v27.2.2-0.20240909090509-65decb573126+incompatible // indirect
github.com/docker/compose/v2 v2.29.3 // indirect
github.com/docker/compose/v2 v2.29.4 // indirect
github.com/docker/scout-cli v1.13.0 // indirect
github.com/moby/buildkit v0.16.0 // indirect
github.com/moby/moby v27.2.1+incompatible // indirect
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ params:

latest_engine_api_version: "1.47"
docker_ce_version: "27.2.1"
compose_version: "v2.29.3"
compose_version: "v2.29.4"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
buildkit_version: "0.16.0"
Expand Down

0 comments on commit 0d39554

Please sign in to comment.