mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Merge pull request #7128 from docker/post-release-1.25.1
Post release 1.25.1
This commit is contained in:
commit
9f373b0b86
26
CHANGELOG.md
26
CHANGELOG.md
@ -1,6 +1,32 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.25.1 (2020-01-06)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Bump `pytest-cov` 2.8.1
|
||||||
|
|
||||||
|
- Bump `flake8` 3.7.9
|
||||||
|
|
||||||
|
- Bump `coverage` 4.5.4
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Decode APIError explanation to unicode before usage on start and create of a container
|
||||||
|
|
||||||
|
- Reports when images that cannot be pulled and must be built
|
||||||
|
|
||||||
|
- Discard label `com.docker.compose.filepaths` having None as value. Typically, when coming from stdin
|
||||||
|
|
||||||
|
- Added OSX binary as a directory to solve slow start up time caused by MacOS Catalina binary scan
|
||||||
|
|
||||||
|
- Passed in HOME env-var in container mode (running with `script/run/run.sh`)
|
||||||
|
|
||||||
|
- Reverted behavior of "only pull images that we can't build" and replace by a warning informing the image we can't pull and must be built
|
||||||
|
|
||||||
|
|
||||||
1.25.0 (2019-11-18)
|
1.25.0 (2019-11-18)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.25.0"
|
VERSION="1.25.1"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user