mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-22 15:49:34 -05:00
[ci-skip] updates CHANGELOG for v2.7.0
This commit is contained in:
parent
5ad4646537
commit
978bc4c85f
1 changed files with 27 additions and 1 deletions
28
CHANGELOG.md
28
CHANGELOG.md
|
|
@ -1,4 +1,30 @@
|
|||
## 2.6.1 (Unreleased)
|
||||
## 2.7.0 (Unreleased)
|
||||
|
||||
IMPROVEMENTS:
|
||||
* support to import some docker_container's attributes [GH-234]
|
||||
* make UID, GID, & mode for Docker secrets and configs configurable ([#231](https://github.com/terraform-providers/
|
||||
terraform-provider-docker/pull/231))
|
||||
|
||||
BUG FIXES:
|
||||
* Allow use of `source` file instead of content / content_base64 ([#240](https://github.com/terraform-providers/
|
||||
terraform-provider-docker/pull/240))
|
||||
* Correct IPAM config read on the data provider ([#229](https://github.com/terraform-providers/
|
||||
terraform-provider-docker/pull/229))
|
||||
* `published_port` is not correctly populated on docker_service resource [GH-222]
|
||||
* Registry Config File MUST be a file reference [GH-224]
|
||||
* Allow zero replicas ([#220](https://github.com/terraform-providers/
|
||||
terraform-provider-docker/pull/220))
|
||||
* fixing the label schema for HCL2 ([#217](https://github.com/terraform-providers/
|
||||
terraform-provider-docker/pull/217))
|
||||
|
||||
DOCS:
|
||||
* Update documentation to reflect changes in TF v12 ([#228](https://github.com/terraform-providers/
|
||||
terraform-provider-docker/pull/228))
|
||||
|
||||
CI:
|
||||
* bumps docker `19.03` and ubuntu `bionic` ([#241](https://github.com/terraform-providers/
|
||||
terraform-provider-docker/pull/241))
|
||||
|
||||
## 2.6.0 (November 25, 2019)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
|
|
|||
Loading…
Reference in a new issue