Skip to content

v1.0.0

Choose a tag to compare

@gianlucam76 gianlucam76 released this 05 Aug 20:49
· 5 commits to release-1.0 since this release
730b63f

🚀 Features

  • Introducing pull mode: An agent gets deployed in the managed cluster and this agent fetches configuration from the control cluster. This eliminates the need for your managed clusters to be accessible from the management cluster, enhancing security and flexibility.

🐛 Bug Fixes

  • Optimized ClusterHealthCheck & EventTrigger Reconciliation: We've fine-tuned how ClusterHealthCheck and EventTrigger behave. Now, these controllers will only reconcile on specification changes, not on status updates. This is a big win for efficiency! It prevents the controller from triggering new reconciliations due to its own status reports, significantly reducing API server load and ensuring smoother operations.
  • Enhanced Reporting for Missing Resources: You'll now get clearer feedback if a required resource listed in TemplateResourceRefs is missing. ClusterSummary will actively report these issues, moving beyond just logging them. This makes it much easier to identify and resolve configuration problems quickly.
  • Simplified Private Registry Integration: We've added support for private registries that don't require authentication, streamlining your deployment workflows in certain environments.
  • Flux Source Support for EventTrigger
  • NATS.io JetStream Integration Fix: We've fixed the integration with NATS.io JetStream, ensuring reliable eventing and communication within your Sveltos deployments.