@@ -13,6 +13,45 @@ aliases:
1313
1414For 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" >}}
0 commit comments