mirror of https://github.com/docker/docker-py.git
Merge pull request #3193 from milas/prep-7.0
chore: update changelog and maintainer
This commit is contained in:
commit
7d8a161b12
|
@ -20,9 +20,11 @@ Changelog
|
||||||
- Add `health()` property to container that returns status (e.g. `unhealthy`)
|
- Add `health()` property to container that returns status (e.g. `unhealthy`)
|
||||||
- Add `pause` option to `container.commit()`
|
- Add `pause` option to `container.commit()`
|
||||||
- Add support for bind mount propagation (e.g. `rshared`, `private`)
|
- 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
|
### Bugfixes
|
||||||
- Consistently return `docker.errors.NotFound` on 404 responses
|
- Consistently return `docker.errors.NotFound` on 404 responses
|
||||||
|
- Validate tag format before image push
|
||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
- Upgraded urllib3 version in `requirements.txt` (used for development/tests)
|
- Upgraded urllib3 version in `requirements.txt` (used for development/tests)
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -78,6 +78,6 @@ setup(
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
],
|
],
|
||||||
maintainer='Ulysses Souza',
|
maintainer='Docker, Inc.',
|
||||||
maintainer_email='ulysses.souza@docker.com',
|
maintainer_email='no-reply@docker.com',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue