Skip to content

v5.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 09:37

5.3.0 (2021-08-26)

Bug Fixes

  • Correctly lock entity during finalization. (289dd98)
  • only call entity-update when finalizer were called. (a485b79)
  • Only update entity if a finalizer was added. (98f538f)

Features

  • Add RemoveFinalizerAsync method to finalizer manager. (fc79bf5)
  • Allow multiple webhook interfaces and types. (725f8e1), closes #267
  • Group RBAC by type and verbs. (88ada21), closes #265