Skip to content

Releases: projectsveltos/addon-controller

v0.44.0

07 Dec 14:31
bb1cdbc
Compare
Choose a tag to compare

🚀 Features

  • dryRun mode: for each helm charts, Sveltos will report detailed helm value diff. PR
  • clusterProfile helmCharts section can be expressed as a template. PR
  • templateResourceRefs: namespace can now also be expressed as a template. PR

🐛 Bug Fixes

  • enforces StopMatching values. PR

v0.43.0

02 Dec 08:45
c3da83e
Compare
Choose a tag to compare

🚀 Features

  • New set of template functions: copy, setField, removeField, chainSetField, chainRemoveField
  • dry run full diff: when running with SyncMode DryRun, Sveltos can display full diff for resources that would be updated by the proposed change

🐛 Bug Fixes

  • Reconcile EventTrigger instances when referenced resources change. PR

v0.42.1

22 Nov 09:26
8fa8263
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix a bug with DeploymentType set to Local in Profile instances. [Bug](deploymentType: Local does not work with Profile)
  • Fix a bug that prevented EventManager to react to changes in ConfigMap/Secret instances referenced by Generator. PR

v0.42.0

15 Nov 12:33
39fa5ce
Compare
Choose a tag to compare

🚀 Features

  • Add telemetry

v0.41.1

29 Oct 08:05
0d020cb
Compare
Choose a tag to compare

🚀 Features

  • Allow to specify the kubeconfig key in a Secret

v0.41.0

26 Oct 15:14
75f293c
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Event manager reacts to ConfigMap/Secret changes PR
  • Better handle scenarios when matching cluster is deleted PR
  • Better handles helm chart conflicts PR

v0.40.0

14 Oct 09:12
0ac3b74
Compare
Choose a tag to compare

🚀 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

07 Oct 13:29
d290b16
Compare
Choose a tag to compare

🚀 Features

  • Expose serviceAccount info that Sveltos should use when renewing token
  • Expose SkipSchemaValidation in HelmChart options

🐛 Bug Fixes

  • Remove resources created in the management cluster when a managed cluster is deleted. Bug
  • Avoid incorrect logs about compatibility checks in the management cluster. Bug

v0.38.4

27 Sep 08:41
e9fd430
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Resolve issue preventing add-on installation on clusters after deletion and recreation.

v0.38.3

25 Sep 09:47
3527c3c
Compare
Choose a tag to compare

🚀 Features

  • Helm charts: add ability to upgrade CRDs during helm release upgrade

🐛 Bug Fixes

  • Fix add-on-controller crash when in ContinuousWithDriftDetection mode