Skip to content

v0.48.0

Latest
Compare
Choose a tag to compare
@gianlucam76 gianlucam76 released this 17 Feb 13:35
d84123b

🚀 Features

  • Introduce Readiness and Liveness checks for SveltosClusters. PR
  • Added a configuration option to ClusterProfiles and Profiles to limit the number of consecutive retry attempts for failed deployments. This allows administrators to control the retry behavior and prevent infinite retry loops. The default behavior (no limit) remains unchanged if this option is not explicitly set.

🐛 Bug Fixes

  • The SveltosCluster controller has been optimized to reconcile only changes to the SveltosCluster Spec. This targeted approach significantly improves controller performance and reduces the volume of generated logs.
  • The addon-controller now includes robust recovery logic to handle common Helm issues, such as "cannot re-use a name that is still in use" and "another operation (install/upgrade/rollback) is in progress." This enhancement ensures greater resilience and stability for addon deployments.