From f4c344991d4a7a0a0f66e01e32ed4915cc411b6a Mon Sep 17 00:00:00 2001 From: tf-release-bot Date: Fri, 8 May 2020 00:56:54 +0000 Subject: [PATCH] v2.61.0 --- CHANGELOG.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a9567569c..6ec0361f141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,33 +1,33 @@ -## 2.61.0 (Unreleased) +## 2.61.0 (May 08, 2020) FEATURES: -* **New Data Source:** `aws_ec2_coip_pool` [GH-12852] -* **New Data Source:** `aws_ec2_coip_pools` [GH-12852] -* **New Data Source:** `aws_ec2_local_gateway` [GH-12764] -* **New Data Source:** `aws_ec2_local_gateways` [GH-12764] -* **New Data Source:** `aws_ec2_local_gateway_route_table` [GH-13002] -* **New Data Source:** `aws_ec2_local_gateway_route_tables` [GH-13002] -* **New Resource:** `aws_ec2_transit_gateway_peering_attachment_accepter` [GH-11185] +* **New Data Source:** `aws_ec2_coip_pool` ([#12852](https://github.com/terraform-providers/terraform-provider-aws/issues/12852)) +* **New Data Source:** `aws_ec2_coip_pools` ([#12852](https://github.com/terraform-providers/terraform-provider-aws/issues/12852)) +* **New Data Source:** `aws_ec2_local_gateway` ([#12764](https://github.com/terraform-providers/terraform-provider-aws/issues/12764)) +* **New Data Source:** `aws_ec2_local_gateways` ([#12764](https://github.com/terraform-providers/terraform-provider-aws/issues/12764)) +* **New Data Source:** `aws_ec2_local_gateway_route_table` ([#13002](https://github.com/terraform-providers/terraform-provider-aws/issues/13002)) +* **New Data Source:** `aws_ec2_local_gateway_route_tables` ([#13002](https://github.com/terraform-providers/terraform-provider-aws/issues/13002)) +* **New Resource:** `aws_ec2_transit_gateway_peering_attachment_accepter` ([#11185](https://github.com/terraform-providers/terraform-provider-aws/issues/11185)) ENHANCEMENTS: -* data-source/aws_ebs_volume: Add `multi_attach_enabled` attribute [GH-13108] -* data-source/aws_efs_file_system: Add `size_in_bytes` attribute [GH-13125] -* data-source/aws_eip: Add `customer_owned_ip` and `customer_owned_ipv4_pool` attributes [GH-12862] -* data-source/aws_launch_template: add `partition_number` attribute [GH-11655] -* resource/aws_api_gateway_deployment: Add `triggers` argument [GH-13054] -* resource/aws_apigatewayv2_deployment: Add `triggers` argument [GH-13055] -* resource/aws_ebs_volume: Add `multi_attach_enabled` attribute [GH-13108] -* resource/aws_eip: Add `customer_owned_ip` attribute and `customer_owned_ipv4_pool` argument [GH-12862] -* resource/aws_glue_connection: Support `KAFKA` for `connection_type` argument [GH-13141] -* resource/aws_launch_template: add `partition_number` attribute [GH-11655] -* resource/aws_launch_template: add `plan time validation to `volume_type`, `spot_instance_type`, `ipv6_addresses`, `ipv4_addresses`, `private_ip_address` [GH-11655] -* resource/aws_workspaces_directory: Add output attributes for `workspace_security_group_id`, `iam_role_id`, `registration_code`, `directory_name`, `directory_type`, `customer_user_name`, `alias`, `ip_group_ids` and `dns_ip_addresses` [GH-13089] +* data-source/aws_ebs_volume: Add `multi_attach_enabled` attribute ([#13108](https://github.com/terraform-providers/terraform-provider-aws/issues/13108)) +* data-source/aws_efs_file_system: Add `size_in_bytes` attribute ([#13125](https://github.com/terraform-providers/terraform-provider-aws/issues/13125)) +* data-source/aws_eip: Add `customer_owned_ip` and `customer_owned_ipv4_pool` attributes ([#12862](https://github.com/terraform-providers/terraform-provider-aws/issues/12862)) +* data-source/aws_launch_template: add `partition_number` attribute ([#11655](https://github.com/terraform-providers/terraform-provider-aws/issues/11655)) +* resource/aws_api_gateway_deployment: Add `triggers` argument ([#13054](https://github.com/terraform-providers/terraform-provider-aws/issues/13054)) +* resource/aws_apigatewayv2_deployment: Add `triggers` argument ([#13055](https://github.com/terraform-providers/terraform-provider-aws/issues/13055)) +* resource/aws_ebs_volume: Add `multi_attach_enabled` attribute ([#13108](https://github.com/terraform-providers/terraform-provider-aws/issues/13108)) +* resource/aws_eip: Add `customer_owned_ip` attribute and `customer_owned_ipv4_pool` argument ([#12862](https://github.com/terraform-providers/terraform-provider-aws/issues/12862)) +* resource/aws_glue_connection: Support `KAFKA` for `connection_type` argument ([#13141](https://github.com/terraform-providers/terraform-provider-aws/issues/13141)) +* resource/aws_launch_template: add `partition_number` attribute ([#11655](https://github.com/terraform-providers/terraform-provider-aws/issues/11655)) +* resource/aws_launch_template: add `plan time validation to `volume_type`, `spot_instance_type`, `ipv6_addresses`, `ipv4_addresses`, `private_ip_address` ([#11655](https://github.com/terraform-providers/terraform-provider-aws/issues/11655)) +* resource/aws_workspaces_directory: Add output attributes for `workspace_security_group_id`, `iam_role_id`, `registration_code`, `directory_name`, `directory_type`, `customer_user_name`, `alias`, `ip_group_ids` and `dns_ip_addresses` ([#13089](https://github.com/terraform-providers/terraform-provider-aws/issues/13089)) BUG FIXES: -* resource/aws_workspaces_directory: Fixes error when removing tags [GH-13089] +* resource/aws_workspaces_directory: Fixes error when removing tags ([#13089](https://github.com/terraform-providers/terraform-provider-aws/issues/13089)) ## 2.60.0 (May 01, 2020)