Skip to content

Releases: docker/compose

v2.8.0

29 Jul 19:34
9a131a0
Compare
Choose a tag to compare

⚠️ Warning notice ⚠️

This release introduced a breaking change via compose-go v1.3.0 and this PR.
Docker Compose will recreate new resources (networks, volumes, secrets, configs...) with new names, using a - instead a _ and try to connect/use to this new created resources instead of your existing ones!
Please use Compose v2.9.0 instead

What's Changed

Enhancements ✨

Fixes 🐛

Internal 🔧

  • CI(docs): use push-to-fork when creating pr by @crazy-max in #9670
  • Increase code quality by adding gocritic to the linters
  • Use env variable for golang version and updates gh actions from v2 to v3 by @glours in #9675
  • Use Google addlicense instead of kunalkushwaha/ltag by @glours in #9677

Changelog

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

20 Jul 06:43
0b22813
Compare
Choose a tag to compare

What's Changed

Enhancements ✨

  • add support of environment secret during build step by @glours in #9615

Fixes 🐛

Internal 🔧

Changelog

  • build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #9580
  • build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #9581
  • build(deps): bump github.com/cnabio/cnab-to-oci from 0.3.3 to 0.3.4 by @dependabot in #9582
  • build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #9590
  • build(deps): bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 by @dependabot in #9607
  • Replace deprecated ioutil pkg with os & io by @abhinavnair in #9595
  • build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #9611
  • TC: Use switch case to simplify flag conversion and avoid multiple if statements by @TheodosiouTh in #9507
  • Fix golangci syntax error in run configuration by @Jeldo in #9619
  • build(deps): bump github.com/cnabio/cnab-to-oci from 0.3.4 to 0.3.5 by @dependabot in #9631
  • Fix typo in compose pull documentation by @Oriun in #9626
  • Add gocritic to linters by @ulyssessouza in #9643
  • add 2 named networks with close name in the networks test suite to gu… by @glours in #9647
  • build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #9663

New Contributors

Full Changelog: v2.6.1...v2.7.0

v2.6.1

23 Jun 15:11
68cf8d5
Compare
Choose a tag to compare

What's New

Enhancements ✨

  • Support for setting secret from env variable by @ndeloof in #9553

Fixes 🐛

Internal 🔧

Changelog

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0

30 May 16:24
6756732
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.6.0

v2.5.1

17 May 15:53
7e3564b
Compare
Choose a tag to compare

What's Changed

  • Fix relative paths on envfile label by @ulyssessouza in #9422
  • down: Reject all arguments by @Jille in #9158
  • Clarify what default work dir is when multiple compose files by @quite in #9423
  • compose down exit=0 if nothing to remove by @ndeloof in #9440
  • cp command: copy to all containers of a service as default behaviour by @glours in #9437
  • Fix extra space printed with --no-log-prefix option by @jan4843 in #9465
  • bump compose-go to 1.2.5 by @ndeloof in #9475

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

29 Apr 10:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

04 Apr 12:58
8d815ff
Compare
Choose a tag to compare

What's Changed

  • now we use directly the Docker CLI to run autoremove flag should be p… by @glours in #9342
  • use ssh config when building from compose up by @glours in #9343
  • get Tty from container to know adequate way to attach to by @ndeloof in #9348

Full Changelog: v2.4.0...v2.4.1

v2.4.0

01 Apr 08:30
804ef4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.4...v2.4.0

v2.3.4

25 Mar 10:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

v2.3.3

09 Mar 14:00
Compare
Choose a tag to compare

What's Changed

  • use plain text progress when ansi=never is set by @ndeloof in #9247
  • build full compose model from resources, then filter by services by @ndeloof in #9250
  • add run with dependencies e2e test by @glours in #9252
  • add support for device_cgroup_rules by @ndeloof in #9251
  • composeService to use dockerCli's In/Out/Err streams by @ndeloof in #9198
  • fix generated YAML missing an "examples" section, and update cli-docs-tool to v0.4.0 by @thaJeztah in #9253

Full Changelog: v2.3.2...v2.3.3