Merge pull request #1453 from hashicorp/f-phinze-changelog
Update CHANGELOG
This commit is contained in:
commit
d8621ca20e
15
CHANGELOG.md
15
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue