mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-31 20:19:33 -05:00
v2.4.0
This commit is contained in:
parent
462091016e
commit
331de152eb
1 changed files with 6 additions and 6 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue