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
2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# github.com/moby/buildkit v0.19.0
# github.com/docker/buildx v0.20.1
# github.com/docker/cli v27.5.1+incompatible
# github.com/docker/compose/v2 v2.32.4
# github.com/docker/compose/v2 v2.33.0
# github.com/docker/scout-cli v1.15.0
39 changes: 39 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,45 @@

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

## 2.33.0

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

### Bug fixes and enhancements

- Introduced a hint to promote the use of [Bake](/build/bake/)
- Introduced support for the `additional_context` attribute referencing another service
- Added support for `BUILDKIT_PROGRESS`
- Compose now warns you when a published Compose application includes environment variables
- Added a `--with-env` flag to publish a Compose application with environment variables
- Updated `ls --quiet` help description
- Fixed multiple issues delegating build to Bake
- Updated help in `stats` command
- Fixed support for "builtin" seccomp profile
- Fixed support for `watch` with multiple services
- Removed exit code per error type used by legacy metrics system
- Fixed test coverage for `compatibility`
- Removed raw os.Args sent to OpenTelemetry
- Enabled copyloopvar linter

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'copyloopvar'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'copyloopvar'?", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 35, "column": 11}}}, "severity": "ERROR"}
- Fixed provenance for binaries and generate SBOM
- Main branch for docs upstream validation is now used
- Added codeowners file
- Added Docker Engine v28.x to the test-matrix

### Update

- Dependencies upgrade: Bump compose-go v2.4.8
- Dependencies upgrade: Bump buildx v0.20.1
- Dependencies upgrade: Bump docker to v27.5.1

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Capitalization] Please capitalize Docker. Raw Output: {"message": "[Docker.Capitalization] Please capitalize Docker.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 45, "column": 29}}}, "severity": "ERROR"}
- Dependencies upgrade: Bump golangci-lint to v1.63.4
- Dependencies upgrade: Bump golang.org/x/sys from 0.28.0 to 0.30.0
- Dependencies upgrade: Bump github.com/moby/term v0.5.2

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'. Raw Output: {"message": "[Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 48, "column": 30}}}, "severity": "ERROR"}
- Dependencies upgrade: Bump github.com/otiai10/copy from 1.14.0 to 1.14.1

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'. Raw Output: {"message": "[Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 49, "column": 30}}}, "severity": "ERROR"}
- Dependencies upgrade: Bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'. Raw Output: {"message": "[Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 50, "column": 30}}}, "severity": "ERROR"}
- Dependencies upgrade: Bump github.com/spf13/pflag from 1.0.5 to 1.0.6

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'. Raw Output: {"message": "[Vale.Terms] Use 'GitHub( Actions)?' instead of 'github'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 51, "column": 30}}}, "severity": "ERROR"}
- Dependencies upgrade: Bump golang.org/x/sync from 0.10.0 to 0.11.0
- Dependencies upgrade: Bump gotest.tools/v3 from 3.5.1 to 3.5.2

## 2.32.4

{{< release-date date="2025-01-16" >}}
Expand Down
2 changes: 1 addition & 1 deletion 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.20.1 // indirect
github.com/docker/cli v27.5.1+incompatible // indirect
github.com/docker/compose/v2 v2.32.4 // indirect
github.com/docker/compose/v2 v2.33.0 // indirect
github.com/docker/scout-cli v1.15.0 // indirect
github.com/moby/buildkit v0.19.0 // indirect
github.com/moby/moby v27.5.1+incompatible // indirect
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ params:
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
docker_ce_version_prev: "27.5.0"
# Latest Docker Compose version
compose_version: "v2.32.4"
compose_version: "v2.33.0"
# Latest BuildKit version
buildkit_version: "0.16.0"

Expand Down