فهرست منبع

Bump 1.19.0-rc2

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 8 سال پیش
والد
کامیت
a186c3142b
3فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 3 0
      CHANGELOG.md
  2. 1 1
      compose/__init__.py
  3. 1 1
      script/run/run.sh

+ 3 - 0
CHANGELOG.md

@@ -72,6 +72,9 @@ Change log
 - Fixed a bug where the recreation of a service would break if the image
 - Fixed a bug where the recreation of a service would break if the image
   associated with the previous container had been removed
   associated with the previous container had been removed
 
 
+- Fixed a bug where updating a mount's target would break Compose when
+  trying to recreate the associated service
+
 - Fixed a bug where `tmpfs` volumes declared using the extended syntax in
 - Fixed a bug where `tmpfs` volumes declared using the extended syntax in
   Compose files using version 3.2 would be erroneously created as anonymous
   Compose files using version 3.2 would be erroneously created as anonymous
   volumes instead
   volumes instead

+ 1 - 1
compose/__init__.py

@@ -1,4 +1,4 @@
 from __future__ import absolute_import
 from __future__ import absolute_import
 from __future__ import unicode_literals
 from __future__ import unicode_literals
 
 
-__version__ = '1.19.0-rc1'
+__version__ = '1.19.0-rc2'

+ 1 - 1
script/run/run.sh

@@ -15,7 +15,7 @@
 
 
 set -e
 set -e
 
 
-VERSION="1.19.0-rc1"
+VERSION="1.19.0-rc2"
 IMAGE="docker/compose:$VERSION"
 IMAGE="docker/compose:$VERSION"