Skip to content

v0.51.1

Latest
Compare
Choose a tag to compare
@gianlucam76 gianlucam76 released this 22 Mar 09:07
52106ff

🚀 Features

  • The Sveltos dashboard now provides comprehensive cluster health insights, displaying both readiness and liveness status.
  • Sveltos HelmCharts can now be sourced directly from Flux sources. This allows you to specify Helm chart repository URLs using the format: <flux source kind>://<flux source namespace>/<flux source name>/<path>. For example: gitrepository://flux-system/flux-system/charts/projectsveltos. This enables greater flexibility and integration with your existing GitOps workflows.

🐛 Bug Fixes

  • Resolved an issue where Sveltos did not react to changes in Flux sources: issue 1094
  • Fixed a problem with the drift detection manager becoming stale: issue 418
  • Corrected an issue where Sveltos was updating ClusterRefs instead of Status: PR
  • Prevented a dashboard crash that occurred when a Profile had an empty clusterSelector
  • Corrected an incorrect label on the Addon controller Service, ensuring controller metrics are properly reported in Grafana.