Skip to content

v0.57.1

Choose a tag to compare

@gianlucam76 gianlucam76 released this 07 Jun 16:59
· 2 commits to release-0.57 since this release
e27cae6

🚀 Features

1. Support for CEL Rules

Introduced CEL (Common Expression Language) rule support across multiple resource types. These rules enhance dynamic evaluation and validation capabilities, and can now be defined for the following instances:

  • Classifier
  • EventSource
  • HealthCheck
  • SveltosCluster liveness and readiness checks
  • Techsupport

2. Configurable Token Duration for Token Renewal

Added an optional tokenDuration field to the TokenRequestRenewalOption struct, allowing fine-grained control over token validity:

If tokenDuration is set, it defines how long the token remains valid.
If not set, the system falls back to renewTokenRequestInterval.
This ensures tokens can be renewed proactively, reducing risk during brief network outages.

3. Event Generation on Feature Deployment

The system now emits events when features are successfully deployed to a cluster via ClusterSummary. These events provide visibility into the deployment process and include details about the feature and target cluster.