This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Releases: docker-archive/compose-cli
Releases · docker-archive/compose-cli
v1.0.25
What's Changed
- metrics: fix unexpected usage output shown on cli by @crazy-max in #2149
- Fix typo: change "cpu" to "cpus" in resources by @nahuel-soldevilla in #2157
New Contributors
- @nahuel-soldevilla made their first contribution in #2157
Full Changelog: v1.0.24...v1.0.25
v1.0.24
What's Changed
Full Changelog: v1.0.23...v1.0.24
v1.0.23
What's Changed
- fix: panic with ec2 source less volumes by @lucassscaravelli in #2117
- Bump github.com/containerd/containerd from 1.5.8 to 1.5.9 by @dependabot in #2124
- Remove the call to com.docker.cli to get the default context by @rumpl in #2127
- Bump postgresql from 42.1.4 to 42.3.3 in /aci/e2e/aci-demo/words by @dependabot in #2133
- Fix default behaviour for ecs flag
--tail
in log command by @ulyssessouza in #2130 - Bump github.com/containerd/containerd from 1.5.9 to 1.5.10 by @dependabot in #2137
- Add SBOM management command by @wagoodman in #2139
New Contributors
- @lucassscaravelli made their first contribution in #2117
- @wagoodman made their first contribution in #2139
Full Changelog: v1.0.22...v1.0.23
v1.0.22
What's Changed
- Fix a typo by @usha-mandya in #2102
- Bump github.com/containerd/containerd from 1.5.7 to 1.5.8 by @dependabot in #2109
- Bump github.com/opencontainers/image-spec from 1.0.1 to 1.0.2 by @dependabot in #2107
- [ECS] Add support for passing in docker labels. by @WoodellJ in #2111
- Build metrics by @crazy-max in #2104
- Bump compose to v2.2.0 and compose-go to v1.0.5 by @mat007 in #2114
New Contributors
- @usha-mandya made their first contribution in #2102
- @WoodellJ made their first contribution in #2111
- @crazy-max made their first contribution in #2104
Full Changelog: v1.0.21...v1.0.22
v1.0.21
v1.0.20
v1.0.19
What's Changed
- Fix plugin command delegation for version by @ulyssessouza in #2095
Full Changelog: v1.0.18...v1.0.19
v1.0.18
What's Changed
- Move progress writter into backend(s) by @ndeloof in #1735
- Stop using buildkit hack to pull images by @ndeloof in #1733
- go.mod: update docker and cli to v20.10.7 by @thaJeztah in #1748
- mobycli: ignore SIGURG on Linux and Darwin by @thaJeztah in #1749
- Update compose-go by @ndeloof in #1750
- Move progress to backend on "down" by @ndeloof in #1747
- Only report pull progress if we have something to pull by @ndeloof in #1751
- Kube backend updates by @aiordache in #1758
- Move up logic from CLI into local backend by @ndeloof in #1752
- Code cleanup: splitWriter does not use service/container name by @ndeloof in #1760
- Update reference docs by @ndeloof in #1757
- LogPrinter should not be part of the API by @ndeloof in #1765
- Include packaging LICENSE in release by @ndeloof in #1768
- Fix broken network_alias_test by @ndeloof in #1770
- Config --profiles to list all defined profiles by @ndeloof in #1766
- go.mod: update moby/term to fix Invalid Standard Handle Panic on Windows by @thaJeztah in #1774
- Automatically disable TTY if shell isn't a terminal by @ndeloof in #1767
- Define compose labels within the compose API by @ndeloof in #1779
- Fix volume inheritance and conflict with trailing '/' by @ndeloof in #1782
compose down -v
also removes anonymous volumes by @ndeloof in #1787- Isolate Compose v2 codebase by @ndeloof in #1790
- Add docker compose logs --since option by @afshinpaydar-binary in #1791
- Better interoperability with docker-compose on version label by @ndeloof in #1803
- Set container links by @lorenrh in #1793
- Don't apply restart_policy on
compose run
by @ndeloof in #1821 - go.mod: update moby/term and Azure/go-ansiterm by @thaJeztah in #1825
- Look for docker cli next to the current executable by @mat007 in #1826
- Add --verbose option for compatibility by @ndeloof in #1830
- Implement ps --status=xx filter by @ndeloof in #1823
- Compose ps to include container command by @ndeloof in #1829
- Inherit anoymous volumes by @ndeloof in #1831
- Apply IPAM configuration on network and services by @ndeloof in #1827
- Automation to remove pending label on new comment by @ndeloof in #1839
- Pass --force and --volumes options to backend by @ndeloof in #1846
- Introduce
convergence
to hold per-service Containers and prevent race conditions by @ndeloof in #1841 - Fix references to docker-compose command by @manuelgrabowski in #1845
- Minor readme.md issues (no more docker desktop stable/edge, etc.) by @rfay in #1855
- Move compose e2e tests into pkg by @ndeloof in #1847
- Adds s390x support by @vibhutisawant in #1859
- Add support for detach keys on compose run|exec by @ndeloof in #1860
- Update compose-go by @ndeloof in #1864
- Issue template should ask for docker-compose version by @rfay in #1877
- Distinguish stdout and stderr by @ndeloof in #1878
- Close sdtin stream on EOF to propagate exec process' stdin by @ndeloof in #1880
- Do not strip "v" prefix from version when printing by @thaJeztah in #1884
- Fix help text when for context create and kube backend by @mikesir87 in #1897
- Fix races by @mat007 in #1901
- Bump compose-go by @ulyssessouza in #1904
- Fix container name used in kube log output by @mikesir87 in #1906
- Report error on
ps
when no container found for service(s) by @ndeloof in #1912 - Run -v should not remove configured volumes by @ndeloof in #1914
- Report error when there's no container to start by @ndeloof in #1913
- Detect new containers on logs --follow by @ulyssessouza in #1852
- Add dry run workflow to test release by @lorenrh in #1890
- Fix dotEnv load path precedence by compose-go bump by @ulyssessouza in #1926
- Print services in dependency order by @milas in #1937
- Add a post-login message to promote personal access tokens by @amineck in #1943
- Restore support for control sequence in
compose run
by @ndeloof in #1934 - Completion by @ulyssessouza in #1773
- Allow for 0 scale/replicas by @shua in #1935
- Stop using helm fork for oras dependency conflict by @ndeloof in #1942
- Update personal access token url by @amineck in #1952
- Post-login msg: Ignore if password is empty by @amineck in #1953
- Allow unspecified protocol on exposed port in kube backend by @mikesir87 in #1916
- Fix issue
docker compose rm -s
not removing containers by @motemen in #1965 - Include exposed ports in container ports config by @ndeloof in #1967
- Bump github.com/containerd/containerd from 1.5.0 to 1.5.4 by @dependabot in #1954
- Fix slack link by @sanshirookazaki in #1981
- Ignore one-off container events by @ndeloof in #1987
- Fix formatting bug in ISSUE_TEMPLATE.md by @Zenexer in #1990
- Apply filter before formatter by @ndeloof in #1995
- Introduce ImageDigestLabel to track image built for service by @ndeloof in #1997
- Revert "introduce ImageDigestLabel to track image built for service" by @lorenrh in #2006
- Fix typo by @iibrahimli in #2003
- Bump compose-go by @lorenrh in #2002
- Fix typo by @bounlu in #2009
- Lowercase project name for "compose down" by @ulyssessouza in #2025
- Bump compose-go by @ulyssessouza in #2019
- Introduce ImageDigestLabel to track image built for service by @ndeloof in #2038
- Include volume_from as a source for implicit dependencies by @ndeloof in #2037
- Add build warning on pull by @ulyssessouza in #2026
- Bump compose-go to fix #2017 by @ulyssessouza in #2045
- Publish cross platform artifacts for PRs by @ndeloof in #2041
- Prepare volume for service set by
run
by @ndeloof in #2047 - Only build requested services by @ndeloof in #2044
- Update doc for ACI token renewal by @gtardif in #2049
- Set proxy env vars based on CLI config by @ndeloof in #2053
- Remove all references to cli from compose.v2 cmd package by @ndeloof in #2054
- Bump compose-go by @ulyssessouza in #2058
- Use docker/compose/v2 by @ndeloof in #2055
- Fix release project to build with GIT_TAG by @ndeloof in #2064
- Redirect compose v2 users to github.com/docker/compose by @ndeloof in #2065
- Fixed the INSTALL.md file to t...
v2.0.0-rc.2
Improvements
- Include "volume_from" as a source for implicit dependencies
- Add build warning on pull when image should be built
Bugfixes
- Fix project name to be case-insensitive for "compose down"
- Fix non-normalized project name
- Fix port merging on partial reference
- Fix variable replacement on full line comments
v2.0.0-rc.1
Improvements
- Docker compose command line completion. #1338
- Allow to set 0 scale/replicas. #1909.
- Detect new container on
logs —follow
#1635.
Bugfixes
- report error on
ps
when no container is found #1893. - Fix filtering in docker compose ps command #1993.
- Report error when there's no container to start #1905
- Restore support for control sequence in compose run #1908.
- Fix dotEnv load path precedence #1892.
- Ignore one-off container events #1955.
- Include exposed ports in container ports config #1950
- Fixed docker compose rm -s not removing containers #1965.
- Fixed compose not handling environment file without
=
after variable name #1917.