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.24.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.24.3
Choose a head ref
  • 11 commits
  • 10 files changed
  • 7 contributors

Commits on Jan 18, 2024

  1. go.mod: github.com/google/uuid v1.5.0

    full diff: google/uuid@v1.3.1...v1.5.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    56e3826 View commit details
    Browse the repository at this point in the history
  2. go.mod: github.com/moby/sys/mountinfo v0.7.1

    full diff: moby/sys@mountinfo/v0.6.2...mountinfo/v0.7.1
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    34ba0bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35e262e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. docs: update link to use canonical URL for command

    Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
    dvdksn committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    053a560 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11359 from dvdksn/docs-update-cli-reference-link

    docs: update link to use canonical URL for command
    thaJeztah authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3881690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e8241f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. bump compose-go to v2.0.0-rc.2

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    eb4249e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11390 from ndeloof/compose-go-v2.0.0-rc.2

    bump compose-go to v2.0.0-rc.2
    glours authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    143ac0f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. introduce stopAndRemoveContainer to share logic scaling down

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

Commits on Jan 24, 2024

  1. use a custom version of fsutils that fixes a bug on Windows causing a…

    …ll Compose builds to fail
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    811364b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11400 from glours/fix-fsutils-windows

    use a custom version of fsutils that fixes a bug on Windows causing all Compose builds to fail
    glours authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bef8785 View commit details
    Browse the repository at this point in the history
Loading