compose: release notes for v2.19.1 (#17658)

https://github.com/docker/compose/releases/tag/v2.19.1
This commit is contained in:
Milas Bowman 2023-06-30 03:49:26 -04:00 committed by GitHub
parent 0ae643f91b
commit 1c9369af30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,17 @@ 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.1
{% include release-date.html date="2023-06-29" %}
### Update
- Dependencies upgrade: bump compose-go to v1.15.1
### Bug fixes and enhancements
- Fixed sporadic "container not connected to network" errors on `compose up`.
- Fixed "please specify build context" errors on `compose build`.
- Compose now warns if using a bind mount in a service `watch` configuration.
## 2.19.0
{% include release-date.html date="2023-06-21" %}