mirror of https://github.com/docker/docs.git
update Compose release notes page for v2.19.0 (#17587)
* update Compose release notes page for v2.19.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:
parent
8a3620004b
commit
5bf8960507
|
@ -10,6 +10,44 @@ redirect_from:
|
|||
|
||||
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/tag/v2.18.0).
|
||||
|
||||
## 2.19.0
|
||||
{% include release-date.html date="2023-06-21" %}
|
||||
|
||||
### Update
|
||||
- Dependencies upgrade: bump compose-go to v1.15.0
|
||||
- Dependencies upgrade: bump buildx to v0.11.0
|
||||
- Dependencies upgrade: bump docker to v24.0.2
|
||||
- Dependencies upgrade: bump golang to 1.20.5
|
||||
|
||||
### Bug fixes and enhancements
|
||||
- Introduced the ability to select a single service to be stopped by `compose down`.
|
||||
- Added `--progress` as top-level flag to configure progress UI style.
|
||||
- Introduced `run --cap-add` to run maintenance commands using service image.
|
||||
- Fixed a bug during detection of swarm mode.
|
||||
- Fixed a bug when setting the project name via `COMPOSE_PROJECT_NAME` environment variable.
|
||||
- Adjusted the display of the volumes flag with the help of `down` command.
|
||||
- Fixed a bug in the `up` command which should not silently ignore missing `depends_on` services.
|
||||
- Aligned forward signal to container behaviour with the `docker run` one.
|
||||
- Compose now detects network name conflict.
|
||||
- Fixed a typo in the warning message about an existing volume.
|
||||
- Compose now detects new services started after `compose -p x logs -f` command.
|
||||
- Fixed a bug when `compose` was used as project name.
|
||||
- Fixed a bug in the `watch` command when a directory does not exist.
|
||||
- Removed default timeout of 10 seconds when restarting or stopping services.
|
||||
- Fixed a bug in `watch` which applied the "rebuild" strategy by default.
|
||||
- Fixed a race condition, waiting for containers when one exit.
|
||||
- Added a warning telling users that uid,gid,mode are not implemented for `build.secrets`.
|
||||
- Fixed a bug in `watch` which was watching the whole build context instead of only configured paths.
|
||||
- Compose now sorts containers by creation date to scale down the older ones first.
|
||||
- Fixed a bug in the docs generation task for Windows environments.
|
||||
- Updated the docs to reflect Dry Run mode is feature complete.
|
||||
- Improved the diagnostic message on network label mismatch.
|
||||
- Fixed a bug which was rendering `Building` section when there was no build involved.
|
||||
- Fixed a bug in code coverage metrics.
|
||||
- Added OTEL initialization.
|
||||
- Added a GitHub action to trigger Docker Desktop e2e tests with Compose edge versions.
|
||||
- Added more ignore rules to dependabot.
|
||||
|
||||
## 2.18.1
|
||||
{% include release-date.html date="2023-05-17" %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue