You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚀 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.