github crossplane-contrib/provider-upjet-aws v0.47.3

latest releases: v1.15.0-rc.0, v1.14.0, v1.13.1...
7 months ago

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

Don't miss a new provider-upjet-aws release

NewReleases is sending notifications on new releases.