File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- version = "1.8.0-rc5 "
1+ version = "1.8.0"
22version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments