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.9.1
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.10.0
Choose a head ref
  • 9 commits
  • 36 files changed
  • 3 contributors

Commits on Nov 5, 2025

  1. fix apply !override while processing extends on services declared in …

    …same file
    
    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof authored and glours committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    f63fde4 View commit details
    Browse the repository at this point in the history
  2. introduce no-cache-filter

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    ea0b69c View commit details
    Browse the repository at this point in the history
  3. feat(interpolate): Add cast to bool for 'depends_on' required and res…

    …tart options
    
    Signed-off-by: Suleiman Dibirov <[email protected]>
    idsulik authored and ndeloof committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    1b2139e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Bump golangci/golangci-lint-action from 8 to 9

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v8...v9)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '9'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ndeloof committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    4405e68 View commit details
    Browse the repository at this point in the history
  2. create_host_path must not be omitted when set to false

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    dabd353 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. use go.yaml.in/yaml/v4

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

Commits on Nov 25, 2025

  1. Bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ndeloof committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    2837330 View commit details
    Browse the repository at this point in the history
  2. Introduced ability to skip env_file parsing with include

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof authored and glours committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    dbfe619 View commit details
    Browse the repository at this point in the history
  3. Allow importing compose file to override resource definition

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