update CHANGELOG.md

This commit is contained in:
James Bardin 2019-02-26 20:47:01 -05:00
parent eada955721
commit 6e7016008b
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,7 @@ BUG FIXES:
* config: Detect and reject self-referencing local values [GH-19706]
* config: Accept and ignore UTF-8 byte-order mark for configuration files [GH-19715]
* config: More helpful error message for a situation that may arise on upgrade from Terraform 0.11 or earlier [GH-19727]
* config: Backends configured with `-backend-config` are correctly applied and stored along with default values [GH-20480]
* connection/winrm: Set the correct default port when HTTPS is used [GH-19540]
* plugins: GRPC plugins shutdown correctly when Close is called [GH-19629]
* backend/local: Avoid rendering data sources on destroy [GH-19613]
@ -62,6 +63,9 @@ BUG FIXES:
* core: Fix occasional invalid provider errors when scaling down a counted datasource [GH-19676]
* core: Fix crash when applying a stored plan containing destroys [GH-19726]
NEW FEATURES:
* backend/pg: Support for using Postgresql for remote state storage [GH-19070]
## 0.12.0-alpha4 (December 7, 2018)
NOTES:
No changes to terraform; this release is only necessary to fix an incorrect version of the aws provider bundled in alpha3