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
269 changes: 242 additions & 27 deletions _vendor/github.com/docker/buildx/docs/bake-reference.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/moby/moby v28.1.0-rc.2+incompatible
# github.com/moby/buildkit v0.22.0-rc1
# github.com/docker/buildx v0.23.0
# github.com/moby/buildkit v0.22.0
# github.com/docker/buildx v0.24.0
# github.com/docker/cli v28.1.1+incompatible
# github.com/docker/compose/v2 v2.36.1
# github.com/docker/compose/v2 v2.36.2
# github.com/docker/scout-cli v1.15.0
16 changes: 16 additions & 0 deletions content/manuals/compose/releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ For more detailed information, see the [release notes in the Compose repo](https

## 2.36.1

{{< release-date date="2025-05-23" >}}

### Bug fixes and enhancements

- Fixed an issue with random port allocation
- Fixed an issue recreating containers when not needed during inner loop
- Fixed a problem during `up --build` with `additional_context`

### Update

- Dependencies upgrade: bump compose-go to v2.6.4
- Dependencies upgrade: bump buildx to v0.24.0
- Dependencies upgrade: bump buildkit to v0.22.0

## 2.36.1

{{< release-date date="2025-05-19" >}}

### Bug fixes and enhancements
Expand Down
Loading