8000 Comparing v2.37.2...v2.37.3 · docker/compose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.37.2
Choose a base ref
...
head repository: docker/compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.37.3
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 22, 2025

  1. add support for cache_to with bake

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Jun 22, 2025
    Configuration menu
    Copy the full SHA
    2dde5fa View commit details
    Browse the repository at this point in the history
  2. networkMode

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Jun 22, 2025
    Configuration menu
    Copy the full SHA
    22e23bd View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. pkg/compose: remove uses of ExecOptions.Detach

    This field was added in [moby@5130fe5d38837302e], which
    added it for use as intermediate struct when parsing CLI flags (through
    `runconfig.ParseExec`) in [moby@c786a8ee5e9db8f5f].
    
    Commit [moby@9d9dff3d0d9e92adf] rewrote the CLI to use
    Cobra, and as part of this introduced a separate `execOptions` type in
    `api/client/container`, however the ExecOptions.Detach field was still
    used as intermediate field to store the flag's value.
    
    Given that the client doesn't use this field, let's remove its use to
    prevent giving the impression that it's used anywhere.
    
    [moby@5130fe5d38837302e]: moby/moby@5130fe5
    [moby@c786a8ee5e9db8f5f]: moby/moby@c786a8e
    [moby@9d9dff3d0d9e92adf]: moby/moby@9d9dff3
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and glours committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    c97e40e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. don't create from run command during dependencies creation process

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    149b882 View commit details
    Browse the repository at this point in the history
  2. don't create from run command during dependencies creation process

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    769b739 View commit details
    Browse the repository at this point in the history
  3. setting buildOptions.Services triggers image to be always rebuilt

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    b3207c4 View commit details
    Browse the repository at this point in the history
  4. inject secrets/config just before container is started

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    aadce87 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/moby/buildkit from 0.23.0 to 0.23.1

    Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.23.0 to 0.23.1.
    - [Release notes](https://github.com/moby/buildkit/releases)
    - [Commits](moby/buildkit@v0.23.0...v0.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/moby/buildkit
      dependency-version: 0.23.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and glours committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    832a08f View commit details
    Browse the repository at this point in the history
  6. propagate target docker host set by --host to Bake

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    3394bf0 View commit details
    Browse the repository at this point in the history
Loading
0