"Bump 1.27.4"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
959dd849cf
commit
405241920e
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.27.4 (2020-09-24)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
### Bugs
|
||||||
|
|
||||||
|
- Remove path checks for bind mounts
|
||||||
|
|
||||||
|
- Fix port rendering to output long form syntax for non-v1
|
||||||
|
|
||||||
|
- Add protocol to the docker socket address
|
||||||
|
|
||||||
1.27.3 (2020-09-16)
|
1.27.3 (2020-09-16)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '1.27.3'
|
__version__ = '1.27.4'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.27.3"
|
VERSION="1.27.4"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user