Merge pull request #12678 from aiordache/compose_1.29.1

Update release notes for docker-compose 1.29.1
This commit is contained in:
Usha Mandya 2021-04-15 16:00:41 +01:00 committed by GitHub
commit 0af20e212b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -22,7 +22,7 @@ exclude: ["_samples", "_scripts", "404.html", "datacenter", "ee", "index.html",
# You can't have - characters in these for non-YAML reasons
latest_engine_api_version: "1.41"
docker_ce_version: "20.10"
compose_version: "1.29.0"
compose_version: "1.29.1"
compose_file_v3: "3.9"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -7,6 +7,19 @@ redirect_from:
- /release-notes/docker-compose/
---
## 1.29.1
(2021-04-13)
### Bugs
- Fixed invalid handler warning on Windows builds.
- Fixed config hash to trigger container re-creation on IPC mode updates.
- Fixed conversion map for `placement.max_replicas_per_node`.
- Removed extra scan suggestion on build.
## 1.29.0
(2021-04-06)