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.32.1
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.32.2
Choose a head ref
  • 14 commits
  • 58 files changed
  • 4 contributors

Commits on Dec 17, 2024

  1. format code with gofumpt

    Format the code  with gofumpt to prevent my IDE from reformatting
    every time I open a file. gofumpt provides a superset of gofmt,
    so should not impact users that are not using gofumpt.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and ndeloof committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    446e005 View commit details
    Browse the repository at this point in the history
  2. make fmt so any contributor can enforce formatting

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    65696bb View commit details
    Browse the repository at this point in the history
  3. CI to validate fmt

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

Commits on Dec 18, 2024

  1. add --pull to run command

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours authored and ndeloof committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    34bcd03 View commit details
    Browse the repository at this point in the history
  2. bump Golang version to v1.22.10 and update CI actions

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    a42a04d View commit details
    Browse the repository at this point in the history
  3. use the 3 latest major versions of the engine to run e2e step

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    56e92e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. only check bind mount conflict if sync action is involved

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    8f644ee View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. When retrying to resolveOrCreateNetwork, retry with a valid network name

    Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
    gtardif authored and ndeloof committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    571a1af View commit details
    Browse the repository at this point in the history
  2. checkExpectedVolumes must ignore anonymous volumes

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

Commits on Jan 7, 2025

  1. bump golang.org/x/net to v0.33.0 to fix potential security issue

    golang/go#70906
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours authored and ndeloof committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    3060ed2 View commit details
    Browse the repository at this point in the history
  2. replace tibdex/github-app-token by official GitHub create-github-app-…

    …token
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours authored and ndeloof committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    68ad165 View commit details
    Browse the repository at this point in the history
  3. bump compose-go to v2.4.7

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    1f3c10e View commit details
    Browse the repository at this point in the history
  4. fix relative path in compose file

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    2b21c5d View commit details
    Browse the repository at this point in the history
  5. remove engine v25 from e2e test matrix

    The 1st version available for Ubuntu 24.x is Docker Engine v26
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    d474515 View commit details
    Browse the repository at this point in the history
Loading