The release v0.41.2
includes some important bug fixes and dependency bumps detailed below:
- Bump crossplane-runtime to
v1.15.1
along with various bug fixes. - Bump upjet to
v1.1.1
- There’s a fix in the implementation of the
LateInitialize
management policy in the context of the no-fork architecture. Previously, we were relying solely on the managed reconciler for preventing the late-initialization of the managed resources if the specified policies do not contain it. Now, we also explicitly skip the late-initialization in upjet to prevent some accidental updates to thespec.forProvider
while, for example, updating the annotations. - Adds a more explanatory error message when immutable fields of a managed resource have changed.
What's Changed
- [Release-0.41] Switch from the NoFork terminology to the TerraformPluginSDK terminology and bump dependiencies by @turkenf in #462
Full Changelog: v0.41.1...v0.41.2