Skip to content

v0.42.1

Compare
Choose a tag to compare
@turkenf turkenf released this 22 Feb 16:52
· 116 commits to main since this release
a21a542

The release v0.42.1 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 the spec.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.42] Switch from the NoFork terminology to the TerraformPluginSDK terminology and bump dependiencies by @turkenf in #657

Full Changelog: v0.42.0...v0.42.1