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.38.1
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.38.2
Choose a head ref
  • 16 commits
  • 22 files changed
  • 6 contributors

Commits on Jul 1, 2025

  1. pkg/compose: remove redundant uses of strslice.StrSlice

    The strslice.StrSlice type is a string-slice with a custom JSON Unmarshal
    function to provide backward-compatibility with older API requests (see
    [moby@17d6f00] and [moby@ea4a067]).
    
    Given that the type is assigned implicitly through the fields on HostConfig,
    we can just use a regular []string instead.
    
    [moby@17d6f00]: moby/moby@17d6f00
    [moby@ea4a067]: moby/moby@ea4a067
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and ndeloof committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    2c69fc3 View commit details
    Browse the repository at this point in the history
  2. (reactoring) avoid a global variable by introducing logConsumer decor…

    …ator
    
    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    6fa1731 View commit details
    Browse the repository at this point in the history
  3. bump golang to v1.23.10

    Fix Vulnerability Report: GO-2025-3751
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours authored and ndeloof committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    674e13f View commit details
    Browse the repository at this point in the history
  4. 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 1, 2025
    Configuration menu
    Copy the full SHA
    1570c6c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. chore: fix some minor issues in the comments

    Signed-off-by: mountdisk <mountdisk@icloud.com>
    mountdisk authored and ndeloof committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    b046a5e View commit details
    Browse the repository at this point in the history
  2. add a Done event to model progress display

    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
    f42374b View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/moby/buildkit from 0.23.1 to 0.23.2

    Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.23.1 to 0.23.2.
    - [Release notes](https://github.com/moby/buildkit/releases)
    - [Commits](moby/buildkit@v0.23.1...v0.23.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/moby/buildkit
      dependency-version: 0.23.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and glours committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    3b0601b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. build(deps): bump github.com/docker/cli

    Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.3.0+incompatible to 28.3.1+incompatible.
    - [Commits](docker/cli@v28.3.0...v28.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/cli
      dependency-version: 28.3.1+incompatible
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and glours committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    8faf1eb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. a single place for shell-out command setup

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    60ee6ad View commit details
    Browse the repository at this point in the history
  2. fix the way we're checking if the provider metadata are empty or not

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

Commits on Jul 7, 2025

  1. feat: add --networks flag to config command

    Signed-off-by: MohammadHasan Akbari <jarqvi.jarqvi@gmail.com>
    jarqvi authored and glours committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    66524e7 View commit details
    Browse the repository at this point in the history
  2. fix: lint errors

    Signed-off-by: MohammadHasan Akbari <jarqvi.jarqvi@gmail.com>
    jarqvi authored and glours committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    0e0ed91 View commit details
    Browse the repository at this point in the history
  3. build resolves enabled service after project has been loaded

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

Commits on Jul 8, 2025

  1. resolve Dockerfile symlink but file name

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    69f1430 View commit details
    Browse the repository at this point in the history
  2. add USER_AGENT variable to cmd when shellouting

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours authored and ndeloof committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    4bbc6c6 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/docker/docker

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.3.0+incompatible to 28.3.1+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v28.3.0...v28.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-version: 28.3.1+incompatible
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and glours committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    9e17a09 View commit details
    Browse the repository at this point in the history
Loading