summaryrefslogtreecommitdiff
path: root/debian/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 00000000..0fa1afcd
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,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