Skip to content

Commit da6b081

Browse files
gloursaevesdocker
andauthored
release-notes for Compose v2.30.1 version (#21280)
<!--Delete sections as needed --> ## Description Add release notes of Compose `v2.30.1` version <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review --------- Signed-off-by: Guillaume Lours <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 9fed920 commit da6b081

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# github.com/moby/buildkit v0.16.0
33
# github.com/docker/buildx v0.17.1
44
# github.com/docker/cli v27.3.2-0.20241008150905-cb3048fbebb1+incompatible
5-
# github.com/docker/compose/v2 v2.30.0
5+
# github.com/docker/compose/v2 v2.30.1
66
# github.com/docker/scout-cli v1.13.0

content/manuals/compose/releases/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ aliases:
1313

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

16+
## 2.30.1
17+
18+
{{< release-date date="2024-10-30" >}}
19+
20+
### Update
21+
22+
- Dependencies upgrade: bump compose-go to v2.4.2
23+
24+
### Bug fixes and enhancements
25+
26+
- Fixed a regression when using stdin as input for `-f` flag
27+
- Fixed a regression when using the same YAML anchor multiple times in a Compose file
28+
1629
## 2.30.0
1730

1831
{{< release-date date="2024-10-29" >}}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.1
55
require (
66
github.com/docker/buildx v0.17.1 // indirect
77
github.com/docker/cli v27.3.2-0.20241008150905-cb3048fbebb1+incompatible // indirect
8-
github.com/docker/compose/v2 v2.30.0 // indirect
8+
github.com/docker/compose/v2 v2.30.1 // indirect
99
github.com/docker/scout-cli v1.13.0 // indirect
1010
github.com/moby/buildkit v0.16.0 // indirect
1111
github.com/moby/moby v27.3.1+incompatible // indirect
@@ -14,7 +14,7 @@ require (
1414
replace (
1515
github.com/docker/buildx => github.com/docker/buildx v0.17.1
1616
github.com/docker/cli => github.com/docker/cli v27.3.1+incompatible
17-
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.30.0
17+
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.30.1
1818
github.com/docker/scout-cli => github.com/docker/scout-cli v1.13.0
1919
github.com/moby/buildkit => github.com/moby/buildkit v0.16.0
2020
github.com/moby/moby => github.com/moby/moby v27.3.1+incompatible

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ github.com/docker/compose/v2 v2.29.2 h1:gRlR2ApZ0IGcwmSUb/wlEVCk18Az8b7zl03hJArl
172172
github.com/docker/compose/v2 v2.29.2/go.mod h1:U+yqqZqYPhILehkmmir+Yh7ZhCfkKqAvaZdrM47JBRs=
173173
github.com/docker/compose/v2 v2.30.0 h1:EjtEBeIPeqzlY3DUQhdjkiMwigX8TrUrgPAyAqey1d0=
174174
github.com/docker/compose/v2 v2.30.0/go.mod h1:WlU5gYgsYfNLuDeUdTusvutEC5PV3sDc15aClbR5lPw=
175+
github.com/docker/compose/v2 v2.30.1 h1:AwDaEcmgskxaI75Wjt3KL6/Xqq/GXKUQcBpo/RqMEkw=
176+
github.com/docker/compose/v2 v2.30.1/go.mod h1:pt/uv8KQ6VaM0IbHZwB1UdwDIs9PB4nN4LoWst+dqXc=
175177
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
176178
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
177179
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ params:
112112

113113
latest_engine_api_version: "1.47"
114114
docker_ce_version: "27.2.1"
115-
compose_version: "v2.30.0"
115+
compose_version: "v2.30.1"
116116
compose_file_v3: "3.8"
117117
compose_file_v2: "2.4"
118118
buildkit_version: "0.16.0"

0 commit comments

Comments
 (0)