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.0
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.1
Choose a head ref
  • 14 commits
  • 12 files changed
  • 5 contributors

Commits on Jun 6, 2025

  1. fix SIGSEGV on Enable Watch

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    7b9ad96 View commit details
    Browse the repository at this point in the history
  2. do not forgot to remove the bake metadata file

    few DD e2e tests failed on Windows due to permission issues
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours authored and ndeloof committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    ec49bac View commit details
    Browse the repository at this point in the history
  3. bump golang.org/x/sync v0.15.0

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

Commits on Jun 7, 2025

  1. Restore images format list format behaviour

    Signed-off-by: x0rw <mahdi.svt5@gmail.com>
    x0rw authored and ndeloof committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    ea48480 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. sanitize service name so they can be used as bake targets

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    ebd7b76 View commit details
    Browse the repository at this point in the history
  2. produce bake targets for all services, group for services to build

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

Commits on Jun 11, 2025

  1. only look for required image in bake metadata

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    9753079 View commit details
    Browse the repository at this point in the history
  2. don't create metadatafile, just generate a random name

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    4893a8b View commit details
    Browse the repository at this point in the history
  3. restore os.Remove(metadataFile)

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    15c9651 View commit details
    Browse the repository at this point in the history
  4. Fix the generated manifest for compose artifacts so that the empty co…

    …nfig is not added as a layer.
    
    Signed-off-by: Jeff Carter <jeff.carter@docker.com>
    jcarter3 authored and ndeloof committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    0f9e6ab View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. fix support for additional_contexts with service sub-dependencies

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    1d34661 View commit details
    Browse the repository at this point in the history
  2. fix panic on failure starting plugin server

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    63b06f5 View commit details
    Browse the repository at this point in the history
  3. add support for extra_hosts building with bake

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    f599a8c View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored and glours committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    3431172 View commit details
    Browse the repository at this point in the history
Loading