Skip to content

v0.3.0

Compare
Choose a tag to compare
@achetronic achetronic released this 08 Aug 14:41
· 10 commits to master since this release
3b3a6c7

Features:

  • Include target.separateScopes field on DynamicClusterRole resource: This will generate two ClusterRoles instead of one. One of them (suffixed -cluster) is filled with cluster-wide resources and the other (siffixed -namespace) is filled with namespaced-scoped resources.

    This separation is useful to attach cluster-wide resources to a subject using a ClusterRoleBinding, and attach namespace-scoped resources using RoleBindings

Fixes:

  • DynamicClusterRole controller now set ownership annotations on its resulting ClusterRole resources

Contributors:
@sebastocorp @achetronic