Skip to content

Release v0.0.9

Choose a tag to compare

@github-actions github-actions released this 12 Aug 07:23
· 26 commits to main since this release
fa342ff

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 to Cluster 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 an AccessRequest resource