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 v2.24.6 release notes #19418

Merged
merged 1 commit into from
Feb 21, 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
12 changes: 12 additions & 0 deletions content/compose/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ aliases:

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

## 2.24.6
{{< release-date date="2024-02-15" >}}

### Update
- Dependencies upgrade: bump cli to 25.0.3
- Dependencies upgrade: bump compose-go to 2.0.0-rc.7

### Bug fixes and enhancements
- Fixed issue of `.env` file loading when project file is set via `COMPOSE_FILE` variable
- Aligned `ps --status=exited` behaviour with the Docker CLI behaviour
- Fixed a deadlock when collecting large logs

## 2.24.5
{{< release-date date="2024-01-30" >}}

Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ params:

latest_engine_api_version: "1.44"
docker_ce_version: "25.0.0"
compose_version: "v2.24.5"
compose_version: "v2.24.6"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
buildkit_version: "0.12.3"
Expand Down
Loading