Skip to content

Commit

Permalink
Merge pull request #3193 from milas/prep-7.0
Browse files Browse the repository at this point in the history
chore: update changelog and maintainer
  • Loading branch information
glours authored Dec 8, 2023
2 parents 3d0a3f1 + 5388413 commit 7d8a161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)

0 comments on commit 7d8a161

Please sign in to comment.