mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-28 10:39:42 -05:00
[ci skip] Fixes PR links in CHANGELOG
This commit is contained in:
parent
769f775d38
commit
41b83e5fb1
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ IMPROVEMENTS
|
|||
* Add options for PID and user namespace mode [GH-88] and ([#96](https://github.com/terraform-providers/terraform-provider-docker/pull/96))
|
||||
|
||||
BUG FIXES
|
||||
* Fixes issue with internal and external ports on containers [GH-8] and ([#89](https://github.com/terraform-providers/terraform-provider-docker/pull/90))
|
||||
* Fixes `tfstate` having correct external port for containers [GH-73]
|
||||
* Fixes that a `docker_image` can be pulled with its SHA256 tag/repo digest [GH-79]
|
||||
* Fixes issue with internal and external ports on containers [GH-8] and ([#89](https://github.com/terraform-providers/terraform-provider-docker/pull/89))
|
||||
* Fixes `tfstate` having correct external port for containers [GH-73] and ([#95](https://github.com/terraform-providers/terraform-provider-docker/pull/95))
|
||||
* Fixes that a `docker_image` can be pulled with its SHA256 tag/repo digest [GH-79] and ([#97](https://github.com/terraform-providers/terraform-provider-docker/pull/97))
|
||||
|
||||
## 1.0.2 (September 27, 2018)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue