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: compose-spec/compose-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: compose-spec/compose-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 8, 2025

  1. keep empty variables in service.environment list

    those variables could be used to unset variables in the container
    
    Signed-off-by: Guillaume Lours <[email protected]>
    glours authored and ndeloof committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    7058bce View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Merge compose extensions.

    Fixes docker/compose#12724.
    
    Signed-off-by: Florian Apolloner <[email protected]>
    apollo13 authored and ndeloof committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    583d2e1 View commit details
    Browse the repository at this point in the history
  2. introduce volume.type=image

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof authored and glours committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    4b6419f View commit details
    Browse the repository at this point in the history
  3. prevent panic merging ipam configs

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

Commits on Apr 10, 2025

  1. feat: Add wildcard support for services name

    Signed-off-by: Suleiman Dibirov <[email protected]>
    idsulik authored and glours committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    31e3c28 View commit details
    Browse the repository at this point in the history
Loading