Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
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-archive/compose-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.21
Choose a base ref
...
head repository: docker-archive/compose-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.22
Choose a head ref
  • 15 commits
  • 20 files changed
  • 5 contributors

Commits on Nov 11, 2021

  1. Fix a typo

    Signed-off-by: Usha Mandya <usha.mandya@docker.com>
    usha-mandya committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b70777a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2102 from usha-mandya/fix-typo

    Fix a typo
    mat007 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4c4775b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. update commands

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d3f55ae View commit details
    Browse the repository at this point in the history
  2. sort commands

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6fd9708 View commit details
    Browse the repository at this point in the history
  3. recover missing commands for backward compatibility

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a4ae60a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Bump github.com/opencontainers/image-spec from 1.0.1 to 1.0.2

    Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/opencontainers/image-spec/releases)
    - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
    - [Commits](opencontainers/image-spec@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/opencontainers/image-spec
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    c200acf View commit details
    Browse the repository at this point in the history
  2. Bump github.com/containerd/containerd from 1.5.7 to 1.5.8

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.7 to 1.5.8.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.5.7...v1.5.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    4b3eff0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2109 from docker/dependabot/go_modules/github.com…

    …/containerd/containerd-1.5.8
    
    Bump github.com/containerd/containerd from 1.5.7 to 1.5.8
    mat007 authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    bef478d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2107 from docker/dependabot/go_modules/github.com…

    …/opencontainers/image-spec-1.0.2
    
    Bump github.com/opencontainers/image-spec from 1.0.1 to 1.0.2
    mat007 authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    813ae99 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Add support for passing in docker labels.

    This add to `services.labels` to the compatibility file and maps the labels to the ECS provided DockerLabels.
    
    Signed-off-by: Jonathan Woodell <jwoodell@snapattack.com>
    WoodellJ committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    1128ab8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Merge pull request #2111 from WoodellJ/docker-label-support-ecs

    [ECS] Add support for passing in docker labels.
    mat007 authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    e51e2c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. add build metrics

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    535fb93 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Merge pull request #2104 from crazy-max/build-metrics

    Build metrics
    mat007 authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    cde09e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Bump compose to v2.2.0 and compose-go to v1.0.5

    Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
    mat007 committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    03a8449 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2114 from mat007/bump-compose

    Bump compose to v2.2.0 and compose-go to v1.0.5
    mat007 authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    cf3c840 View commit details
    Browse the repository at this point in the history
Loading