From e9cbddad6734ef4ee4947e43647374ea9dcee60d Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:19:02 +0100 Subject: [PATCH] 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> --- compose/release-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/compose/release-notes.md b/compose/release-notes.md index b8517a2fb7..9f3f88446c 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -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