Post 1.26.0 release updates (#10948)

* Post 1.26.0 release updates

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>

* Minor style edits

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Ulysses Souza 2020-06-03 18:09:29 +02:00 committed by GitHub
parent c0c97d79d8
commit ce973f4e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 2 deletions

View File

@ -25,7 +25,7 @@ google_analytics: GTM-WL2QLG5
latest_engine_api_version: "1.40"
docker_ce_version: "19.03"
compose_version: "1.25.5"
compose_version: "1.26.0"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -23,7 +23,7 @@ exclude: ["_scripts", "tests", "apidocs/layouts", "Gemfile", "hooks", "index.htm
latest_engine_api_version: "1.40"
docker_ce_version: "19.03"
compose_version: "1.25.5"
compose_version: "1.26.0"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -7,6 +7,45 @@ redirect_from:
- /release-notes/docker-compose/
---
## 1.26.0
(2020-06-03)
### Features
- Added `docker context` support.
- Added missing test dependency `ddt` to `setup.py`.
- Added `--attach-dependencies` to command `up` for attaching to dependencies.
- Allowed compatibility option with `COMPOSE_COMPATIBILITY` environment variable.
- Bumped `Pytest` to 5.3.4 and add refactor compatibility with new version.
- Bumped `OpenSSL` from 1.1.1f to 1.1.1g.
- Bumped `certifi` from 2019.11.28 to 2020.4.5.1.
- Bumped `docker-py` from 4.2.0 to 4.2.1.
### Bug fixes
- Properly escaped values coming from `env_files`.
- Synchronized compose-schemas with upstream (docker/cli).
- Removed `None` entries on exec command.
- Added `distro` package to get distro information.
- Added `python-dotenv` to delegate `.env` file processing.
- Stopped adjusting output on terminal width when piped into another command.
- Showed an error message when `version` attribute is malformed.
- Fixed HTTPS connection when `DOCKER_HOST` is remote.
## 1.25.5
(2020-04-10)