-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provider: go1.22.6 downgrade #39256
provider: go1.22.6 downgrade #39256
Commits on Sep 10, 2024
-
A small number of users have reported failed or hanging network connections using the version of the Terraform AWS provider which was first built with Go `1.23.0` (`v5.65.0`). At this point, maintainers have been unable to reproduce failures, but enough distinct users have reported issues that we are going to attempt downgrading to Go `1.22.6` for the next provider release. We will continue to coordinate with users and AWS in an attempt to identify the root cause, using this upcoming release with a reverted Go build version as a data point.
Configuration menu - View commit details
-
Copy full SHA for 8ef5573 - Browse repository at this point
Copy the full SHA 8ef5573View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be946f - Browse repository at this point
Copy the full SHA 9be946fView commit details -
Revert "Replace 'tfslices.Chunks' with 'slices.Chunk' - ssm."
This reverts commit 281ea60.
Configuration menu - View commit details
-
Copy full SHA for bfff87f - Browse repository at this point
Copy the full SHA bfff87fView commit details -
Revert "Replace 'tfslices.Chunks' with 'slices.Chunk' - route53."
This reverts commit f722b5d.
Configuration menu - View commit details
-
Copy full SHA for d1b3b11 - Browse repository at this point
Copy the full SHA d1b3b11View commit details -
Revert "Replace 'tfslices.Chunks' with 'slices.Chunk' - rds."
This reverts commit ed58544.
Configuration menu - View commit details
-
Copy full SHA for 0c6c637 - Browse repository at this point
Copy the full SHA 0c6c637View commit details -
Revert "Replace 'tfslices.Chunks' with 'slices.Chunk' - neptune."
This reverts commit d42525b.
Configuration menu - View commit details
-
Copy full SHA for 8ec8670 - Browse repository at this point
Copy the full SHA 8ec8670View commit details -
Revert "Replace 'tfslices.Chunks' with 'slices.Chunk' - kafka."
This reverts commit 623df99.
Configuration menu - View commit details
-
Copy full SHA for f797f26 - Browse repository at this point
Copy the full SHA f797f26View commit details -
Revert "Replace 'tfslices.Chunks' with 'slices.Chunk' - docdb."
This reverts commit 7d5e310.
Configuration menu - View commit details
-
Copy full SHA for 9ec42d9 - Browse repository at this point
Copy the full SHA 9ec42d9View commit details -
Revert "Replace 'tfslices.Chunks' with 'slices.Chunk' - connect."
This reverts commit e56ae32.
Configuration menu - View commit details
-
Copy full SHA for c40facf - Browse repository at this point
Copy the full SHA c40facfView commit details -
Partial reversion of Replace 'tfslices.Chunks' with 'slices.Chunk' - …
…lakeformation. ```console % make testacc TESTARGS='-run=TestAccLakeFormation_serial/^LFTags$$' PKG=lakeformation make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.22.6 test ./internal/service/lakeformation/... -v -count 1 -parallel 20 -run=TestAccLakeFormation_serial/^LFTags$ -timeout 360m --- PASS: TestAccLakeFormation_serial (97.10s) --- PASS: TestAccLakeFormation_serial/LFTags (97.10s) --- PASS: TestAccLakeFormation_serial/LFTags/basic (15.97s) --- PASS: TestAccLakeFormation_serial/LFTags/disappears (13.05s) --- PASS: TestAccLakeFormation_serial/LFTags/tagKeyComplex (12.14s) --- PASS: TestAccLakeFormation_serial/LFTags/values (24.46s) --- PASS: TestAccLakeFormation_serial/LFTags/valuesOverFifty (31.49s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/lakeformation 103.355s ```
Configuration menu - View commit details
-
Copy full SHA for b142d28 - Browse repository at this point
Copy the full SHA b142d28View commit details -
Partial reversion of Replace 'tfslices.Chunks' with 'slices.Chunk' - …
…autoscaling. ```console % make testacc TESTARGS='-run=TestAccAutoScalingGroup_basic\|TestAccAutoScalingGroup_withTrafficSourcesELBs\|TestAccAutoScalingGroup_loadBalancers\|TestAccAutoScalingGroup_targetGroups' PKG=autoscaling make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.22.6 test ./internal/service/autoscaling/... -v -count 1 -parallel 20 -run=TestAccAutoScalingGroup_basic\|TestAccAutoScalingGroup_withTrafficSourcesELBs\|TestAccAutoScalingGroup_loadBalancers\|TestAccAutoScalingGroup_targetGroups -timeout 360m --- PASS: TestAccAutoScalingGroup_basic (28.41s) --- PASS: TestAccAutoScalingGroup_targetGroups (108.44s) --- PASS: TestAccAutoScalingGroup_loadBalancers (287.88s) --- PASS: TestAccAutoScalingGroup_withTrafficSourcesELBs (374.16s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/autoscaling 380.382s ```
Configuration menu - View commit details
-
Copy full SHA for a351eb1 - Browse repository at this point
Copy the full SHA a351eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f552d3 - Browse repository at this point
Copy the full SHA 0f552d3View commit details