Skip to content

Release v0.9.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:10
· 102 commits to main since this release
3511902

Changes included in v0.9.0:

🔨 Refactoring

  • use common Status #86.

🔧 Chores

  • renovate updates go lang version #72.
  • adapt cluster config reference struct #73: The .spec.clusterConfigRef field in the Cluster resource has been changed. It was originally designed with apiVersion and kind, but since the referenced profile already determines the provider that is responsible for the Cluster, these values are not needed, as the provider knows the expected type of the cluster configuration (and can only handle that type).
  • add common api package #79.
  • allow a Cluster to reference multiple cluster configurations #82.

🐛 Fixes

  • fix ObjectReference common struct #84.