mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
"Bump 1.28.0"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
786822e921
commit
90373e9e63
@ -14,6 +14,8 @@ Change log
|
|||||||
|
|
||||||
- Add flag to disable log prefix
|
- Add flag to disable log prefix
|
||||||
|
|
||||||
|
- Add flag for ansi output control
|
||||||
|
|
||||||
### Bugs
|
### Bugs
|
||||||
|
|
||||||
- Make `parallel_pull=True` by default
|
- Make `parallel_pull=True` by default
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '1.28.0-rc3'
|
__version__ = '1.28.0'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.28.0-rc3"
|
VERSION="1.28.0"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user