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.1.2
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.1.3
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 7, 2024

  1. use goderive to generate deepcopy code

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

Commits on Jun 9, 2024

  1. networks.enable_ipv6: make it optional

    This field isn't marked as required in the compose-spec, but it's
    implemented as a basic `bool` in this package. This means it
    automatically defaults to `false` when not specified.
    
    A recent change was made to Docker Engine to allow users to define a
    daemon-wide default value for the equivalent API field. Without this
    change, Compose would always send a value to the Engine API, preventing
    it from defining its own default value.
    
    See moby/moby#47867.
    
    Signed-off-by: Albin Kerouanton <albinker@gmail.com>
    akerouanton authored and ndeloof committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    35c575c View commit details
    Browse the repository at this point in the history
Loading