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.7.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.8.0
Choose a head ref
  • 10 commits
  • 28 files changed
  • 8 contributors

Commits on Jul 2, 2025

  1. bump go-viper/mapstructure to version v2.3.0

    Fix GHSA-fv92-fjc5-jj9h
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours authored and ndeloof committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    6dc952d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. consistency check detects models reference without a matching definition

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    3dcedcb View commit details
    Browse the repository at this point in the history
  2. make modelToProject and toOptions funcs public

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max authored and ndeloof committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    891fce5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Update go-yaml to the official fork

    Signed-off-by: Lionello Lunesu <lio+git@lunesu.com>
    lionello authored and glours committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    5f04daa View commit details
    Browse the repository at this point in the history
  2. fix: prevent panic on empty key

    Signed-off-by: Stanislav Zhuk <stasadev@gmail.com>
    stasadev authored and ndeloof committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    924bff9 View commit details
    Browse the repository at this point in the history
  3. fix ability to override values set in env file by interpolation

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    8da9902 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. schema validate container_name with regex

    Provides a better editing experience
    
    Signed-off-by: kpbaks <kristoffer.pbs@tuta.io>
    kpbaks authored and glours committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    a2b6969 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. introduce provenance and sbom in build section

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    a42e757 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. fix extraction of variables

    Signed-off-by: Nikita Vakula <programmistov.programmist@gmail.com>
    krjakbrjak authored and glours committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    aa1ee1a View commit details
    Browse the repository at this point in the history
  2. feat: add extensible transform API for custom field transformations

    Signed-off-by: Evgenii Orlov <evgenii.orlov@semrush.com>
    OrlovEvgeny authored and glours committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    6d8281c View commit details
    Browse the repository at this point in the history
Loading