v1.14.4

Version 1.14.4 creates a breaking change for users of environmentConfigs selectors. Before, if there are no matches by the selector in Single mode, Crossplane ignores the patch. Now Crossplane issues an error.

To use the older behavior in v1.14.4 and later use mode Multiple.

๐Ÿ› Bug fixes

  • Sets RBAC for Crossplane to access finalizers with the OwnerReferencePermissionEnforcement Kubernetes admission controller enabled. PR #5088.
  • Reduces the number of events generated by SyncPackage and InstallPackageRevision. PR #5066

๐Ÿšจ Behavior changes

  • Changes the behavior of environmentConfigs selector policies.
  • Introduces a new minMatch option for environmentConfig selector policies.