Skip to content

Commit fdd1187

Browse files
committed
Merge pull request #1025 from docker/1.8.0-release
1.8.0 release
2 parents f68a4f9 + 267bd34 commit fdd1187

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.8.0-rc5"
1+
version = "1.8.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change_log.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,19 @@ Change Log
2727

2828
### Bugfixes
2929

30-
* Fixed a bug where some environment variables specified through
31-
`create_container` would be improperly formatted
30+
* Fixed a bug where TLS verification would fail when using IP addresses
31+
in the certificate's `subjectAltName` fields
3232
* Fixed an issue where the default TLS version in TLSConfig would
3333
break in some environments. `docker-py` now uses TLSv1 by default
3434
This setting can be overridden using the `ssl_version` param in
3535
`kwargs_from_env` or the `TLSConfig` constructor
36+
* Fixed a bug where `tcp` hosts would fail to connect to TLS-enabled
37+
endpoints
38+
* Fixed a bug where loading a valid docker configuration file would fail
39+
* Fixed a bug where some environment variables specified through
40+
`create_container` would be improperly formatted
3641
* Fixed a bug where using the unix socket connection would raise
3742
an error in some edge-case situations
38-
* Fixed a bug where `tcp` hosts would fail to connect to TLS-enabled
39-
endpoints.
4043

4144
### Miscellaneous
4245

0 commit comments

Comments
 (0)