Skip to content

v0.15.1

Compare
Choose a tag to compare
@turkenf turkenf released this 22 Feb 16:54
· 54 commits to main since this release
91d10ce

The release v0.15.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.15] Switch from the NoFork terminology to the TerraformPluginSDK terminology and bump dependencies by @turkenf in #102

Full Changelog: v0.15.0...v0.15.1