Skip to content

v0.29.0

Compare
Choose a tag to compare
@gianlucam76 gianlucam76 released this 06 May 08:13
· 4 commits to release-0.29 since this release
6251bae

🚀 Features:

  1. Helm charts values can be collected from referenced ConfigMap/Secret (PR)
    2.Define your Kustomize builds as templates. Sveltos can then instantiate them using key-value pairs provided directly in your ClusterProfile/Profile or referenced from Secrets/ConfigMaps. These key-value pairs themselves can also be templates, allowing for even more dynamic configurations based on resources in your management cluster (PR)

🐛 Bug Fixes

  1. Run helm install with replace flag set (PR)

🌱 Others

  1. Bump Kubernetes to v1.30.0, controller-runtime to v1.18.1 and clusterAPI to v1.7.1