pulumi-aws icon indicating copy to clipboard operation
pulumi-aws copied to clipboard

Upstream v5.72.0

Open t0yv0 opened this issue 1 year ago • 3 comments

Upgrades upstream to v5.72.0

New resources:

  • iam/rolePolicyAttachmentsExclusive.RolePolicyAttachmentsExclusive

In this release upstream has introduced deprecations for AWS IAM Role inline_policy and managed_policy_arns arguments. These deprecations are not yet propagated into the Pulumi provider (https://github.com/pulumi/pulumi-aws/issues/4654 tracks the context).

Fixes https://github.com/pulumi/pulumi-aws/issues/4642

t0yv0 avatar Oct 16 '24 18:10 t0yv0

Does the PR have any schema changes?

Found 1 breaking change:

Types

  • 🟡 "aws:workspaces/ConnectionAliasTimeouts:ConnectionAliasTimeouts": properties: "update" missing

New resources:

  • iam/rolePolicyAttachmentsExclusive.RolePolicyAttachmentsExclusive

Maintainer note: consult the runbook for dealing with any breaking changes.

github-actions[bot] avatar Oct 16 '24 20:10 github-actions[bot]

      /**
  +     * Set of exclusive IAM managed policy ARNs to attach to the IAM role. If this attribute is not configured, Pulumi will ignore policy attachments to this resource. When configured, Pulumi will align the role's managed policy attachments with this set by attaching or detaching managed policies. Configuring an empty set (i.e., `managedPolicyArns = []`) will cause Pulumi to remove _all_ managed policy attachments.
  +     *
        * @deprecated The managedPolicyArns argument is deprecated. Use the aws.iam.RolePolicyAttachmentsExclusive resource instead.
        */

There's new deprecations rolling out, need to double-check this.

t0yv0 avatar Oct 16 '24 21:10 t0yv0

My hope is that it should go in after https://github.com/pulumi/pulumi-aws/pull/4673 as the failing test started failing independently. This should not release though as subsequent upstream release fixes some immediate bugs.

t0yv0 avatar Oct 26 '24 02:10 t0yv0

This PR has been shipped in release v6.57.0.

pulumi-bot avatar Oct 30 '24 01:10 pulumi-bot