This commit is contained in:
tf-release-bot 2019-10-07 22:24:26 +00:00 committed by TeamCity
parent 462091016e
commit 331de152eb
No known key found for this signature in database
GPG key ID: 51852D87348FFC4C

View file

@ -1,13 +1,13 @@
## 2.4.0 (Unreleased)
## 2.4.0 (October 07, 2019)
IMPROVEMENTS:
* feat: adds `shm_size attribute` for `docker_container` resource [GH-164]
* feat: supports for group-add [GH-191]
* feat: adds `shm_size attribute` for `docker_container` resource ([#164](https://github.com/terraform-providers/terraform-provider-docker/issues/164))
* feat: supports for group-add ([#191](https://github.com/terraform-providers/terraform-provider-docker/issues/191))
BUG FIXES:
* fix: binary upload as base 64 content [GH-48]
* fix: service env truncation for multiple delimiters [GH-121]
* fix: allows docker_registry_image to read from AWS ECR registry [GH-186]
* fix: binary upload as base 64 content ([#48](https://github.com/terraform-providers/terraform-provider-docker/issues/48))
* fix: service env truncation for multiple delimiters ([#121](https://github.com/terraform-providers/terraform-provider-docker/issues/121))
* fix: allows docker_registry_image to read from AWS ECR registry ([#186](https://github.com/terraform-providers/terraform-provider-docker/issues/186))
DOCS
* Removes duplicate `start_period` entry in `healthcheck` section of the documentation for `docker_service` ([#189](https://github.com/terraform-providers/terraform-provider-docker/pull/189))