mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-03 05:19:34 -05:00
[ci skip] updates CHANGELOG v2.3.0
This commit is contained in:
parent
f75443a060
commit
b24623a969
1 changed files with 11 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
## 2.3.0 (Unreleased)
|
||||
|
||||
IMPROVEMENTS:
|
||||
* feat: adds container ipc mode [GH-12]
|
||||
* feat: adds container working dir [GH-146]
|
||||
* remove usage of config pkg ([#183](https://github.com/terraform-providers/terraform-provider-docker/pull/183))
|
||||
|
||||
BUG FIXES:
|
||||
* fix for destroy_grace_seconds is not adhered [GH-174]
|
||||
|
||||
## 2.2.0 (August 22, 2019)
|
||||
|
||||
IMPROVEMENTS
|
||||
|
|
@ -14,7 +24,7 @@ BUG FIXES
|
|||
## 2.1.0 (July 19, 2019)
|
||||
|
||||
IMPROVEMENTS
|
||||
* Adds cross-platform support for generic Docker credential helper([#159](https://github.com/terraform-providers/terraform-provider-docker/pull/159))
|
||||
* Adds cross-platform support for generic Docker credential helper ([#159](https://github.com/terraform-providers/terraform-provider-docker/pull/159))
|
||||
|
||||
DOC
|
||||
* Updates the docs for ssh protocol and mounts ([#158](https://github.com/terraform-providers/terraform-provider-docker/issues/158))
|
||||
|
|
|
|||
Loading…
Reference in a new issue