Skip to content

v0.54.0

Latest
Compare
Choose a tag to compare
@gianlucam76 gianlucam76 released this 11 May 14:11
74f8d5f

🚀 Features

  • Templated Resource Identifiers: The namespace and name fields of resources referenced in PolicyRefs, TemplateResourceRefs, and ValuesFrom can now be defined using templates based on any field of the target cluster—enabling highly flexible and reusable configurations.
  • Event-Driven Templating: Resources referenced by EventTrigger now support templated namespace and name values, with full access to both the triggering cluster and the resource that generated the event.
  • Optional Resources Support: Referenced resources can be marked as optional. If not found, Sveltos will continue execution without raising an error.

🐛 Bug Fixes

  • Kubeconfig Refresh in Agentless Mode: In sveltos-agent mode, the agent now correctly reloads the kubeconfig after token renewal to ensure uninterrupted access to managed clusters.
  • Resilient Service Discovery: Improved handling of Kubernetes discovery API errors. Sveltos now gracefully processes partial failures from extension APIs (e.g., metrics), continuing with the available resources.