mirror of
https://github.com/docker/compose.git
synced 2025-07-05 12:54:27 +02:00
"Bump 1.26.0-rc4"
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
9b8b8cb856
commit
cad60dbc00
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,6 +1,37 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.26.0 (2020-04-29)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add `docker context` support
|
||||||
|
|
||||||
|
- Add missing test dependency `ddt` to `setup.py`
|
||||||
|
|
||||||
|
- Add `--attach-dependencies` to command `up` for attaching to dependencies
|
||||||
|
|
||||||
|
- Allow compatibility option with `COMPOSE_COMPATIBILITY` environment variable
|
||||||
|
|
||||||
|
- Bump `Pytest` to 5.3.4 and add refactor compatibility with new version
|
||||||
|
|
||||||
|
- Bump `OpenSSL` from 1.1.1f to 1.1.1g
|
||||||
|
|
||||||
|
### Bugs
|
||||||
|
|
||||||
|
- Properly escape values coming from env_files
|
||||||
|
|
||||||
|
- Sync compose-schemas with upstream (docker/cli)
|
||||||
|
|
||||||
|
- Remove `None` entries on exec command
|
||||||
|
|
||||||
|
- Add `python-dotenv` to delegate `.env` file processing
|
||||||
|
|
||||||
|
- Don't adjust output on terminal width when piped into another command
|
||||||
|
|
||||||
|
- Show an error message when `version` attribute is malformed
|
||||||
|
|
||||||
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-rc3'
|
__version__ = '1.26.0-rc4'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.26.0-rc3"
|
VERSION="1.26.0-rc4"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user