8000 Comparing v2.40.0...main · docker/compose · GitHub
[go: up one dir, main page]

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.40.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: main
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 6, 2025

  1. Write error to watcher error channel if Start() fails

    Up's loop will notice globalCtx is done, and invoke watcher.Stop(). Stop() reads from the watcher error channel. If Start() does not write an error, Stop() will never finish.
    
    Fixes #13262
    
    Signed-off-by: Benedikt Radtke <benediktradtke@gmail.com>
    Trolldemorted authored and ndeloof committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    fa7e85e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Fix: set PWD only if not set

    Signed-off-by: Kian Eliasi <kian.elbo@gmail.com>
    kianelbo authored and ndeloof committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    ce463d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. build(deps): bump github.com/docker/docker

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.5.0+incompatible to 28.5.1+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v28.5.0...v28.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-version: 28.5.1+incompatible
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ndeloof committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    7fec70b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/docker/cli

    Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.5.0+incompatible to 28.5.1+incompatible.
    - [Commits](docker/cli@v28.5.0...v28.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/cli
      dependency-version: 28.5.1+incompatible
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ndeloof committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    f45a3eb View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.36.0 to 0.37.0.
    - [Commits](golang/sys@v0.36.0...v0.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-version: 0.37.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ndeloof committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    a07f2b8 View commit details
    Browse the repository at this point in the history
Loading
0