summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-04-05 16:21:16 -0700
committerJoffrey F <joffrey@docker.com>2016-04-05 16:21:16 -0700
commit267bd344269c493fba838162002cb57b1b4c8587 (patch)
tree441e6270a33de0ae3e82c61d6e53f2a33ab507f1 /docs
parentf68a4f957d426c7bdab9b5353f6e45ca117e522a (diff)
downloaddocker-py-1.8.0-release.tar.gz
Bump version to 1.8.01.8.0-release
Add RC bugfixes to the changelog. Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/change_log.md b/docs/change_log.md
index fc37ba0..f891379 100644
--- a/docs/change_log.md
+++ b/docs/change_log.md
@@ -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