From 6e7016008b79dac0c90f123d7fa1a705cafa19ca Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 26 Feb 2019 20:47:01 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce87e9c5f..112388f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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