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.39.3
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.39.4
Choose a head ref
  • 9 commits
  • 21 files changed
  • 3 contributors

Commits on Sep 10, 2025

  1. volume ls command can run without a project

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    a473341 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. add support of develop.watch.initial_sync attribute

    Signed-off-by: Guillaume Lours <[email protected]>
    glours authored and ndeloof committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    956891a View commit details
    Browse the repository at this point in the history
  2. add deprecation warning for x-initialSync + e2e test

    Signed-off-by: Guillaume Lours <[email protected]>
    glours authored and ndeloof committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    df3c27c View commit details
    Browse the repository at this point in the history
  3. fix support for build with bake when target docker endpoint requires TLS

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof authored and glours committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    a429c09 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. remove tty attribute from run options and use dedicated variable to a…

    …void confusion
    
    Signed-off-by: Guillaume Lours <[email protected]>
    glours committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    da72230 View commit details
    Browse the repository at this point in the history
  2. dectect if piped run command and disable tty if so

    Signed-off-by: Guillaume Lours <[email protected]>
    glours committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    d07c437 View commit details
    Browse the repository at this point in the history
  3. Update comment on run command with tty & piped command

    Co-authored-by: Nicolas De loof <[email protected]>
    Signed-off-by: Guillaume Lours <[email protected]>
    glours and ndeloof committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    5aea947 View commit details
    Browse the repository at this point in the history
  4. bump compose-go to version v2.9.0

    Signed-off-by: Guillaume Lours <[email protected]>
    glours authored and ndeloof committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    db26093 View commit details
    Browse the repository at this point in the history
  5. test: Set stop_signal to SIGTERM

    The official nginx images set STOPSIGNAL to SIGQUIT which dumps core.
    Set it to SIGTERM to avoid dumping core on e2e tests.
    
    Signed-off-by: Ricardo Branco <[email protected]>
    ricardobranco777 authored and ndeloof committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    a32dc3d View commit details
    Browse the repository at this point in the history
Loading