mirror of
https://github.com/docker/compose.git
synced 2025-07-20 12:14:41 +02:00
Bump 1.14.0
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
d81a27be02
commit
f9bd31adad
@ -1,7 +1,7 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
1.14.0 (2017-06-06)
|
1.14.0 (2017-06-19)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
@ -41,6 +41,9 @@ Change log
|
|||||||
- Fixed a bug where `cache_from` in the build section would be ignored when
|
- Fixed a bug where `cache_from` in the build section would be ignored when
|
||||||
using more than one Compose file.
|
using more than one Compose file.
|
||||||
|
|
||||||
|
- Fixed a bug that prevented binding the same port to different IPs when
|
||||||
|
using more than one Compose file.
|
||||||
|
|
||||||
- Fixed a bug where override files would not be picked up by Compose if they
|
- Fixed a bug where override files would not be picked up by Compose if they
|
||||||
had the `.yaml` extension
|
had the `.yaml` extension
|
||||||
|
|
||||||
|
@ -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.14.0-rc2'
|
__version__ = '1.14.0'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.14.0-rc2"
|
VERSION="1.14.0"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user