updates CHANGELOG for v1.1.1

This commit is contained in:
Manuel Vogel 2019-03-07 10:35:36 +01:00
parent 396d9a3a66
commit dcaf078347
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -4,11 +4,17 @@ BUG FIXES
* Fixes no more 'force new resource' for container ports when
there are no changes. This was caused to the ascending order. See [GH-110]
for details and [[#115](https://github.com/terraform-providers/terraform-provider-docker/pull/115)]
* Normalize blank port IP's to 0.0.0.0 [[#128](https://github.com/terraform-providers/terraform-provider-docker/pull/128)]
BUILD
* Simplify Dockerfile(s) for tests [[#135](https://github.com/terraform-providers/terraform-provider-docker/pull/135)]
* Skip test if swap limit isn't available [[#136](https://github.com/terraform-providers/terraform-provider-docker/pull/136)]
DOCS
* Corrects `networks_advanced` section [GH-109]
* Corrects `tmpfs_options` section [GH-122]
* Corrects indentation for container in docs [GH-126]
* Fix syntax error in docker_service example and make all examples adhere to terraform fmt [[#137](https://github.com/terraform-providers/terraform-provider-docker/pull/137)]
## 1.1.0 (October 30, 2018)