mirror of
https://github.com/docker/compose.git
synced 2025-07-24 22:24:41 +02:00
Bump 1.12.0
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
b195a09a54
commit
b31ff33aca
@ -1,7 +1,7 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
1.12.0 (2017-03-21)
|
1.12.0 (2017-04-04)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
@ -74,6 +74,9 @@ Change log
|
|||||||
- Fixed a bug where override files containing port lists would cause a
|
- Fixed a bug where override files containing port lists would cause a
|
||||||
TypeError to be raised
|
TypeError to be raised
|
||||||
|
|
||||||
|
- Fixed a bug where the `deploy` key would be missing from the output of
|
||||||
|
`docker-compose config`
|
||||||
|
|
||||||
- Fixed a bug where scaling services up or down would sometimes re-use
|
- Fixed a bug where scaling services up or down would sometimes re-use
|
||||||
obsolete containers
|
obsolete containers
|
||||||
|
|
||||||
|
@ -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.12.0-rc2'
|
__version__ = '1.12.0'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.12.0-rc2"
|
VERSION="1.12.0"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user