Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-01-28 14:31:33 -05:00
parent 932127e8c3
commit 2063bf0da5
1 changed files with 17 additions and 13 deletions

View File

@ -2,31 +2,35 @@
BACKWARDS INCOMPATIBILITIES / NOTES: BACKWARDS INCOMPATIBILITIES / NOTES:
* The `max_size`, `min_size` and `desired_capacity` attributes on `aws_autoscaling_schedule` resources now default to 0 * The `max_size`, `min_size` and `desired_capacity` attributes on `aws_autoscaling_schedule` resources now default to 0
FEATURES:
* **New provider: `powerdns` - PowerDNS REST API** [GH-4885]
*
IMPROVEMENTS: IMPROVEMENTS:
* provider/template: Remove unnecessary mime-type validation from `template_cloudinit_config` resources [GH-4873] * provider/template: Remove unnecessary mime-type validation from `template_cloudinit_config` resources [GH-4873]
* provider/template: Correct spelling of "Boundary" in the part separator of rendered `template_cloudinit_config` resources [GH-4873] * provider/template: Correct spelling of "Boundary" in the part separator of rendered `template_cloudinit_config` resources [GH-4873]
BUG FIXES: BUG FIXES:
* provider/aws: `aws_autoscale_schedule` 0 values [GH-4693] * provider/aws: `aws_autoscale_schedule` 0 values [GH-4693]
* provider/aws: Fix regression with VPCs and ClassicLink for regions that do not support it [GH-4879] * provider/aws: Fix regression with VPCs and ClassicLink for regions that do not support it [GH-4879]
## 0.6.10 (January 27, 2016) ## 0.6.10 (January 27, 2016)
BACKWARDS INCOMPATIBILITIES / NOTES: BACKWARDS INCOMPATIBILITIES / NOTES:
* The `-module-depth` flag available on `plan`, `apply`, `show`, and `graph` now defaults to `-1`, causing * The `-module-depth` flag available on `plan`, `apply`, `show`, and `graph` now defaults to `-1`, causing
resources within modules to be expanded in command output. This is only a cosmetic change; it does not affect resources within modules to be expanded in command output. This is only a cosmetic change; it does not affect
any behavior. any behavior.
* This release includes a bugfix for `$${}` interpolation escaping. These strings are now properly converted to `${}` * This release includes a bugfix for `$${}` interpolation escaping. These strings are now properly converted to `${}`
during interpolation. This may cause diffs on existing configurations in certain cases. during interpolation. This may cause diffs on existing configurations in certain cases.
* Users of `consul_keys` should note that the `value` sub-attribute of `key` will no longer be updated with the remote value of the key. It should be only used to _set_ a key in Consul K/V. To reference key values, use the `var` attribute. * Users of `consul_keys` should note that the `value` sub-attribute of `key` will no longer be updated with the remote value of the key. It should be only used to _set_ a key in Consul K/V. To reference key values, use the `var` attribute.
* The 0.6.9 release contained a regression in `aws_autoscaling_group` capacity waiting behavior for configs where `min_elb_capacity != desired_capacity` or `min_size != desired_capacity`. This release remedies that regression by un-deprecating `min_elb_capacity` and restoring the prior behavior. * The 0.6.9 release contained a regression in `aws_autoscaling_group` capacity waiting behavior for configs where `min_elb_capacity != desired_capacity` or `min_size != desired_capacity`. This release remedies that regression by un-deprecating `min_elb_capacity` and restoring the prior behavior.
* Users of `aws_security_group` may notice new diffs in initial plans with 0.6.10 due to a bugfix that fixes drift detection on nested security group rules. These new diffs should reflect the actual state of the resources, which Terraform previously was unable to see. * Users of `aws_security_group` may notice new diffs in initial plans with 0.6.10 due to a bugfix that fixes drift detection on nested security group rules. These new diffs should reflect the actual state of the resources, which Terraform previously was unable to see.
FEATURES: FEATURES: