update Compose v2.24.4 release notes (#19249)

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2024-01-30 09:16:29 +01:00 committed by GitHub
parent e367017667
commit 388bc2a5a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 24 additions and 3 deletions

View File

@ -3,4 +3,4 @@
# github.com/docker/buildx v0.12.2-0.20240126114058-d43cf8c2c6b4
# github.com/docker/scout-cli v1.3.0
# github.com/docker/cli v25.0.1+incompatible
# github.com/docker/compose/v2 v2.24.2
# github.com/docker/compose/v2 v2.24.4

View File

@ -11,6 +11,25 @@ aliases:
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).
## 2.24.4
{{< release-date date="2024-01-29" >}}
### Update
- Dependencies upgrade: bump cli to 25.0.1
- Dependencies upgrade: bump docker to 25.0.1
- Dependencies upgrade: bump compose-go to 2.0.0-rc.3
### Bug fixes and enhancements
- Fixed issue when checking external network existence when swarm is enabled
- Added support for `storage_opt` attribute
## 2.24.3
{{< release-date date="2024-01-24" >}}
This release fixes build issue with Docker Desktop for Windows introduced in Compose v2.24.0
### Update
- Use a custom version of `fsutils` library
## 2.24.2
{{< release-date date="2024-01-22" >}}

2
go.mod
View File

@ -7,7 +7,7 @@ toolchain go1.21.1
require (
github.com/docker/buildx v0.12.2-0.20240126114058-d43cf8c2c6b4 // indirect
github.com/docker/cli v25.0.1+incompatible // indirect
github.com/docker/compose/v2 v2.24.2 // indirect
github.com/docker/compose/v2 v2.24.4 // indirect
github.com/docker/scout-cli v1.3.0 // indirect
github.com/moby/buildkit v0.13.0-beta1.0.20240126101002-6bd81372ad6f // indirect
github.com/moby/moby v25.0.0+incompatible // indirect

2
go.sum
View File

@ -98,6 +98,8 @@ github.com/docker/compose/v2 v2.24.2-0.20240119115212-388169011f47 h1:4vvuN0itjU
github.com/docker/compose/v2 v2.24.2-0.20240119115212-388169011f47/go.mod h1:YMMi6kNJdi3gELhMyhdnZinMiZvSWoyAl6i7XoeqFDg=
github.com/docker/compose/v2 v2.24.2 h1:uxH1Be7w/T2eozzgcftsTuOVOsxsOruJwJFLu6wsC6I=
github.com/docker/compose/v2 v2.24.2/go.mod h1:0PmmvCX+jo4kCp9JJxFY/Za7nCPwSzzRcX/g8y2gXTA=
github.com/docker/compose/v2 v2.24.4 h1:uBlpNmv27Gd9vlExUkQcgmLuNYlGloxX6yCt7Oau8vk=
github.com/docker/compose/v2 v2.24.4/go.mod h1:409UYNwh+eoKY5UST4ORZMuMNj+nBUuEZC3V+WF8CqA=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c/go.mod h1:CADgU4DSXK5QUlFslkQu2yW2TKzFZcXq/leZfM0UH5Q=

View File

@ -93,7 +93,7 @@ params:
latest_engine_api_version: "1.44"
docker_ce_version: "25.0.0"
compose_version: "v2.24.2"
compose_version: "v2.24.4"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
buildkit_version: "0.12.3"