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