update Compose release notes for version 2.15.1 (#16472)

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2023-01-09 16:19:02 +01:00 committed by GitHub
parent d1bbdaff4b
commit e9cbddad67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -6,6 +6,21 @@ toc_max: 2
redirect_from:
- /release-notes/docker-compose/
---
## 2.15.1
{% include release-date.html date="2023-01-09" %}
### Update
- Dependencies upgrade to fix Golan CVE-2022-27664 and CVE-2022-32149
### Bug fixes and enhancements
* Added support for UTS namespace. Fixed [compose#8408](https://github.com/docker/compose/issues/8408){:
target="_blank" rel="noopener" class="_"}
* Fixed filtering issue when no filter set. Fixed [roadmap#418](https://github.com/docker/roadmap/issues/418){:
target="_blank" rel="noopener" class="_"}
* Fixed concurrent map writes issue during build step. Pull Request [compose#10151](https://github.com/docker/compose/pull/10151){:
target="_blank" rel="noopener" class="_"}
* Fixed issue when stdin is not a terminal. Fixed [compose#9739](https://github.com/docker/compose/issues/9739){:
target="_blank" rel="noopener" class="_"}
## 2.15.0
{% include release-date.html date="2023-01-05" %}
### Update