Commit d8621ca2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto
Browse files

Merge pull request #1453 from hashicorp/f-phinze-changelog

Update CHANGELOG
parents 4363ac49 271d8e8b
Showing with 13 additions and 2 deletions
+13 -2
## 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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment