File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ Changelog
2020- Add ` health() ` property to container that returns status (e.g. ` unhealthy ` )
2121- Add ` pause ` option to ` container.commit() `
2222- Add support for bind mount propagation (e.g. ` rshared ` , ` private ` )
23+ - Add ` filters ` , ` keep_storage ` , and ` all ` parameters to ` prune_builds() ` (requires API v1.39+)
2324
2425### Bugfixes
2526- Consistently return ` docker.errors.NotFound ` on 404 responses
27+ - Validate tag format before image push
2628
2729### Miscellaneous
2830- Upgraded urllib3 version in ` requirements.txt ` (used for development/tests)
Original file line number Diff line number Diff line change 7878 'Topic :: Utilities' ,
7979 'License :: OSI Approved :: Apache Software License' ,
8080 ],
81- maintainer = 'Ulysses Souza ' ,
82- maintainer_email = 'ulysses.souza @docker.com' ,
81+ maintainer = 'Docker, Inc. ' ,
82+ maintainer_email = 'no-reply @docker.com' ,
8383)
You can’t perform that action at this time.
0 commit comments