Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-03-29 16:19:46 -07:00
parent 155e7840ba
commit c44daa7735
1 changed files with 8 additions and 5 deletions

View File

@ -2,22 +2,25 @@
FEATURES:
* **New resource:** `aws_iam_user_ssh_key` [GH-5774]
* **New Provider:** `fastly` [GH-5814]
* **New interpolation function:** `jsonencode` [GH-5890]
* **New provider:** `fastly` [GH-5814]
* **New resource:** `aws_iam_user_ssh_key` [GH-5774]
* **New resource:** `triton_fabric` [GH-5920]
* **New resource:** `triton_vlan` [GH-5920]
IMPROVEMENTS:
* provider/aws: Change `aws_elb` access_logs to list type [GH-5065]
* provider/clc: Override default `account` alias in provider config [GH-5785]
BUG FIXES:
* provider/aws: Report better error message in `aws_route53_record` when `set_identifier` is required [GH-5777]
* provider/aws: Convert protocols to standard format for Security Groups [GH-5881]
* provider/aws: Fix `aws_route panic` when destination CIDR block is nil [GH-5781]
* provider/aws: Fix issue with changing iops when also changing storage type to io1 on RDS [GH-5676]
* provider/aws: Guard against empty responses from Lambda Permissions [GH-5838]
* provider/aws: Convert protocols to standard format for Security Groups [GH-5881]
* provider/aws: Fix potential crash when receiving malformed `aws_route` API responses [GH-5867]
* provider/aws: Guard against empty responses from Lambda Permissions [GH-5838]
* provider/aws: Report better error message in `aws_route53_record` when `set_identifier` is required [GH-5777]
* provider/azurerm: Fix detection of `azurerm_storage_account` resources removed manually [GH-5878]
## 0.6.14 (March 21, 2016)