From 46429968f08b29b97efcd4b9346f2a45dbf7066d Mon Sep 17 00:00:00 2001 From: James Nugent Date: Sun, 29 May 2016 12:00:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0edbc94df..0d1bebc9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,47 +11,48 @@ FEATURES: * **New Command:** `terraform state` to provide access to a variety of state manipulation functions [GH-5811] * **New Provider:** `grafana` [GH-6206] - * **New Resource:** `aws_rds_cluster_parameter_group` [GH-5269] - * **New Resource:** `openstack_blockstorage_volume_v2` [GH-6693] - * **New Resource:** `vsphere_virtual_disk` [GH-6273] + * **New Provider:** `random` - allows generation of random values without constantly generating diffs [GH6672] * **New Resource:** `aws_iam_group_policy_attachment` [GH-6858] * **New Resource:** `aws_iam_role_policy_attachment` [GH-6858] * **New Resource:** `aws_iam_user_policy_attachment` [GH-6858] + * **New Resource:** `aws_rds_cluster_parameter_group` [GH-5269] + * **New Resource:** `openstack_blockstorage_volume_v2` [GH-6693] + * **New Resource:** `vsphere_virtual_disk` [GH-6273] * core: Data Resources are now supported. Values are refreshed, and available during the planning stage [GH-6598] * core: Lists and maps can now be used as first class types for variables, and may be passed between modules [GH-6322] - * core: The `terraform plan` command no longer persists state. [GH-6811] * core: Tainted resources now show up in the plan and respect dependency ordering [GH-6600] + * core: The `terraform plan` command no longer persists state. [GH-6811] IMPROVEMENTS: * core: The `jsonencode` interpolation function now supports encoding lists and maps [GH-6749] * provider/aws: Add `option_settings` to `aws_db_option_group` [GH-6560] + * provider/aws: Add more explicit support for Skipping Final Snapshot in RDS Cluster [GH-6795] * provider/aws: Add support for S3 Bucket Acceleration [GH-6628] * provider/aws: Add support for `kms_key_id` to `aws_db_instance` [GH-6651] - * provider/aws: Support for Redshift Cluster encryption using a KMS key [GH-6712] - * provider/aws: Add more explicit support for Skipping Final Snapshot in RDS Cluster [GH-6795] - * provider/aws: Set default description to "Managed by Terraform" [GH-6104] - * provider/aws: SQS use raw policy string if compact fails [GH-6724] - * provider/aws: Support tags for AWS redshift cluster [GH-5356] * provider/aws: Add support to `aws_redshift_cluster` for `iam_roles` [GH-6647] - * provider/azurerm: Add support for exporting the `azurerm_storage_account` access keys [GH-6742] + * provider/aws: SQS use raw policy string if compact fails [GH-6724] + * provider/aws: Set default description to "Managed by Terraform" [GH-6104] + * provider/aws: Support for Redshift Cluster encryption using a KMS key [GH-6712] + * provider/aws: Support tags for AWS redshift cluster [GH-5356] * provider/azurerm: Add support for EnableIPForwarding to `azurerm_network_interface` [GH-6807] + * provider/azurerm: Add support for exporting the `azurerm_storage_account` access keys [GH-6742] * provider/clc: Add support for hyperscale and bareMetal server types and package installation * provider/clc: Fix optional server password [GH-6414] - * provider/cloudstack: Enable swapping of ACLs without having to rebuild the network tier [GH-6741] * provider/cloudstack: Add support for affinity groups to `cloudstack_instance` [GH-6898] + * provider/cloudstack: Enable swapping of ACLs without having to rebuild the network tier [GH-6741] * provider/datadog: Add support for 'require full window' and 'locked' [GH-6738] + * provider/fastly: Add support for Cache Settings [GH-6781] * provider/fastly: Add support for Service Request Settings on `fastly_service_v1` resources [GH-6622] * provider/fastly: Add support for custom VCL configuration [GH-6662] - * provider/fastly: Add support for Cache Settings [GH-6781] * provider/google: Support optional uuid naming for Instance Template [GH-6604] - * provider/openstack: Increase timeouts for image resize, subnets, and routers [GH-6764] * provider/openstack: Add support for client certificate authentication [GH-6279] - * provider/openstack: Enable DHCP By Default [GH-6838] * provider/openstack: Allow Neutron-based Floating IP to target a specific tenant [GH-6454] + * provider/openstack: Enable DHCP By Default [GH-6838] * provider/openstack: Implement fixed_ip on Neutron floating ip allocations [GH-6837] - * provider/vsphere: Fix bug with `vsphere_virtual_machine` wait for ip [GH-6377] + * provider/openstack: Increase timeouts for image resize, subnets, and routers [GH-6764] * provider/vsphere: Add support for `controller_type` to `vsphere_virtual_machine` [GH-6785] + * provider/vsphere: Fix bug with `vsphere_virtual_machine` wait for ip [GH-6377] * provider/vsphere: Virtual machine update disk [GH-6619] BUG FIXES: