mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
v2.7.0
This commit is contained in:
parent
978bc4c85f
commit
e2a14e7e7c
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
## 2.7.0 (Unreleased)
|
## 2.7.0 (February 10, 2020)
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
* support to import some docker_container's attributes [GH-234]
|
* support to import some docker_container's attributes ([#234](https://github.com/terraform-providers/terraform-provider-docker/issues/234))
|
||||||
* make UID, GID, & mode for Docker secrets and configs configurable ([#231](https://github.com/terraform-providers/
|
* make UID, GID, & mode for Docker secrets and configs configurable ([#231](https://github.com/terraform-providers/
|
||||||
terraform-provider-docker/pull/231))
|
terraform-provider-docker/pull/231))
|
||||||
|
|
||||||
|
|
@ -10,8 +10,8 @@ BUG FIXES:
|
||||||
terraform-provider-docker/pull/240))
|
terraform-provider-docker/pull/240))
|
||||||
* Correct IPAM config read on the data provider ([#229](https://github.com/terraform-providers/
|
* Correct IPAM config read on the data provider ([#229](https://github.com/terraform-providers/
|
||||||
terraform-provider-docker/pull/229))
|
terraform-provider-docker/pull/229))
|
||||||
* `published_port` is not correctly populated on docker_service resource [GH-222]
|
* `published_port` is not correctly populated on docker_service resource ([#222](https://github.com/terraform-providers/terraform-provider-docker/issues/222))
|
||||||
* Registry Config File MUST be a file reference [GH-224]
|
* Registry Config File MUST be a file reference ([#224](https://github.com/terraform-providers/terraform-provider-docker/issues/224))
|
||||||
* Allow zero replicas ([#220](https://github.com/terraform-providers/
|
* Allow zero replicas ([#220](https://github.com/terraform-providers/
|
||||||
terraform-provider-docker/pull/220))
|
terraform-provider-docker/pull/220))
|
||||||
* fixing the label schema for HCL2 ([#217](https://github.com/terraform-providers/
|
* fixing the label schema for HCL2 ([#217](https://github.com/terraform-providers/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue