docs/content/v1.14/release-notes/1.14.2.md

1.0 KiB

title released weight
v1.14.2 November, 21, 2023 11

The v1.14.2 fixes an issue where Crossplane incorrectly deletes a Provider ServiceAccount when using a custom ServiceAccount name in a DeploymentRuntimeConfig or ControllerConfig.

🐛 Bug fixes

  • Resolves an issue where Crossplane deletes a ServiceAccount and may cause "Unauthorized" errors in a Provider pod. Issue #5017.
  • Improves Crossplane's handling of package deactivation when there are a large number of objects managed by Crossplane. PR #5044.
  • Corrects the use of the service name in conversion webhooks. PR #5108.

🚀 Improvements

  • Prevent an unnecessary wait condition in Compositions. #5034

🔒 Security updates