Skip to content

Commit 7d8a161

Browse files
authored
Merge pull request #3193 from milas/prep-7.0
chore: update changelog and maintainer
2 parents 3d0a3f1 + 5388413 commit 7d8a161

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/change-log.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
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
)

0 commit comments

Comments
 (0)