Skip to content

Commit 9a4cc53

Browse files
committed
Merge branch 'release' into 3.1.0-release
Signed-off-by: Joffrey F <[email protected]> Conflicts: docker/version.py tests/unit/api_test.py tests/unit/utils_test.py
2 parents cc6e1b1 + c9ee022 commit 9a4cc53

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/change-log.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change log
22
==========
33

4+
3.0.1
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/43?closed=1)
8+
9+
### Bugfixes
10+
11+
* Fixed a bug where `APIClient.login` didn't populate the `_auth_configs`
12+
dictionary properly, causing subsequent `pull` and `push` operations to fail
13+
* Fixed a bug where some build context files were incorrectly recognized as
14+
being inaccessible.
15+
* Fixed a bug where files with a negative mtime value would
16+
cause errors when included in a build context
17+
418
3.0.0
519
-----
620

tests/unit/api_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ def test_login(self):
221221
'username': 'sakuya', 'password': 'izayoi'
222222
}
223223
assert args[1]['headers'] == {'Content-Type': 'application/json'}
224-
225224
assert self.client._auth_configs['auths'] == {
226225
'docker.io': {
227226
'email': None,

0 commit comments

Comments
 (0)