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>
This commit is contained in:
Guillaume Lours 2023-01-09 10:24:28 +01:00 committed by GitHub
parent 10b6d12799
commit 883b254f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -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