Update CHANGELOG

Catching up with my post 0.4 CHANGELOG lag.
This commit is contained in:
Paul Hinze 2015-04-09 10:51:04 -05:00
parent 4363ac4970
commit 271d8e8be3
1 changed files with 13 additions and 2 deletions

View File

@ -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)