Skip to content

Releases: projectsveltos/access-manager

v0.41.1

28 Oct 15:49
6ea11ee
Compare
Choose a tag to compare

🚀 Features

  • Allow to specify the kubeconfig key in a Secret

v0.41.0

26 Oct 12:07
7063b9c
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 07:20
58cf5a9
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 12:39
6656baf
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](projectsveltos/addon-controller#715

v0.38.4

27 Sep 07:56
5a0204c
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 08:45
e19809a
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

v0.38.2

19 Sep 13:59
a34db5b
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix for private registries

v0.38.1

11 Sep 12:44
37c3b47
Compare
Choose a tag to compare

🌱 Others

• Bump clusterAPI to v1.8.3
• golang v1.22.7

v0.38.0

09 Sep 08:29
4058d97
Compare
Choose a tag to compare

🚀 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

v0.37.0

30 Aug 13:46
a92ccd9
Compare
Choose a tag to compare

🚀 Features:

  • Generators: add ability to create resources in the management cluster in response to events. The naming convention for these generated ConfigMaps and Secrets is defined by the InstantiatedResourceNameFormat setting. This approach guarantees a predictable name for each generated resource.

🐛 Bug Fixes

  • Use clusterAPI utility to fetch Kubeconfig for a CAPI clusters. Previously Sveltos assumed the Secret had only one key/value pair containing the kubeconfig. Fix
  • react to referenced ConfigMap/Secret/Sources annotation changes. Fix