Bump compose to v2.25.0 (#19637)

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De loof
2024-03-15 16:10:48 +01:00
committed by GitHub
parent 36db7d02a3
commit c47c293c96
4 changed files with 15 additions and 3 deletions

View File

@@ -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

View File

@@ -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" >}}

2
go.mod
View File

@@ -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

View File

@@ -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"