mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,6 +1,17 @@
|
||||
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 +1 @@
|
||||
__version__ = '1.27.3'
|
||||
__version__ = '1.27.4'
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.27.3"
|
||||
VERSION="1.27.4"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user