Skip to content

v.0.40.0

Compare
Choose a tag to compare
@turkenf turkenf released this 31 Aug 14:19
· 654 commits to main since this release
0f0d7a4

What's Changed

Important

Provider version 0.40 introduced a regression (see #929) related to IAM roles and role policy attachments. The issue was fixed in provider version 0.43.0. If you haven't installed versions 0.40.0, 0.41.0 or 0.42.0 into your cluster, we recommend skipping those releases and upgrading directly to 0.43.0 when you choose to upgrade. If you have installed one of the affected releases, we recommend upgrading to an unaffected release (0.43+), and then you will need to unset the spec.forProvider.managedPolicyArns value from any Role.iam.aws.upbound.io managed resources that you want to be able to use RolePolicyAttachment resources to attach policies to.

  • Fix warning title for monolithic provider by @turkenf in #848
  • Ability to define roles with inline policy in the iam.Role resource by @turkenf in #745
  • Configure iam.RolePolicy resource and add example manifest by @turkenf in #770
  • fix(lateinit): skip version_id for firehose deliverystream by @haarchri in #852

Full Changelog: v0.39.0...v0.40.0