From 5388413dde6894c41b90945507cd81c343b9aeee Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Thu, 7 Dec 2023 15:41:29 -0500 Subject: [PATCH] chore: update changelog and maintainer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Preparing for the 7.0.0 final release 🎉 Added a couple more changelog items that came in as part of `7.0.0b2` and updated the maintainer to be generically Docker, Inc. instead of an individual. Signed-off-by: Milas Bowman --- docs/change-log.md | 2 ++ setup.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/change-log.md b/docs/change-log.md index 7719bbfb6..faf868ff8 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -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) diff --git a/setup.py b/setup.py index 98736247d..b6a024f81 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,6 @@ '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', )