Skip to content

Commit da13512

Browse files
ndeloofaevesdocker
andauthored
Bump compose v2.33.0 (#22025)
## Description Bump compose to v2.33.0 ## Related issues or tickets https://docker.atlassian.net/browse/APCLI-966 ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Nicolas De Loof <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 000f71b commit da13512

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
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.19.0
33
# github.com/docker/buildx v0.20.1
44
# github.com/docker/cli v27.5.1+incompatible
5-
# github.com/docker/compose/v2 v2.32.4
5+
# github.com/docker/compose/v2 v2.33.0
66
# github.com/docker/scout-cli v1.15.0

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 the use of [Bake](/build/bake/)
23+
- Introduced support for the `additional_context` attribute referencing another service
24+
- Added support for `BUILDKIT_PROGRESS`
25+
- Compose now warns you when a published Compose application includes environment variables
26+
- Added a `--with-env` flag to publish a Compose application with environment variables
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 multiple 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+
- Main branch for docs upstream validation is now used
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.1
55
require (
66
github.com/docker/buildx v0.20.1 // indirect
77
github.com/docker/cli v27.5.1+incompatible // indirect
8-
github.com/docker/compose/v2 v2.32.4 // indirect
8+
github.com/docker/compose/v2 v2.33.0 // indirect
99
github.com/docker/scout-cli v1.15.0 // indirect
1010
github.com/moby/buildkit v0.19.0 // indirect
1111
github.com/moby/moby v27.5.1+incompatible // indirect

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ params:
118118
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
119119
docker_ce_version_prev: "27.5.0"
120120
# Latest Docker Compose version
121-
compose_version: "v2.32.4"
121+
compose_version: "v2.33.0"
122122
# Latest BuildKit version
123123
buildkit_version: "0.16.0"
124124

0 commit comments

Comments
 (0)