Releases: projectsveltos/addon-controller
Releases · projectsveltos/addon-controller
v0.2.1
Changes since v0.2.1
Highlights
Values sources for HelmRelease or manifest sources for Kubernetes resources, can be treated as templates. Their values can be fetched from management cluster run-time state. Reading any value from following resources is supported:
- Cluster
- InfrastructureProvider: this is the Cluster infrastructure provider
- KubeadmControlPlane: this is the Cluster Kubeadm controlPlaneRef
v0.2.0
Changes since v0.1.1
Highlights
- Introduce cluster classification. Using the Classifier CRD, it is possible to define which set of labels clusters should have based on their runtime state (Kubernetes version and/or deployed resources);
- Introduce ability to change log severity for each Sveltos pod without restarting the pod. DebuggingConfiguration CRD allows to set that at per sveltos component level;
- Added knob to select behavior when cluster stops matching a ClusterProfile. Default behavior causes all kubernetes add-ons deployed by the ClusterProfile instance to be withdrawn from cluster. Knob allows changing this behavior and leaving add-ons in the cluster.
🌱 Others
• bump cluster-api pin to v1.2.5
v0.1.1
✨ New Features
- metrics
🌱 Others
- enhanced README
v0.1.0
✨ New Features
- Supported SyncMode: OneTime, Continuous, DryRun
- Support deployment of Kubernetes resources contained in both ConfigMaps and Secrets
- Support deployment of Helm charts
- For both Kubernetes resources and helm charts complete life cycle management: create, update/upgrade, delete
v0.1.0-alpha
Merge pull request #4 from projectsveltos/cluster-feature-transformat…