"Bump 1.25.1-rc1"
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
This commit is contained in:
parent
8ebd7f96f0
commit
d92e9beec1
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,19 @@
|
||||
Change log
|
||||
==========
|
||||
|
||||
1.25.1-rc1 (2019-11-29)
|
||||
-----------------------
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Discard label `com.docker.compose.filepaths` having `None` as value. Typically, when coming from stdin
|
||||
|
||||
- Add OSX binary as a directory to solve slow start up time caused by MacOS Catalina binary scan
|
||||
|
||||
- Pass in HOME env-var in container mode (running with `script/run/run.sh`)
|
||||
|
||||
- Revert 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,4 +1,4 @@
|
||||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.26.0dev'
|
||||
__version__ = '1.25.1-rc1'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.25.0"
|
||||
VERSION="1.25.1-rc1"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user