From 983f94d0bf0f67ef1bb8b8ff820c0701dcc03a4e Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 26 Sep 2024 14:10:41 -0400 Subject: [PATCH 1/6] Add CHANGELOG entry for DynamoDB account-based endpoints. --- .changelog/#####.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/#####.txt diff --git a/.changelog/#####.txt b/.changelog/#####.txt new file mode 100644 index 000000000000..4ff8d275657a --- /dev/null +++ b/.changelog/#####.txt @@ -0,0 +1,3 @@ +```release-note:note +provider: This releases contains an upstream AWS SDK for Go v2 [change](https://github.com/aws/aws-sdk-go-v2/issues/2807) to DynamoDB service endpoints. The Terraform AWS Provider will now connect to a DynamoDB endpoint in the format [`(account-id).ddb.(region).amazonaws.com`](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html) instead of `dynamodb.(region).amazonaws.com`. If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may instead disable account-based endpoints for DynamoDB by setting `account_id_endpoint_mode = disabled` in a [shared config file](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#ConfigFileSettings) or setting the `AWS_ACCOUNT_ID_ENDPOINT_MODE` [environment variable](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#EVarSettings) to `disabled`. +``` \ No newline at end of file From 7deede4b1f7b9ab9a0dc45dbe534871e6be4a61f Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 26 Sep 2024 14:14:00 -0400 Subject: [PATCH 2/6] Correct CHANGELOG entry file name. --- .changelog/{#####.txt => 39505.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .changelog/{#####.txt => 39505.txt} (100%) diff --git a/.changelog/#####.txt b/.changelog/39505.txt similarity index 100% rename from .changelog/#####.txt rename to .changelog/39505.txt From a874d18e5541dcefbfbbd3ad084f7758c62e1ee9 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 26 Sep 2024 14:14:52 -0400 Subject: [PATCH 3/6] Update 39505.txt --- .changelog/39505.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changelog/39505.txt b/.changelog/39505.txt index 4ff8d275657a..628d0f9fe953 100644 --- a/.changelog/39505.txt +++ b/.changelog/39505.txt @@ -1,3 +1,3 @@ ```release-note:note -provider: This releases contains an upstream AWS SDK for Go v2 [change](https://github.com/aws/aws-sdk-go-v2/issues/2807) to DynamoDB service endpoints. The Terraform AWS Provider will now connect to a DynamoDB endpoint in the format [`(account-id).ddb.(region).amazonaws.com`](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html) instead of `dynamodb.(region).amazonaws.com`. If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may instead disable account-based endpoints for DynamoDB by setting `account_id_endpoint_mode = disabled` in a [shared config file](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#ConfigFileSettings) or setting the `AWS_ACCOUNT_ID_ENDPOINT_MODE` [environment variable](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#EVarSettings) to `disabled`. -``` \ No newline at end of file +provider: This release contains an upstream AWS SDK for Go v2 [change](https://github.com/aws/aws-sdk-go-v2/issues/2807) to DynamoDB service endpoints. The Terraform AWS Provider will now connect to a DynamoDB endpoint in the format [`(account-id).ddb.(region).amazonaws.com`](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html) instead of `dynamodb.(region).amazonaws.com`. If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may instead disable account-based endpoints for DynamoDB by setting `account_id_endpoint_mode = disabled` in a [shared config file](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#ConfigFileSettings) or setting the `AWS_ACCOUNT_ID_ENDPOINT_MODE` [environment variable](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#EVarSettings) to `disabled`. +``` From be5b98814f05e247117cb1721fdaee9e72a50e38 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 26 Sep 2024 14:15:57 -0400 Subject: [PATCH 4/6] 'aws_identitystory_group' -> 'aws_identitystore_group'. --- .changelog/39416.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/39416.txt b/.changelog/39416.txt index cd92369849d3..2decc805a954 100644 --- a/.changelog/39416.txt +++ b/.changelog/39416.txt @@ -1,3 +1,3 @@ ```release-note:enhancement -resource/aws_identitystory_group: Allow `display_name` to be updated in-place +resource/aws_identitystore_group: Allow `display_name` to be updated in-place ``` From 576e55569da5c62733c133d39d84b7f2c3468be1 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 26 Sep 2024 14:23:49 -0400 Subject: [PATCH 5/6] Add go1.23.1 CHANGELOG entry. --- .changelog/39432.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/39432.txt diff --git a/.changelog/39432.txt b/.changelog/39432.txt new file mode 100644 index 000000000000..447a00fa27e6 --- /dev/null +++ b/.changelog/39432.txt @@ -0,0 +1,3 @@ +```release-note:note +provider: Updates to Go `1.23.1`. The issue with AWS Network Firewall dropping TLS handshake `ClientHello` messages after the **v5.65.0** upgrade to Go `1.23.0`, temporarily resolved by the **v5.67.0** downgrade to Go `1.22.7`, has been addressed by removing the `X25519Kyber768Draft00` key exchange mechanism from the HTTP client used to make AWS API calls +``` \ No newline at end of file From 0ac6401254bad541a6915ea71b411e799a79a9be Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 26 Sep 2024 14:25:38 -0400 Subject: [PATCH 6/6] Update 39505.txt --- .changelog/39505.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/39505.txt b/.changelog/39505.txt index 628d0f9fe953..9c3e5ff165d9 100644 --- a/.changelog/39505.txt +++ b/.changelog/39505.txt @@ -1,3 +1,3 @@ ```release-note:note -provider: This release contains an upstream AWS SDK for Go v2 [change](https://github.com/aws/aws-sdk-go-v2/issues/2807) to DynamoDB service endpoints. The Terraform AWS Provider will now connect to a DynamoDB endpoint in the format [`(account-id).ddb.(region).amazonaws.com`](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html) instead of `dynamodb.(region).amazonaws.com`. If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may instead disable account-based endpoints for DynamoDB by setting `account_id_endpoint_mode = disabled` in a [shared config file](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#ConfigFileSettings) or setting the `AWS_ACCOUNT_ID_ENDPOINT_MODE` [environment variable](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#EVarSettings) to `disabled`. +provider: This release contains an upstream AWS SDK for Go v2 [change](https://github.com/aws/aws-sdk-go-v2/issues/2807) to DynamoDB service endpoints. The Terraform AWS Provider will now connect to a DynamoDB endpoint in the format [`(account-id).ddb.(region).amazonaws.com`](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html) instead of `dynamodb.(region).amazonaws.com`. If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may instead disable account-based endpoints for DynamoDB by setting `account_id_endpoint_mode = disabled` in a [shared config file](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#ConfigFileSettings) or setting the `AWS_ACCOUNT_ID_ENDPOINT_MODE` [environment variable](https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html#EVarSettings) to `disabled` ```