mirror of
https://github.com/docker/compose.git
synced 2025-07-26 07:04:32 +02:00
"Bump 1.23.0"
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
1c002b5844
commit
3104597e7d
@ -21,6 +21,9 @@ naming scheme accordingly before upgrading.
|
|||||||
to print a hash string for each service's configuration to facilitate rolling
|
to print a hash string for each service's configuration to facilitate rolling
|
||||||
updates.
|
updates.
|
||||||
|
|
||||||
|
- Added `--parallel` flag to the `docker-compose build` command, allowing
|
||||||
|
Compose to build up to 5 images simultaneously.
|
||||||
|
|
||||||
- Output for the `pull` command now reports status / progress even when pulling
|
- Output for the `pull` command now reports status / progress even when pulling
|
||||||
multiple images in parallel.
|
multiple images in parallel.
|
||||||
|
|
||||||
|
@ -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-rc3'
|
__version__ = '1.23.0'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.23.0-rc3"
|
VERSION="1.23.0"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user