Skip to content

Commit 01654ee

Browse files
committed
Merge pull request #523 from docker/1.1.0-release
1.1.0 release
2 parents 0c8626e + 15631d3 commit 01654ee

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.0.1-dev"
1+
version = "1.1.0"

docs/change_log.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Change Log
22
==========
33

4+
1.1.0
5+
-----
6+
7+
### Features
8+
9+
* Added `dockerfile` param support to `Client.build` (mirrors
10+
`docker build -f` behavior)
11+
* Added the ability to specify `'auto'` as `version` in `Client.__init__`,
12+
allowing the constructor to autodetect the daemon's API version.
13+
14+
### Bugfixes
15+
16+
* Fixed a bug where decoding a result stream using the `decode` parameter
17+
would break when using Python 3.x
18+
* Fixed a bug where some files in `.dockerignore` weren't being handled
19+
properly
20+
* Fixed `resolve_authconfig` issues by bringing it closer to Docker Engine's
21+
behavior. This should fix all issues encountered with private registry auth
22+
* Fixed an issue where passwords containing a colon weren't being handled
23+
properly.
24+
* Bumped `requests` version requirement, which should fix most of the SSL
25+
issues encountered recently.
26+
27+
### Miscellaneous
28+
29+
* Several integration test improvements.
30+
* Fixed some unclosed resources in unit tests.
31+
* Several docs improvements.
32+
433
1.0.0
534
-----
635

0 commit comments

Comments
 (0)