Skip to content

v0.37.0

Compare
Choose a tag to compare
@gianlucam76 gianlucam76 released this 30 Aug 13:15
· 89 commits to dev since this release
767c014

🚀 Features:

  • Generators: add ability to create resources in the management cluster in response to events. The naming convention for these generated ConfigMaps and Secrets is defined by the InstantiatedResourceNameFormat setting. This approach guarantees a predictable name for each generated resource.

🐛 Bug Fixes

  • Use clusterAPI utility to fetch Kubeconfig for a CAPI clusters. Previously Sveltos assumed the Secret had only one key/value pair containing the kubeconfig. Fix
  • react to referenced ConfigMap/Secret/Sources annotation changes. Fix