diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d245d48a..298f89c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ ## 0.3.2 (unreleased) +FEATURES: + + * New element() function to index into arrays + +IMPROVEMENTS: + + * provider/aws: Support tenancy for aws_instance + * provider/aws: Support block devices for aws_instance + * provider/aws: Support virtual_name on block device + * provider/aws: Improve RDS reliability (more grace time) + * provider/aws: Added aws_db_parameter_group resource + * provider/aws: Added tag support to aws_subnet + * provider/aws: Routes in RouteTable are optional + * provider/aws: associate_public_ip_address on aws_launch_configuration + * provider/aws: Added aws_network_acl + * provider/aws: Ingress rules in security groups are optional + * provider/aws: Support termination policy for ASG + * provider/digitalocean: Improved droplet size compatibility + BUG FIXES: * core: Fixed issue causing double delete. [GH-555] @@ -9,6 +28,26 @@ BUG FIXES: plans. * core: Fix issue with referencing resource variables from resources that don't exist yet within resources that do exist, or modules. + * core: Fixing depedency handling for modules + * core: Fixing output handling [GH-474] + * core: Fixing count interpolation in modules + * core: Fixing multi-var without module state + * core: Fixing HCL variable declaration + * core: Fixing resource interpolation for without state + * core: Fixing handling of computed maps + * command/init: Fixing recursion issue [GH-518] + * command: Validate config before requesting input [GH-602] + * build: Fixing GOPATHs with spaces + +MISC: + + * provider/aws: Upgraded to helper.Schema + * provider/heroku: Upgraded to helper.Schema + * provider/mailgun: Upgraded to helper.Schema + * provider/dnsimple: Upgraded to helper.Schema + * provider/cloudflare: Upgraded to helper.Schema + * provider/digitalocean: Upgraded to helper.Schema + * provider/google: Upgraded to helper.Schema ## 0.3.1 (October 21, 2014)