Skip to content

v0.47.3

Compare
Choose a tag to compare
@turkenf turkenf released this 07 Mar 18:25
· 744 commits to main since this release
cae7aab

The release v0.47.3 includes two important bug fixes detailed below:

  • The first fix is related to sensitive fieldpath generation for slice-type fields. In the current behavior, we do not have any handling mechanism for slices while calculating the fieldpath for sensitive fields. With this PR we will have this and correctly generate the fieldpaths for sensitive slice typed fields. We started to generate the correct fieldpath for the passwordsSecretRef field of the elasticache.User resource. In this way, we will correctly resolve the sensitive data for this field. Related upstream fix: crossplane/upjet#355
  • The second fix removes the applying of StateFuncs to parameters in the upstream with this PR. We noticed that the user_data field of the ec2.Instance resource does not work properly. Please see this issue. The related field started working correctly with the fix of a bug we found in Upjet.

What's Changed

Full Changelog: v0.47.2...v0.47.3