v1.1.1
The release v1.1.1
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 theelasticache.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 theuser_data
field of theec2.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
- [release-1.1] Bump upjet to 1.2.2 by @sergenyalcin in #1196
Full Changelog: v1.1.0...v1.1.1