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
20
20
- Add ` health() ` property to container that returns status (e.g. ` unhealthy ` )
21
21
- Add ` pause ` option to ` container.commit() `
22
22
- 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+)
23
24
24
25
### Bugfixes
25
26
- Consistently return ` docker.errors.NotFound ` on 404 responses
27
+ - Validate tag format before image push
26
28
27
29
### Miscellaneous
28
30
- Upgraded urllib3 version in ` requirements.txt ` (used for development/tests)
Original file line number Diff line number Diff line change 78
78
'Topic :: Utilities' ,
79
79
'License :: OSI Approved :: Apache Software License' ,
80
80
],
81
- maintainer = 'Ulysses Souza ' ,
82
- maintainer_email = 'ulysses.souza @docker.com' ,
81
+ maintainer = 'Docker, Inc. ' ,
82
+ maintainer_email = 'no-reply @docker.com' ,
83
83
)
You can’t perform that action at this time.
0 commit comments