This commit is contained in:
tf-release-bot 2018-09-27 19:03:44 +00:00 committed by TeamCity
parent f8a9755fcd
commit 78cae01ec2
No known key found for this signature in database
GPG key ID: 51852D87348FFC4C

View file

@ -1,8 +1,8 @@
## 1.0.2 (Unreleased)
## 1.0.2 (September 27, 2018)
BUG FIXES
* Fixes connection via TLS to docker host with file contents [GH-86]
* Skips TLS verification if `ca_material` is not set [GH-14]
* Fixes connection via TLS to docker host with file contents ([#86](https://github.com/terraform-providers/terraform-provider-docker/issues/86))
* Skips TLS verification if `ca_material` is not set ([#14](https://github.com/terraform-providers/terraform-provider-docker/issues/14))
## 1.0.1 (August 06, 2018)