update CHANGELOG

This commit is contained in:
James Bardin 2018-01-05 14:18:50 -05:00
parent 7c703f2ab2
commit f30a40aa36
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ NEW FEATURES:
IMPROVEMENTS:
* core: removed duplicate prompts and clarified working when migration backend configurations [GH-16939]
* config: new `rsadecrypt` interpolation function allows decrypting a base64-encoded ciphertext using a given private key. This is particularly useful for decrypting the password for a Windows instance on AWS EC2, but is generic and may find other uses too. [GH-16647]
* config: new `timeadd` interpolation function allows calculating a new timestamp relative to an existing known timestamp. [GH-16644]
* cli: Module and provider installation (and some other Terraform features) now implement [RFC6555](https://tools.ietf.org/html/rfc6555) when making outgoing HTTP requests, which should improve installation reliability for dual-stack (both IPv4 and IPv6) hosts running on networks that have non-performant or broken IPv6 Internet connectivity by trying both IPv4 and IPv6 connections. [GH-16805]
@ -22,10 +23,12 @@ IMPROVEMENTS:
BUG FIXES:
* config: fixed crash in `substr` interpolation function with invalid offset [GH-17043]
* config: Referencing a count attribute in an output no longer generates a warning [GH-16866]
* cli: Terraform will no longer crash when `terraform plan`, `terraform apply`, and some other commands encounter an invalid provider version constraint in configuration, generating a proper error message instead. [GH-16867]
* backend/gcs: The usage of the GOOGLE_CREDENTIALS environment variable now matches that of the google provider [GH-16865]
* backend/gcs: fixed the locking methodology to avoid "double-locking" issues when used with the `terraform_remote_state` data source [GH-16852]
* backend/s3: the `workspace_key_prefix` can now be an empty string or contain slashes [GH-16932]
* provisioner/salt-masterless: now waits for all of the remote operations to complete before returning [GH-16704]
## 0.11.1 (November 30, 2017)