Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart authored Dec 2, 2019
1 parent 6db3cf8 commit 180e233
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 0.12.17 (Unreleased)

SECURITY NOTES:

* If you are using the Azure remote state backend and you are using a SAS Token for authentication, please refer to [the Azure remote state backend security advisory](https://github.com/hashicorp/terraform/security/advisories/GHSA-4rvg-555h-r626).

Prior versions of the backend may have transmitted your state to the storage service using cleartext HTTP unless you specifically requested HTTPS when generating your SAS Token. This does not affect any other backends, and does not affect the Azure backend when using other authentication mechanisms.

NEW FEATURES:

* lang/funcs: Add `trim*` functions
Expand All @@ -11,6 +17,7 @@ ENHANCEMENTS:

BUG FIXES:
* command/jsonplan, command/jsonstate: fix panic with null values [GH-23492]
* backend/azure: Use HTTPS to talk to the storage API, even if using a SAS token that does not require it. [GH-23496]

## 0.12.16 (November 18, 2019)

Expand Down

0 comments on commit 180e233

Please sign in to comment.