This document is for an older version of Crossplane.

This document applies to Crossplane version v1.14 and not to the latest release v1.16.

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.