mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
"Bump 1.26.0-rc5"
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
1386a85571
commit
3d94f44217
@ -1,7 +1,7 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
1.26.0 (2020-04-29)
|
1.26.0 (2020-06-03)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
@ -18,6 +18,8 @@ Change log
|
|||||||
|
|
||||||
- Bump `OpenSSL` from 1.1.1f to 1.1.1g
|
- Bump `OpenSSL` from 1.1.1f to 1.1.1g
|
||||||
|
|
||||||
|
- Bump `docker-py` from 4.2.0 to 4.2.1
|
||||||
|
|
||||||
### Bugs
|
### Bugs
|
||||||
|
|
||||||
- Properly escape values coming from env_files
|
- Properly escape values coming from env_files
|
||||||
@ -32,6 +34,8 @@ Change log
|
|||||||
|
|
||||||
- Show an error message when `version` attribute is malformed
|
- Show an error message when `version` attribute is malformed
|
||||||
|
|
||||||
|
- Fix HTTPS connection when DOCKER_HOST is remote
|
||||||
|
|
||||||
1.25.5 (2020-02-04)
|
1.25.5 (2020-02-04)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '1.26.0-rc4'
|
__version__ = '1.26.0-rc5'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.26.0-rc4"
|
VERSION="1.26.0-rc5"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user