Merge pull request #3193 from milas/prep-7.0

chore: update changelog and maintainer
This commit is contained in:
Guillaume Lours 2023-12-08 09:52:27 +01:00 committed by GitHub
commit 7d8a161b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -78,6 +78,6 @@ setup(
'Topic :: Utilities',
'License :: OSI Approved :: Apache Software License',
],
maintainer='Ulysses Souza',
maintainer_email='ulysses.souza@docker.com',
maintainer='Docker, Inc.',
maintainer_email='no-reply@docker.com',
)