Bump compose v2.29.1

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2024-07-23 17:03:12 +02:00 committed by Sebastiaan van Stijn
parent 1340639f01
commit 5034c55d84
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
4 changed files with 17 additions and 3 deletions

View File

@ -2,5 +2,5 @@
# github.com/moby/buildkit v0.15.0
# github.com/docker/buildx v0.16.0
# github.com/docker/cli v27.0.3+incompatible
# github.com/docker/compose/v2 v2.29.0
# github.com/docker/compose/v2 v2.29.1
# github.com/docker/scout-cli v1.10.0

View File

@ -10,6 +10,20 @@ aliases:
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).
## 2.29.1
{{< release-date date="2024-07-23" >}}
### Update
- Dependencies upgrade: bump compose-go to v2.1.5.
- Dependencies upgrade: bump docker engine and cli to v27.1.0.
### Bug fixes and enhancements
- Enhance JSON progress events with more fields.
## 2.29.0
{{< release-date date="2024-07-17" >}}

2
go.mod
View File

@ -7,7 +7,7 @@ toolchain go1.22.5
require (
github.com/docker/buildx v0.16.0 // indirect
github.com/docker/cli v27.0.3+incompatible // indirect
github.com/docker/compose/v2 v2.29.0 // indirect
github.com/docker/compose/v2 v2.29.1 // indirect
github.com/docker/scout-cli v1.10.0 // indirect
github.com/moby/buildkit v0.15.0 // indirect
github.com/moby/moby v27.0.3+incompatible // indirect

View File

@ -99,7 +99,7 @@ params:
latest_engine_api_version: "1.46"
docker_ce_version: "27.1.1"
compose_version: "v2.29.0"
compose_version: "v2.29.1"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
buildkit_version: "0.15.0"