Release v0.0.9
Changes included in v0.0.9:
🚀 Features
- [feature] [user] set kind runs in container to default #61: Cluster Provider kind assumes to run in a container as default. Introducing a new env variable that overwrites this configuration so that the binary can still run outside a cluster.
🐛 Fixes
-
[bugfix] [developer] Fixing a bug where an
AccessRequest
was not reconciled correctly due toCluster
resource not found. -
[bugfix] [developer] reconcile
AccessRequests
only if labels are set #59: Fixing the behaviour of the AccessRequest controller to reconcile only AccessRequests where specific labels are set -
[bugfix] [developer] Fixing a possible nil pointer dereference when accessing
.spec.clusterRef
from anAccessRequest
resource