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.29.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.29.4
Choose a head ref
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 13, 2024

  1. gha: test against docker engine v27.3.0

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and glours committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    86ef8e6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump docker, docker/cli to v27.3.0-rc.1

    full diff:
    
    - engine: moby/moby@v27.2.1...v27.3.0-rc.1
    - cli: docker/cli@v27.2.1...v27.3.0-rc.1
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and glours committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3a0e3ba View commit details
    Browse the repository at this point in the history
  3. bump github.com/docker/buildx v0.17.1

    full diff: docker/buildx@v0.17.0...v0.17.1
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and glours committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c6a76b9 View commit details
    Browse the repository at this point in the history
  4. Fixed possible nil pointer dereference

    Signed-off-by: Alexandr Hacicheant <a.hacicheant@gmail.com>
    disc authored and glours committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    16652ed View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. stop dependent containers before recreating diverged service

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1076f1d View commit details
    Browse the repository at this point in the history
  2. chore(watch): Add debug log when skipping service without build context

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    idsulik authored and glours committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3524bcf View commit details
    Browse the repository at this point in the history
  3. fix import

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    idsulik authored and glours committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    73d3a25 View commit details
    Browse the repository at this point in the history
Loading