summaryrefslogtreecommitdiff
path: root/debian/NEWS
blob: 0fa1afcd0caf7b38b49aa04a19f4ae8a10c3cd90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
docker-compose (1.5.1-1) unstable; urgency=medium

  With the introduction of variable substitution support in the Compose file,
  any Compose file that uses an environment variable ($VAR or ${VAR}) in the
  command or entrypoint fields will break.
  Please see the 1.5.0 version section of
  /usr/share/doc/docker-compose/changelog.gz for details

 -- Felipe Sateler <fsateler@debian.org>  Sat, 14 Nov 2015 15:15:38 -0300

docker-compose (1.3.1-1) unstable; urgency=medium

  Compose since version 1.3.0 now uses labels to identify containers. This
  means that containers created by older versions are incompatible with newer
  ones, and that the daemon has to be at least version 1.6.0.

  Compose will refuse to start containers where it detects that they were
  created with older versions.

  Please see the Upgrading section of /usr/share/doc/docker-compose/install.md
  for instructions on upgrading your containers.

 -- Felipe Sateler <fsateler@debian.org>  Sun, 28 Jun 2015 00:24:29 -0300