Skip to content

Commit

Permalink
Merge pull request #1025 from docker/1.8.0-release
Browse files Browse the repository at this point in the history
1.8.0 release
  • Loading branch information
shin- committed Apr 6, 2016
2 parents f68a4f9 + 267bd34 commit fdd1187
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "1.8.0-rc5"
version = "1.8.0"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
11 changes: 7 additions & 4 deletions docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@ Change Log

### Bugfixes

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

### Miscellaneous

Expand Down

0 comments on commit fdd1187

Please sign in to comment.