mirror of https://github.com/crossplane/docs.git
975 B
975 B
title | released |
---|---|
v1.14.4 | 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. - Reduces the number of events generated by
SyncPackage
andInstallPackageRevision
. PR #5066
🚨 Behavior changes
- Changes the behavior of
environmentConfigs
[selector policies]({{<ref "../concepts/environment-configs#manage-selector-results">}}). - Introduces a new
minMatch
option forenvironmentConfig
selector policies.