Skip to content

Commit

Permalink
Bump compose to v2.25.0 (docker#19637)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <[email protected]>
  • Loading branch information
ndeloof authored Mar 15, 2024
1 parent 36db7d0 commit c47c293
Show file tree
Hide file tree
Showing 4 changed files with 15 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 @@ -3,4 +3,4 @@
# github.com/docker/buildx v0.13.1
# github.com/docker/scout-cli v1.4.1
# github.com/docker/cli v26.0.0-rc1+incompatible
# github.com/docker/compose/v2 v2.24.7
# github.com/docker/compose/v2 v2.25.0
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.25.0
{{< release-date date="2024-03-15" >}}


### Update
- Dependencies upgrade: bump compose-go v2.0.0

### Bug fixes and enhancements
- Restored `config` hebaviour until `--no-interpolate` is set
- Fixed service name shell completion
- Added `--watch` flag to `up` command

## 2.24.7
{{< release-date date="2024-03-06" >}}

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.21.1
require (
github.com/docker/buildx v0.13.1 // indirect
github.com/docker/cli v26.0.0-rc1+incompatible // indirect
github.com/docker/compose/v2 v2.24.7 // indirect
github.com/docker/compose/v2 v2.25.0 // indirect
github.com/docker/scout-cli v1.4.1 // indirect
github.com/moby/buildkit v0.13.0 // indirect
github.com/moby/moby v25.0.4+incompatible // indirect
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ params:

latest_engine_api_version: "1.44"
docker_ce_version: "25.0.4"
compose_version: "v2.24.7"
compose_version: "v2.25.0"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
buildkit_version: "0.12.3"
Expand Down

0 comments on commit c47c293

Please sign in to comment.