What's Changed
This release includes improvements to the locking mechanism around event handlers. Now, when a single PassSecret has multiple event handlers fired in short or quick succession (reconciliation included), the handlers are placed on a queue and processed in the order the events occurred.
* queue-passsecret-locks: queue up passsecret event handler locks by emmeowzing in https://github.com/premiscale/pass-operator/pull/141
**Full Changelog**: https://github.com/premiscale/pass-operator/compare/v0.4.6...v0.4.7