--- title: v1.14.4 released: December, 12, 2023 --- 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](https://github.com/crossplane/crossplane/pull/5088). * Reduces the number of events generated by `SyncPackage` and `InstallPackageRevision`. PR [#5066](https://github.com/crossplane/crossplane/pull/5066) ### 🚨 Behavior changes * Changes the behavior of `environmentConfigs` [selector policies]({{}}). * Introduces a new `minMatch` option for `environmentConfig` selector policies.