From 883b254f21e7748718f40b515d15dd0de262dd68 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:24:28 +0100 Subject: [PATCH] update Compose release notes for version 2.15.0 (#16444) * update Compose release notes for version 2.15.0 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- compose/release-notes.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/compose/release-notes.md b/compose/release-notes.md index 8a0ade5204..b8517a2fb7 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -6,6 +6,38 @@ toc_max: 2 redirect_from: - /release-notes/docker-compose/ --- +## 2.15.0 +{% include release-date.html date="2023-01-05" %} +### Update +- Dependencies upgrade: bump compose-go to v1.8.1 +- Dependencies upgrade: bump cli-docs-tool to 0.5.1 + +### Bug fixes and enhancements +* Added support of the `privileged` attribute in the `service.build` section. Pull Request [compose#10112](https://github.com/docker/compose/pull/10112){: + target="_blank" rel="noopener" class="_"} +* Introduced `--ignore-buildable` to ignore buildable images on pull. Fixed [compose#8805](https://github.com/docker/compose/issues/8805){: + target="_blank" rel="noopener" class="_"} +* Introduceed `--no-attach` to ignore some service outputs. Fixed [compose#8546](https://github.com/docker/compose/issues/8546){: + target="_blank" rel="noopener" class="_"} +* Fixed issue with `logs` when `driver:none` is set. Fixed [compose#9030](https://github.com/docker/compose/issues/9030){: + target="_blank" rel="noopener" class="_"} +* Compose now relies on dockerCLI.streams. Pull Request [compose#10082](https://github.com/docker/compose/pull/10082){: + target="_blank" rel="noopener" class="_"} +* Fixed issue with service hash that MUST exclude replicas. Fixed [compose#10077](https://github.com/docker/compose/issues/10077){: + target="_blank" rel="noopener" class="_"} +* Compose now checks service names based on project, not running containers. Fixed [compose#9951](https://github.com/docker/compose/issues/9951){: + target="_blank" rel="noopener" class="_"} +* Fixed security opts support (seccomp and unconfined). Fixed [compose#9505](https://github.com/docker/compose/issues/9505){: + target="_blank" rel="noopener" class="_"} +* Fixed empty file when using compose config in case of smaller source files. Fixed [compose#10121](https://github.com/docker/compose/issues/10121){: + target="_blank" rel="noopener" class="_"} +* Fixed issue with `--pull` not applied on `compose up`. Fixed [compose#10125](https://github.com/docker/compose/issues/10125){: + target="_blank" rel="noopener" class="_"} +* Compose should ignore not only auto-removed containers but also "removal in progress" for orphan containers. Pull Request [compose#10136](https://github.com/docker/compose/pull/10136){: + target="_blank" rel="noopener" class="_"} +* Compose limits build concurrency according to `--parallel`. Fixed [compose#9091](https://github.com/docker/compose/issues/9091){: + target="_blank" rel="noopener" class="_"} + ## 2.14.2 {% include release-date.html date="2022-12-20" %} ### Update