Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 17:50
367689a

5.0.0 (2021-08-18)

Code Refactoring

  • Dependency Injection Registration and OperatorBuilder (367689a)

BREAKING CHANGES

  • EntityRbacAttribute and GenericRbacAttribute
    are now only found when added to Kubernetes "relevant" classes.
    Instead of scanning all assemblies for those attributes, only
    controllers, finalizers and webhooks may be decorated and considered
    when generating the RBAC rules in the generator. To migrate,
    add any of the attributes above to a controller, finalizer or webhook
    instead of anywhere else in the code.