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.27.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.27.2
Choose a head ref
  • 20 commits
  • 27 files changed
  • 8 contributors

Commits on May 29, 2024

  1. prevent concurrent map write relying on project immutability

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

Commits on May 30, 2024

  1. COMPOSE_PROFILES can be set by .env file

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof authored and glours committed May 30, 2024
    Configuration menu
    Copy the full SHA
    495a087 View commit details
    Browse the repository at this point in the history
  2. Fix: change append to use slice index in ps.go

    Signed-off-by: Blane Tschida <[email protected]>
    IDOMATH authored and ndeloof committed May 30, 2024
    Configuration menu
    Copy the full SHA
    250c311 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Correct 'cancellation' typo in comment

    Signed-off-by: Casey Korver <[email protected]>
    korverdev authored and glours committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    02f40ee View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. return an error when --detach and --watch are used together in up com…

    …mand
    
    Signed-off-by: Guillaume Lours <[email protected]>
    glours authored and ndeloof committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bf1bd3f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Fix dot env file to define COMPOSE_* variables

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    10531f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. remove unreachable code

    if statement is preceded by another that has the same condition and ends with a return
    
    Signed-off-by: Alex Bedo <[email protected]>
    Lunal98 authored and ndeloof committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    918b508 View commit details
    Browse the repository at this point in the history
  2. Readd event

    Signed-off-by: Alex Bedo <[email protected]>
    Lunal98 authored and ndeloof committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cc09f39 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. config --environment

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d633c33 View commit details
    Browse the repository at this point in the history
  2. enforce keyboard.Close is always executed to restore terminal

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    084a5ca View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. update gh actions versions, update engine matrix, bump golang to 1.21.11

    Signed-off-by: Guillaume Lours <[email protected]>
    glours authored and ndeloof committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1a14fcb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. build: replace uses of archive.CanonicalTarNameForPath

    This function is an alias for filepath.IsAbs and we are considering deprecating
    and/or removing this function in the archive package, so removing its uses
    helps transitioning if we decide to deprecate and/or remove it.
    
    [docker/cli@fb0788f] also added a normalize step in TrimBuildFilesFromExcludes,
    so that callers are not _required_ to first normalize the path, so the
    normalizeation may be redunant, but keeping the normalization as this variable
    is used further down the code.
    
    [docker/cli@fb0788f]: docker/cli@fb0788f
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored and glours committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5ec37d0 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0

    Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.6.0 to 1.7.0.
    - [Release notes](https://github.com/hashicorp/go-version/releases)
    - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/go-version@v1.6.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-version
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and glours committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    981bcbb View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.20.0 to 0.21.0.
    - [Commits](golang/sys@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and glours committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    695d341 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/containerd/containerd from 1.7.17 to 1.7.18

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.17 to 1.7.18.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.7.17...v1.7.18)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and glours committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5694a2b View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/docker/docker

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.3+incompatible to 26.1.4+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v26.1.3...v26.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and glours committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    36ef5b3 View commit details
    Browse the repository at this point in the history
  6. stop watch process when associated up process is stopped

    Signed-off-by: Guillaume Lours <[email protected]>
    glours committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    54a5e7d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. bump buildkit to v0.14.0 and buildx to v0.15.0

    Signed-off-by: Guillaume Lours <[email protected]>
    glours committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    24a281f View commit details
    Browse the repository at this point in the history
  2. Add open watch docs in up menu

    Signed-off-by: Joana Hrotko <[email protected]>
    jhrotko committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    de478f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. using as flag of the up command, watch was blocking process shutdown

    This happened when sunsetting the application from docker compose down command
    
    Signed-off-by: Guillaume Lours <[email protected]>
    glours authored and ndeloof committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e1fd7a6 View commit details
    Browse the repository at this point in the history
Loading