-
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.72.0 #4647
Upstream v5.72.0 #4647
Conversation
f67b23e
to
1074ad2
Compare
Does the PR have any schema changes?Found 1 breaking change: Types
New resources:
Maintainer note: consult the runbook for dealing with any breaking changes. |
There's new deprecations rolling out, need to double-check this. |
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
ca89bf0
to
a92e70a
Compare
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Anton Tayanovskyy <[email protected]> | ||
Date: Fri, 25 Oct 2024 13:17:15 -0400 | ||
Subject: [PATCH] Temporarily undo aws.iam.Role managed_policy_arns and |
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.
Do we already have a ticket for tracking how we wanna tackle this long term?
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. #4654 tracks figuring this out as soon as time permits.
patches/0070-Temporarily-undo-aws.iam.Role-managed_policy_arns-an.patch
Outdated
Show resolved
Hide resolved
My hope is that it should go in after #4673 as the failing test started failing independently. This should not release though as subsequent upstream release fixes some immediate bugs. |
e99f6e2
to
0def81c
Compare
This PR has been shipped in release v6.57.0. |
Upgrades upstream to v5.72.0
New resources:
In this release upstream has introduced deprecations for AWS IAM Role managed_policy_arns arguments. These deprecations are not yet propagated into the Pulumi provider (#4654 tracks the context).
Fixes #4642