Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Compose release notes for version 2.29.6 #20939

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5
# github.com/docker/compose/v2 v2.29.6
# github.com/docker/scout-cli v1.13.0
12 changes: 12 additions & 0 deletions content/manuals/compose/releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@

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

## 2.29.6

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

### Update

- Dependencies upgrade: bump docker engine and cli to v27.3.0-rc.2

Check failure on line 22 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Capitalization] Please capitalize Docker. Raw Output: {"message": "[Docker.Capitalization] Please capitalize Docker.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 22, "column": 29}}}, "severity": "ERROR"}

Check failure on line 22 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Docker Engine' instead of 'docker engine'. Raw Output: {"message": "[Vale.Terms] Use 'Docker Engine' instead of 'docker engine'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 22, "column": 30}}}, "severity": "ERROR"}

Check failure on line 22 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'cli'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'cli'?", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 22, "column": 48}}}, "severity": "ERROR"}

### Bug fixes and enhancements

- Fixed an issue with Windows Containers bind mounts.

## 2.29.5

{{< release-date date="2024-09-17" >}}
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.5 // indirect
github.com/docker/compose/v2 v2.29.6 // 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.5"
compose_version: "v2.29.6"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
buildkit_version: "0.16.0"
Expand Down
Loading