mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-24 00:29:46 -05:00
updates CHANGELOG for v1.1.1
This commit is contained in:
parent
396d9a3a66
commit
dcaf078347
1 changed files with 6 additions and 0 deletions
|
|
@ -4,11 +4,17 @@ BUG FIXES
|
||||||
* Fixes no more 'force new resource' for container ports when
|
* Fixes no more 'force new resource' for container ports when
|
||||||
there are no changes. This was caused to the ascending order. See [GH-110]
|
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)]
|
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
|
DOCS
|
||||||
* Corrects `networks_advanced` section [GH-109]
|
* Corrects `networks_advanced` section [GH-109]
|
||||||
* Corrects `tmpfs_options` section [GH-122]
|
* Corrects `tmpfs_options` section [GH-122]
|
||||||
* Corrects indentation for container in docs [GH-126]
|
* 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)
|
## 1.1.0 (October 30, 2018)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue