From 271d8e8be33425290736683a629f6188857c3406 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 9 Apr 2015 10:51:04 -0500 Subject: [PATCH] Update CHANGELOG Catching up with my post 0.4 CHANGELOG lag. --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1d96961..ac4962eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ ## 0.4.1 (unreleased) IMPROVEMENTS: - * provider/aws: Route 53 records can now update `ttl` and `records` attributes + * provider/aws: Route 53 records can now update `ttl` and `records` attributes without destroying/creating the record [GH-1396] - * provider/aws: Support changing additional attributes of RDS databases + * provider/aws: Support changing additional attributes of RDS databases without forcing a new resource [GH-1382] BUG FIXES: @@ -18,6 +18,17 @@ BUG FIXES: * provider/aws: Fix refresh issue in Route 53 hosted zone [GH-1384] * provider/aws: Fix issue when changing map-public-ip in Subnets #1234 * provider/aws: Fix issue finding db subnets [GH-1377] + * provider/aws: Fix issues with `*_block_device` attributes on instances and + launch configs creating unresolvable diffs when certain optional + parameters were omitted from the config [GH-1445] + * provider/aws: Fix issue with `aws_launch_configuration` causing an + unnecessary diff for pre-0.4 environments [GH-1371] + * provider/aws: Fix several related issues with `aws_launch_configuration` + causing unresolvable diffs [GH-1444] + * provider/aws: Fix issue preventing launch configurations from being valid + in EC2 Classic [GH-1412] + * provider/google: Fix issue causing unresolvable diff on instances with + `network_interface` [GH-1427] ## 0.4.0 (April 2, 2015)