We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee864f2 commit a0c0972Copy full SHA for a0c0972
1 file changed
docs/change_log.md
@@ -20,7 +20,6 @@ Change Log
20
param.
21
22
23
-
24
### Bugfixes
25
26
* Fixed a bug where streaming data over HTTPS would sometimes behave
@@ -30,13 +29,17 @@ Change Log
30
29
* Fixed a bug where auth config credentials containing unicode characters would
31
cause failures when pushing / pulling images.
32
* Setting `tail=0` in `Client.logs` no longer shows past logs.
+* Fixed a bug where `Client.pull` and `Client.push` couldn't handle image names
33
+ containing a dot.
34
+
35
36
### Miscellaneous
37
38
* Default API version is now 1.21 (introduced in Docker 1.9.0)
39
* Several test improvements and cleanup that should make the suite easier to
40
expand and maintain moving forward.
41
42
43
1.5.0
44
-----
45
0 commit comments