Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart authored Nov 8, 2019
1 parent 6eaf1c2 commit 515163d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ BUG FIXES:
* command/show: When showing a saved plan file not in JSON mode, use the same presentation as `terraform plan` itself would've used. [GH-23292]
* core: Store absolute instance dependencies in state to allow for proper destroy ordering [GH-23252]
* core: Ensure tainted status is maintained when a destroy operation fails [GH-23304]
* config: `transpose` function will no longer panic when it should produce an empty map as its result. [GH-23321]
* cli: When running Terraform as a sub-process of itself, we will no longer produce errant prefixes on the console output. While we don't generally recommend using Terraform recursively like this, it was behaving in this strange way due to an implementation detail of how Terraform captures "panic" crashes from the Go runtime, and that subsystem is now updated to avoid that strange behavior. [GH-23281]
* plugin/sdk: Sanitize provisioner output to prevent invalid utf8 sequences [GH-23302]
* provisioners: Sanitize output to filter invalid utf8 sequences [GH-23302]

## 0.12.13 (October 31, 2019)

Expand Down

0 comments on commit 515163d

Please sign in to comment.