diff options
author | Joffrey F <joffrey@docker.com> | 2018-02-05 13:44:57 -0800 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2018-02-05 13:44:57 -0800 |
commit | 8649f48a4c2bc89e271b09d17a3e61866a1ead1c (patch) | |
tree | 25e9c170f72c62a9759204ba4339b8f422185f1e /docs/change-log.md | |
parent | 6de7bab22fc339c7e38cc89732a3a05ab3a94eda (diff) | |
download | docker-py-3.0.1-release.tar.gz |
Bump 3.0.13.0.1-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/change-log.md')
-rw-r--r-- | docs/change-log.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 08d4e8f..8ae88ef 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,20 @@ Change log ========== +3.0.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/43?closed=1) + +### Bugfixes + +* Fixed a bug where `APIClient.login` didn't populate the `_auth_configs` + dictionary properly, causing subsequent `pull` and `push` operations to fail +* Fixed a bug where some build context files were incorrectly recognized as + being inaccessible. +* Fixed a bug where files with a negative mtime value would + cause errors when included in a build context + 3.0.0 ----- |