compose: release notes for v2.17.2 (#16992)

https://github.com/docker/compose/releases/tag/v2.17.2

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman 2023-03-28 11:49:54 -04:00 committed by GitHub
parent dd2726a3e7
commit f9635f1456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,15 @@ redirect_from:
---
{% include compose-eol.md %}
## 2.17.2
{% include release-date.html date="2023-03-26" %}
### Update
- Dependencies upgrade: bump compose-go to v1.13.2
### Bug fixes and enhancements
- Fixed invalid project name error for directories with uppercase characters or `.` in the name. Fixed [compose#10405](https://github.com/docker/compose/issues/10405){:
target="_blank" rel="noopener" class="_"}
## 2.17.1
{% include release-date.html date="2023-03-24" %}
### Update