Skip to content

Release v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 12:09
· 38 commits to main since this release
be76a87

Changes included in v0.12.0:

🔨 Refactoring

  • [breaking] [operator] AccessRequest api #141: The AccessRequest resource has been refactored for a better differentiation between token and oidc access requests.

🐛 Fixes

  • [bugfix] [operator] fix cluster printer columns #140: The additional printer columns for the Cluster resource will now correctly show up on kubectl get.
  • [bugfix] [operator] remove namespace from ClusterProfile's provider and providerconfig references #138: The providerRef and providerConfigRef fields in the ClusterProfile's spec now only take a name and no namespace, as intended.