Skip to content

Commit 5da67d7

Browse files
committed
Bump compose v2.33.0
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent dc24560 commit 5da67d7

File tree

5 files changed

+54
-416
lines changed

5 files changed

+54
-416
lines changed

_vendor/modules.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# github.com/moby/moby v27.5.1+incompatible
2-
# github.com/moby/buildkit v0.19.0
3-
# github.com/docker/buildx v0.20.1
4-
# github.com/docker/cli v27.5.1+incompatible
5-
# github.com/docker/compose/v2 v2.32.4
6-
# github.com/docker/scout-cli v1.15.0
1+
# github.com/moby/moby v0.0.0-00010101000000-000000000000
2+
# github.com/moby/buildkit v0.0.0-00010101000000-000000000000
3+
# github.com/docker/buildx v0.0.0-00010101000000-000000000000
4+
# github.com/docker/cli v27.5.0+incompatible
5+
# github.com/docker/compose/v2 v2.0.0-00010101000000-000000000000
6+
# github.com/docker/scout-cli v0.0.0-00010101000000-000000000000

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

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

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

16+
## 2.33.0
17+
18+
{{< release-date date="2025-02-13" >}}
19+
20+
### Bug fixes and enhancements
21+
22+
- Introduced a hint to promote use of [Bake](/build/bake/)
23+
- Introduced support for `additional_context` reference to another service
24+
- Added support for `BUILDKIT_PROGRESS`
25+
- Warn user when published compose application includes environment
26+
- Added `--with-env` to publish a compose application with environment
27+
- Updated `ls --quiet` help description
28+
- Fixed multiple issues delegating build to Bake
29+
- Updated help in `stats` command
30+
- Fixed support for "builtin" seccomp profile
31+
- Fixed support for watch with mulitple services
32+
- Removed exit code per error type used by legacy metrics system
33+
- Fixed test coverage for `compatibility`
34+
- Removed raw os.Args sent to opentelemetry
35+
- Enabled copyloopvar linter
36+
- Fixed provenance for binaries and generate sbom
37+
- use main branch for docs upstream validation
38+
- Added codeowners file
39+
- Added docker engine v28.x to the test-matrix
40+
41+
### Update
42+
43+
- Dependencies upgrade: Bump compose-go v2.4.8
44+
- Dependencies upgrade: Bump buildx v0.20.1
45+
- Dependencies upgrade: Bump docker to v27.5.1
46+
- Dependencies upgrade: Bump golangci-lint to v1.63.4
47+
- Dependencies upgrade: Bump golang.org/x/sys from 0.28.0 to 0.30.0
48+
- Dependencies upgrade: Bump github.com/moby/term v0.5.2
49+
- Dependencies upgrade: Bump github.com/otiai10/copy from 1.14.0 to 1.14.1
50+
- Dependencies upgrade: Bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0
51+
- Dependencies upgrade: Bump github.com/spf13/pflag from 1.0.5 to 1.0.6
52+
- Dependencies upgrade: Bump golang.org/x/sync from 0.10.0 to 0.11.0
53+
- Dependencies upgrade: Bump gotest.tools/v3 from 3.5.1 to 3.5.2
54+
1655
## 2.32.4
1756

1857
{{< release-date date="2025-01-16" >}}

go.mod

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ module github.com/docker/docs
22

33
go 1.23.1
44

5-
require (
6-
github.com/docker/buildx v0.20.1 // indirect
7-
github.com/docker/cli v27.5.1+incompatible // indirect
8-
github.com/docker/compose/v2 v2.32.4 // indirect
9-
github.com/docker/scout-cli v1.15.0 // indirect
10-
github.com/moby/buildkit v0.19.0 // indirect
11-
github.com/moby/moby v27.5.1+incompatible // indirect
12-
)
13-
145
replace (
156
github.com/docker/buildx => github.com/docker/buildx v0.20.1
167
github.com/docker/cli => github.com/docker/cli v27.5.1+incompatible
@@ -19,3 +10,11 @@ replace (
1910
github.com/moby/buildkit => github.com/moby/buildkit v0.19.0
2011
github.com/moby/moby => github.com/moby/moby v27.5.1+incompatible
2112
)
13+
14+
require (
15+
github.com/docker/buildx v0.19.2 // indirect
16+
github.com/docker/compose/v2 v2.0.0-00010101000000-000000000000 // indirect
17+
github.com/docker/scout-cli v0.0.0-00010101000000-000000000000 // indirect
18+
github.com/moby/buildkit v0.19.0 // indirect
19+
github.com/moby/moby v0.0.0-00010101000000-000000000000 // indirect
20+
)

0 commit comments

Comments
 (0)