-
Notifications
You must be signed in to change notification settings - Fork 159
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
Upgrade pulumi-terraform-bridge to v3.97.0 #4898
Upgrade pulumi-terraform-bridge to v3.97.0 #4898
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
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.
lgtm
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4898 +/- ##
==============================
==============================
☔ View full report in Codecov by Sentry. |
This reverts commit 316ee6a.
This reverts commit 316ee6a. Rolling back 3.97.0 due to pulumi/pulumi-terraform-bridge#2706
This PR has been shipped in release v6.65.0. |
This PR was generated via
$ upgrade-provider pulumi/pulumi-aws --kind=bridge
.Manual Changes:
Please pay special attention to
provider/pkg/batch/compute_environment.go
andprovider/pkg/batch/compute_environment_test.go
. The test was previously using thelogging
package from theunstable
module that shouldn't have been used outside of the bridge. This package was recently moved to be internal (pulumi/pulumi-terraform-bridge#2687). To get around that we now pass in the logger as a dependency and fake it in tests.Fixes #4759
Fixes #4894