mirror of
https://github.com/docker/compose.git
synced 2025-07-29 16:44:20 +02:00
"Bump 1.23.0-rc3"
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
5ab3e47b42
commit
45189c134d
@ -48,9 +48,16 @@ naming scheme accordingly before upgrading.
|
|||||||
the actual exit code even when the watched container isn't the cause of the
|
the actual exit code even when the watched container isn't the cause of the
|
||||||
exit.
|
exit.
|
||||||
|
|
||||||
|
- Fixed an issue that would prevent recreating a service in some cases where
|
||||||
|
a volume would be mapped to the same mountpoint as a volume declared inside
|
||||||
|
the image's Dockerfile.
|
||||||
|
|
||||||
- Fixed a bug that caused hash configuration with multiple networks to be
|
- Fixed a bug that caused hash configuration with multiple networks to be
|
||||||
inconsistent, causing some services to be unnecessarily restarted.
|
inconsistent, causing some services to be unnecessarily restarted.
|
||||||
|
|
||||||
|
- Fixed a bug that would cause failures with variable substitution for services
|
||||||
|
with a name containing one or more dot characters
|
||||||
|
|
||||||
- Fixed a pipe handling issue when using the containerized version of Compose.
|
- Fixed a pipe handling issue when using the containerized version of Compose.
|
||||||
|
|
||||||
- Fixed a bug causing `external: false` entries in the Compose file to be
|
- Fixed a bug causing `external: false` entries in the Compose file to be
|
||||||
|
@ -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.23.0-rc2'
|
__version__ = '1.23.0-rc3'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.23.0-rc2"
|
VERSION="1.23.0-rc3"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user