mirror of https://github.com/docker/docker-py.git
chore: update changelog and maintainer
Preparing for the 7.0.0 final release 🎉
Added a couple more changelog items that came in as part of
`7.0.0b2` and updated the maintainer to be generically Docker,
Inc. instead of an individual.
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
3d0a3f1d77
commit
5388413dde
|
@ -20,9 +20,11 @@ Changelog
|
|||
- Add `health()` property to container that returns status (e.g. `unhealthy`)
|
||||
- Add `pause` option to `container.commit()`
|
||||
- Add support for bind mount propagation (e.g. `rshared`, `private`)
|
||||
- Add `filters`, `keep_storage`, and `all` parameters to `prune_builds()` (requires API v1.39+)
|
||||
|
||||
### Bugfixes
|
||||
- Consistently return `docker.errors.NotFound` on 404 responses
|
||||
- Validate tag format before image push
|
||||
|
||||
### Miscellaneous
|
||||
- Upgraded urllib3 version in `requirements.txt` (used for development/tests)
|
||||
|
|
Loading…
Reference in New Issue