Skip to content

Commit ba65aea

Browse files
authored
Merge pull request docker#7604 from shin-/compose-1.23.1
Add release notes and update Compose version for 1.23.1
2 parents 90af0bc + 06f6d8b commit ba65aea

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ latest_stable_docker_engine_api_version: "1.37"
2323
docker_ce_stable_version: "18.03"
2424
docker_ce_edge_version: "18.05"
2525
docker_ee_version: "17.06"
26-
compose_version: "1.23.0"
26+
compose_version: "1.23.1"
2727
machine_version: "0.14.0"
2828
distribution_version: "2.6"
2929
dtr_version: "2.5"

release-notes/docker-compose.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ keywords: release notes, compose
55
toc_max: 2
66
---
77

8+
## 1.23.1 (2018-11-01)
9+
10+
### Bug Fixes
11+
12+
- Fixed a bug where working with containers created with a version of Compose earlier than `1.23.0`
13+
would cause unexpected crashes.
14+
15+
- Fixed an issue where the behavior of the `--project-directory` flag would
16+
vary depending on which subcommand was used.
17+
818
## 1.23.0 (2018-10-30)
919

1020
### Important note

0 commit comments

Comments
 (0)