File tree 2 files changed +8
-5
lines changed
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"
2
2
version_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
27
27
28
28
### Bugfixes
29
29
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
32
32
* Fixed an issue where the default TLS version in TLSConfig would
33
33
break in some environments. ` docker-py ` now uses TLSv1 by default
34
34
This setting can be overridden using the ` ssl_version ` param in
35
35
` 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
36
41
* Fixed a bug where using the unix socket connection would raise
37
42
an error in some edge-case situations
38
- * Fixed a bug where ` tcp ` hosts would fail to connect to TLS-enabled
39
- endpoints.
40
43
41
44
### Miscellaneous
42
45
You can’t perform that action at this time.
0 commit comments