-
Notifications
You must be signed in to change notification settings - Fork 156
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
Upstream v5.44.0 #3792
Upstream v5.44.0 #3792
Conversation
8d435f3
to
e1df055
Compare
Does the PR have any schema changes?Does the PR have any schema changes?Found 2 breaking changes: Types
New resources:
New functions:
Maintainer note: consult the runbook for dealing with any breaking changes. |
Is README.md missing any configuration options?
Please add a description for each of these options to |
// ServicePackage is the minimal interface exported from each AWS service package. | ||
@@ -80,10 +79,10 @@ func NewSessionForRegion(cfg *aws_sdkv1.Config, region, terraformVersion string) | ||
|
||
func StdUserAgentProducts(terraformVersion string) *awsbase.APNInfo { |
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.
This is not needed anymore? Looks like this was fixing up User Agent somewhere in one of the clients?
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.
ahh good catch! It looks like this configuration was moved somewhere else. I'll create another patch.
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.
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.
Yes it looks like an untested patch .. maybe one day we'll backfill the test for it so it'd remind us.
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.
This looks good to me except for that one patch question! The rest of the patches look reasonable. Thank you!
LGTM after tests pass! |
/release minor |
This change updates pulumi-aws to the v5.44.0 version of the upstream provider.
See upstream release notes for the detailed list of changes: hashicorp/[email protected] (release)