Skip to content
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/moby/moby v27.4.0+incompatible
# github.com/moby/buildkit v0.18.0
# github.com/moby/buildkit v0.18.1
# github.com/docker/buildx v0.19.2
# github.com/docker/cli v27.4.0+incompatible
# github.com/docker/compose/v2 v2.32.0
# github.com/docker/compose/v2 v2.32.3
# github.com/docker/scout-cli v1.15.0
9 changes: 9 additions & 0 deletions content/manuals/compose/releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@

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

## 2.32.3

{{< release-date date="2025-01-13" >}}

### Bug fixes and enhancements

- Fixed an issue where Compose would override a service-level MAC address with the main network MAC address

Check failure on line 22 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Mac' instead of 'MAC'. Raw Output: {"message": "[Vale.Terms] Use 'Mac' instead of 'MAC'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 22, "column": 63}}}, "severity": "ERROR"}

Check failure on line 22 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Mac' instead of 'MAC'. Raw Output: {"message": "[Vale.Terms] Use 'Mac' instead of 'MAC'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 22, "column": 97}}}, "severity": "ERROR"}
- Fixed a log rendering issue during concurrent builds

## 2.32.2

{{< release-date date="2025-01-07" >}}
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.1
require (
github.com/docker/buildx v0.19.2 // indirect
github.com/docker/cli v27.4.0+incompatible // indirect
github.com/docker/compose/v2 v2.32.2 // indirect
github.com/docker/compose/v2 v2.32.3 // indirect
github.com/docker/scout-cli v1.15.0 // indirect
github.com/moby/buildkit v0.18.1 // indirect
github.com/moby/moby v27.4.0+incompatible // indirect
Expand All @@ -14,7 +14,7 @@ require (
replace (
github.com/docker/buildx => github.com/docker/buildx v0.19.2
github.com/docker/cli => github.com/docker/cli v27.4.0+incompatible
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.32.2
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.32.3
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
github.com/moby/buildkit => github.com/moby/buildkit v0.18.0
github.com/moby/moby => github.com/moby/moby v27.4.0+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ github.com/docker/compose/v2 v2.30.3/go.mod h1:ayPsSsRSc5WpVFehPrTDFuljAydxaf8g0
github.com/docker/compose/v2 v2.31.0 h1:8Sm0c4MjIhksguxIA5koYMXoTJDAp/CaZ1cdZrMvMdw=
github.com/docker/compose/v2 v2.31.0/go.mod h1:oQq3UDEdsnB3AUO72AxaoeLbkCgmUu1+8tLzvmphmXA=
github.com/docker/compose/v2 v2.32.2/go.mod h1:fcK4rrf1bm8pfDsYdZIR+l4RSk9j6HVtBvJKGYyXsZ4=
github.com/docker/compose/v2 v2.32.3 h1:7KKVpTudYUrqs9GueTnJ+N6qnnzI2bqmANq6kXfmuv8=
github.com/docker/compose/v2 v2.32.3/go.mod h1:fcK4rrf1bm8pfDsYdZIR+l4RSk9j6HVtBvJKGYyXsZ4=
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/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ params:
latest_engine_api_version: "1.47"
docker_ce_version: "27.4.0"
docker_ce_version_prev: "27.3.1"
compose_version: "v2.32.2"
compose_version: "v2.32.3"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
buildkit_version: "0.16.0"
Expand Down