mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-07 07:19:37 -05:00
updates changelog for v1.2.0
This commit is contained in:
parent
abcdd9ac29
commit
afff05db7a
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,4 +1,16 @@
|
|||
## 1.2.0 (Unreleased)
|
||||
|
||||
IMPROVEMENTS
|
||||
* Update to docker `18.09` [GH-114]
|
||||
* Upgrades to go `1.11` ([#116](https://github.com/terraform-providers/terraform-provider-docker/pull/116))
|
||||
* Switches to `go modules` [GH-124]
|
||||
* Adds data source for networks [GH-84]
|
||||
* Adds `ssh` protocol support [GH-153]
|
||||
* Add docker container mounts support ([#147](https://github.com/terraform-providers/terraform-provider-docker/pull/147))
|
||||
|
||||
BUG FIXES
|
||||
* Fixes image pulling and local registry connections ([#143](https://github.com/terraform-providers/terraform-provider-docker/pull/143))
|
||||
|
||||
## 1.1.1 (March 08, 2019)
|
||||
|
||||
BUG FIXES
|
||||
|
|
|
|||
Loading…
Reference in a new issue