Merge pull request #7604 from shin-/compose-1.23.1

Add release notes and update Compose version for 1.23.1
This commit is contained in:
Maria Bermudez 2018-11-01 12:27:31 -07:00 committed by GitHub
commit ba65aeabbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -23,7 +23,7 @@ latest_stable_docker_engine_api_version: "1.37"
docker_ce_stable_version: "18.03"
docker_ce_edge_version: "18.05"
docker_ee_version: "17.06"
compose_version: "1.23.0"
compose_version: "1.23.1"
machine_version: "0.14.0"
distribution_version: "2.6"
dtr_version: "2.5"

View File

@ -5,6 +5,16 @@ keywords: release notes, compose
toc_max: 2
---
## 1.23.1 (2018-11-01)
### Bug Fixes
- Fixed a bug where working with containers created with a version of Compose earlier than `1.23.0`
would cause unexpected crashes.
- Fixed an issue where the behavior of the `--project-directory` flag would
vary depending on which subcommand was used.
## 1.23.0 (2018-10-30)
### Important note