-
Notifications
You must be signed in to change notification settings - Fork 173
Upgrade terraform-provider-aws to v6.14.1 #5853
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good concerns!
The Java Gradle version is expected to be a dev version, similar to https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/package.json#L27.
There were recent changes upstream to import sections, which is exposing the flakiness of our import section processing. It's worth an issue in the bridge but I'm not sure it's worth blocking the release.
Are the tests currently bugged with that "waiting for status" thing someone was talking about the other day? |
Does the PR have any schema changes?Found 3 breaking changes: Resources
Types
New resources:
New functions:
Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5853 +/- ##
==========================================
+ Coverage 25.12% 25.26% +0.13%
==========================================
Files 363 365 +2
Lines 148034 150160 +2126
==========================================
+ Hits 37197 37934 +737
- Misses 110745 112133 +1388
- Partials 92 93 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
You'll want to re-generate the schema and SDKs again, because the docs changes from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about the .sln file but other than that this looks good!
The Java SDK was out-of-date due to recent schema changes from: - replacements.json updates (8c47a71) - make tfgen schema regeneration (0045672) This regenerates all SDKs to ensure they are in sync with the latest provider version 6.14.1 changes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
This reverts commit e013258.
This PR was generated via
$ upgrade-provider pulumi/pulumi-aws --repo-path .
.Fixes Upgrade terraform-provider-aws to v6.14.1 #5850
Fixes Upgrade terraform-provider-aws to v6.14.0 #5842
Fixes Upgrade terraform-provider-aws to v6.13.0 #5821
Fixes Upgrade terraform-provider-aws to v6.12.0 #5809
Closes #5852