Skip to content

Releases: projectsveltos/access-manager

v0.8.0

31 Mar 09:06
834e449
Compare
Choose a tag to compare

🚀 Features

  • events and healt checks fully integrated with sveltos multi tenancy solution. This means a tenant admin can create EventSource/HealthCheck/EventBasedAddOns and Sveltos will make sure user can evaluate only resources it has been granted access by platform admin (via sveltos RoleRequest). Sveltos agent running on managed clusters will achieve it by impersonating the tenant when fetching resources (so Kubernetes RBAC will end up validate permissions).
  • cross cluster configurations: in response to an event happening in a cluster, Sveltos allows deploying add-ons in the very same cluster event happened or request add-ons to be deployed in a different set of clusters.
  • snapshot collects also EventSources/EventBasedAddOns/HealthChecks

v0.7.2

17 Mar 18:55
c995260
Compare
Choose a tag to compare

Fixes:

  • Add support for Lua script in Classifier
  • Fix event-manager RBAC (permission to create/update/delete secrets)

v0.7.1

16 Mar 17:13
b1bde51
Compare
Choose a tag to compare
  • Fix sveltos manager core
  • Fix event manager handling when oneForEvent field is set to false

v0.7.0

12 Mar 18:21
aa0a341
Compare
Choose a tag to compare

🚀 Features

  1. event driven add-on deployments: define an event and what add-ons need to deployed when event is detected. Add-ons can be expressed as template. When an event is detected in managed cluster, Sveltos will instantiate (if needed) and deploy add-ons;
  2. cluster health check: define an health check passing Sveltos a Lua script. Sveltos will keep watching resources in a managed clusters and keeps evaluating the cluster health. When cluster health changes, Sveltos sends a notification (Webex and/or Slack message and/or a Kubernetes event).

v0.6.0

22 Feb 19:26
122445b
Compare
Choose a tag to compare

🚀 Features

  • Techsupport: sveltos can collect tech support (both logs and resources) from managed clusters
  • Add support to send webex notifications

v0.5.0

16 Feb 22:54
110da96
Compare
Choose a tag to compare

🚀 Features
• Introduce cluster liveness checks. Ability to receive a notifications (either a Kubernetes event of type reason=ClusterHealthCheck or a slack notification) when Kubernetes add-ons are provisioned in a cluster.

🐛 Bugs
• Fix a bug that prevented add-ons to be provisioned if Cluster (with proper labels) was created after ClusterProfile

v0.4.1

08 Feb 03:19
78ac2d7
Compare
Choose a tag to compare

🚀 Features

  • ConfigMaps/Secrets referenced by ClusterProfile and RoleRequest can be set with an empty namespace. When namespace is empty, at the time of deployment, Sveltos will find ConfigMap/Secret in the cluster namespace.

⚠️ Breaking Changes

  • Secret referenced by ClusterProfile and RoleRequest must be of type addons.projectsveltos.io/cluster-profile

v0.4.0

03 Feb 23:33
7eb0bb3
Compare
Choose a tag to compare

🚀 Features

  • multi-tenancy

🌱 Others

  • bump cluster-api pin to v1.3.3

v0.3.0

09 Jan 14:31
3608121
Compare
Choose a tag to compare

🚀 Features

  • register existing, non clusterAPI, clusters;
  • configuration drift detection

🌱 Others

  • bump cluster-api pin to v1.3.1

🐛Bug fixes

  • fix a classifier crash when cluster had no labels;
  • fetch Kubernetes version by using k8s.io/client-go/discovery instead of relying on node labels