Skip to content

v0.42.0

Compare
Choose a tag to compare
@turkenf turkenf released this 12 Oct 14:55
· 707 commits to main since this release
5f6e93e

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.

  • Resolve name collision between S3 and Lightsail in quickstart by @mergenci in #811
  • Update alpine Docker tag to v3.18.4 by @renovate in #900
  • Uptest family providers by @ulucinar in #903
  • Fix trailing apostrophe breaking a hyperlink by @jastang in #897
  • Bump uptest to v0.6.0 by @ulucinar in #913
  • Bump uptest to v0.6.1 by @ulucinar in #914
  • feat(ec2): add aws_vpc_security_group_ingress/egress_rule resource by @huynhsontung in #685
  • Bump build submodule to 2672eeb by @jastang in #916
  • Replace Go module dependency github.com/upbound/upjet with github.com/crossplane/upjet by @ulucinar in #919
  • Sync UP_VERSION in Makefile by @jastang in #921
  • Bump crossplane-runtime, upjet dependency to master and GMP promote to BETA by @turkenf in #918

New Contributors

Full Changelog: v0.41.0...v0.42.0