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.25.0
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.26.0
Choose a head ref
  • 16 commits
  • 56 files changed
  • 5 contributors

Commits on Mar 18, 2024

  1. fix compose config --format json

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bc5fc6b View commit details
    Browse the repository at this point in the history
  2. reduce timeout of the Otel tracing command

    Signed-off-by: Guillaume Lours <[email protected]>
    glours authored and ndeloof committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4f97edf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11630 from ndeloof/config_json

    fix `compose config --format json`
    glours authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    86cd523 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat(experiments): add experimental feature state (#11633)

    Use environment variable for global opt-out and Docker Desktop (if
    available) to determine specific experiment states.
    
    In the future, we'll allow per-feature opt-in/opt-out via env vars
    as well, but currently there is a single `COMPOSE_EXPERIMENTAL` env
    var that can be used to opt-out of all experimental features
    independently of Docker Desktop configuration.
    milas authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1b5fa3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db4ed89 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Bump compose-go to v2.0.1

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ad41461 View commit details
    Browse the repository at this point in the history
  2. Revert "Bump compose-go to v2.0.1"

    This reverts commit ad41461.
    
    Signed-off-by: Milas Bowman <[email protected]>
    milas committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    26f687a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11647 from milas/revert-compose-go-201

    chore(deps): revert "Bump compose-go to v2.0.1"
    jhrotko authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    759d3bc View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. add support for annotations

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c5a760c View commit details
    Browse the repository at this point in the history
  2. Bump compose-go to v2.0.2

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    897d239 View commit details
    Browse the repository at this point in the history
  3. Fix docs on default build image name

    150fd4b changed the default separator from _ to -, but the docker compose build docs still mention _.
    
    Signed-off-by: Sebastian Correa <[email protected]>
    sebastian-correa authored and ndeloof committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0191e69 View commit details
    Browse the repository at this point in the history
  4. introduce config --variables to list compose model variables

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    25671ae View commit details
    Browse the repository at this point in the history
  5. Bump docker v26.0.0

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3b541b0 View commit details
    Browse the repository at this point in the history
  6. Add support for volume Subpath option

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3950460 View commit details
    Browse the repository at this point in the history
  7. Add Navigation Menu to compose up

    Signed-off-by: Joana Hrotko <[email protected]>
    jhrotko authored and ndeloof committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e9dc820 View commit details
    Browse the repository at this point in the history
  8. chore(desktop): revised feature detection for file shares

    Unfortunately, the feature flag mechanism for experimental features
    isn't adequate. To avoid some edge cases where Compose might try to
    use Synchronized file shares with Desktop when the feature isn't
    available, we need to query a new endpoint.
    
    Before we move any of this out of experimental, we need to improve
    the integration here with Desktop & Compose so that we get all the
    necessary feature/experiment state up-front to reduce the quantity
    of IPC calls needed up-front.
    
    For now, there's some intentional redundancy to avoid making this
    extra call if we can avoid it. The actual endpoint is very cheap/
    fast, but every IPC call is a potential point of of failure, so
    it's worth it.
    
    Signed-off-by: Milas Bowman <[email protected]>
    milas authored and ndeloof committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3371227 View commit details
    Browse the repository at this point in the history
Loading