Releases: projectsveltos/healthcheck-manager
Releases · projectsveltos/healthcheck-manager
v0.42.0
🚀 Features
- Add telemetry
v0.41.1
🚀 Features
- Allow to specify the kubeconfig key in a Secret
v0.41.0
v0.40.0
🚀 Features
- Dashboard support for multi-tenancy: users can login using bearer token and can only see clusters they have permissions for
- Add-on controller caches remote managed clusters' clients)
v0.39.0
🚀 Features
- Expose serviceAccount info that Sveltos should use when renewing token
- Expose SkipSchemaValidation in HelmChart options
🐛 Bug Fixes
v0.38.4
v0.38.3
🚀 Features
- Helm charts: add ability to upgrade CRDs during helm release upgrade
🐛 Bug Fixes
- Fix add-on-controller crash when in ContinuousWithDriftDetection mode
v0.38.2
Merge pull request #231 from gianlucam76/prep Prepare for release v0.38.2
v0.38.1
🌱 Others
• Bump clusterAPI to v1.8.3
• golang v1.22.7
v0.38.0
🚀 Features
- introduce compatibility checks: to ensure seamless operation, Sveltos implements compatibility checks between its services in the management cluster and those deployed in managed clusters. The management cluster's services rely on data generated by Sveltos agents and drift-detection managers in the managed clusters. When Sveltos is upgraded, the management cluster's services are updated first. These services then initiate the upgrade process for Sveltos services in each managed cluster. Before allowing the management cluster's services to consume data from upgraded managed clusters, compatibility checks verify that all Sveltos services are running the same version.
- add support to pull Helm charts from private registries
🌱 Others
- Bump clusterAPI to v1.8.2