Skip to content

Tags: docker/compose

Tags

v2.37.1

build(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.2 to 1.73.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.72.2...v1.73.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v2.37.0

(refactoting) Move watch logic into a dedicated Watcher type

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

v2.36.2

bumpd buildkit v0.22.0 and buildx v0.24.0

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

v2.36.1

introduce config --lock-image-digests

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

v2.36.0

build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.32.0 to 0.33.0.
- [Commits](golang/sys@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

v2.35.1

go.mod: bump github.com/docker/cli v28.1.0

full diff: docker/cli@v28.0.4...v28.1.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

v2.35.0

mount API is not strictly equivalent to bind

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

v2.34.0

bump compose-go to version v2.4.9

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

v2.33.1

add support for gw_priority, enable_ipv4 (requires docker v28.0)

This adds support for the GwPriority API field in API v1.48 (docker v28.0).
It can be set on both docker container run and docker network connect.

This option is used by the Engine to determine which network provides
the default gateway for a container.

It also adds support for enable_ipv4, which allows enabling (default)
or disabling IPv4 address assignment for a network.

Co-authored-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

v2.33.0

go.mod: remove toolchain directive

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>