8000 Comparing v2.33.0...v2.33.1 · docker/compose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.33.0
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.33.1
Choose a head ref
  • 13 commits
  • 44 files changed
  • 5 contributors

Commits on Feb 17, 2025

  1. build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.1...v1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and glours committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    c23eea9 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. run watch standalone if menu fails to start

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    7aa64ae View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc from 1.68.1 to 1.70.0

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.68.1 to 1.70.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.68.1...v1.70.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and glours committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    fd0c23a View commit details
    Browse the repository at this point in the history
  3. report error using non-file secret|config with read-only service

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    5f7c9a2 View commit details
    Browse the repository at this point in the history
  4. don't display bake suggestion when using --progress with quiet or jso…

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

Commits on Feb 20, 2025

  1. Fix pull --parallel and --no-parallel deprecation warnings missing

    Signed-off-by: Max Proske <max@mproske.com>
    maxproske authored and glours committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    4e593ed View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. fix error message when detach is implied by wait

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    b27f56e View commit details
    Browse the repository at this point in the history
  2. pkg/compose: stopDependentContainers: rename var that shadowed

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and ndeloof committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    f25fea5 View commit details
    Browse the repository at this point in the history
  3. go.mod: golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and ndeloof committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    ac40aae View commit details
    Browse the repository at this point in the history
  4. go.mod: github.com/moby/buildkit v0.20.0

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and ndeloof committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    d0398a4 View commit details
    Browse the repository at this point in the history
  5. go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1

    full diff:
    
    - moby/moby@v27.5.1...v28.0.0
    - docker/cli@v27.5.1...v28.0.0
    - docker/buildx@v0.20.1...v0.21.1
    
    Co-authored-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah and ndeloof committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    cf2fc20 View commit details
    Browse the repository at this point in the history
  6. make the mocks generator happy

    Seems like it resolves the alias, and uses that instead, instead of
    the actual type.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and ndeloof committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    20f780e View commit details
    Browse the repository at this point in the history
  7. add support for gw_priority, enable_ipv4 (requires docker v28.0)

    This adds support for the GwPriority API field in API v1.48 (docker v28.0).
    It can be set on both docker container run and docker network connect.
    
    This option is used by the Engine to determine which network provides
    the default gateway for a container.
    
    It also adds support for enable_ipv4, which allows enabling (default)
    or disabling IPv4 address assignment for a network.
    
    Co-authored-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    ndeloof committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    da2eff4 View commit details
    Browse the repository at this point in the history
Loading
0