Skip to content

Releases: FairwindsOps/rbac-manager

0.8.1

29 Jul 18:01
Compare
Choose a tag to compare

Fixes issues with deployment manifest. #68

0.8.0

19 Jul 18:26
Compare
Choose a tag to compare

Docker image now uses scratch instead of Alpine.

0.7.0 Role Binding change detection and repair

26 Jun 19:49
Compare
Choose a tag to compare
Detecting changes to role bindings owned by RBAC Definitions and repa…

0.6.1 Bugfix for MatchExpressions

03 May 17:02
81e53da
Compare
Choose a tag to compare

0.6.0 Support for Match Expressions Namespace Selectors

01 Apr 14:39
f12d5b2
Compare
Choose a tag to compare

New Features:

  • Namespace Label Selectors in Role Bindings now support MatchExpressions syntax (in addition to the previous MatchLabels support)

0.5.0: Namespace Selectors, Kubebuilder Upgrade

30 Nov 16:18
5868f2e
Compare
Choose a tag to compare

New Features:

  • Role Bindings can now be defined with Namespace Selectors

0.4.3: Improved Tests, Go Modules, More Secure Deployment Configuration

17 Oct 20:43
b0096cd
Compare
Choose a tag to compare
  • More complete tests
  • Some slight refactoring to enable better tests (majority of logic in Reconcile function was moved to another function)
  • Improved logic for owner ref matching
  • A move from Dep to Go modules (and Go 1.11)
  • More secure deployment configuration by dropping all capabilities and running as a non root user

0.4.2: Alpine Security Update for Docker Image

17 Sep 15:07
5696efe
Compare
Choose a tag to compare

0.4.1: Bug fix to ensure deletes always happen before creates, updates to upgrade documentation

28 Jun 14:11
Compare
Choose a tag to compare

Bug Fixes:

  • Ensure deletes always happen before creates

Documentation:

  • Add note regarding cluster-admin requirement on 0.4.0 upgrade

0.4.0: Moving to Go + Kubebuilder, New RBAC Definition Syntax, CRD Validation

27 Jun 13:39
383995e
Compare
Choose a tag to compare

New Features:

  • New RBACDefinition syntax
  • Support for multiple RBACDefinitions
  • Using OwnerReferences to associate a specific RBACDefinition with a ClusterRoleBinding, RoleBinding, or ServiceAccount
  • Using CRD validation for all RBACDefinition fields
  • Moving from rbac-manager.reactiveops.io to rbacmanager.reactiveops.io for CRD
  • Support for groups
  • Some basic testing in place

Breaking Changes: