v0.33.0
This release brings exciting new features and essential bug fixes.
🚀 Features:
- API Bump: We've upgraded the APIs to version v1beta1.
- Template Functions: enhance your templates with powerful new functions::
toToml
,fromToml
,toYaml
,fromYaml
, etc. Explore the full list of functions in PR #586 - Fine-tune your add-ons and applications with post-rendering patches: make adjustments to generated manifests before they reach managed clusters. This allows for granular control over your deployments. PR #607
- Dynamic Referenced Resources: Define referenced resources dynamically within templates. Use cluster namespace, name, and type for flexible deployments. See more in PR #610;
- Selective Drift Detection: In
ContinuosWithDriftDetection
mode, you can now exclude specific resources from configuration drift monitoring. This provides more granular control over drift detection. Details in PR 612 - User data can be stored in SveltosCluster: those data can be used among the other things with templating PR 315