Skip to content

v3.7 Update 5 - SaaS

11 Dec, 2025

All Cluster Types

Cluster Config

Benefit

Quick, UI-based access to cluster configuration files.

The UI now allows users to easily download cluster configuration specifications directly. You can retrieve the GitOps System Sync (v3) spec for all cluster types, as well as the standard v1 cluster spec for EKS and AKS.

EKS


Amazon EKS

Support for Node Repair

Benefit

Simplifies Day-to-Day Cluster Operations.

Support is now available to enable/disable ode repair at the managed node group level and optionally deploy the node monitoring agent add-on. These controls, available at both Day 0 and Day 2, streamline operational workflows and reduce manual overhead.


GitOps System Sync

Annotations

Benefit

Enables inclusion of richer metadata within the resource specification.

This release adds annotation support for the following resources: Blueprint, Add-on, Cluster Override, EKS cluster, GKE cluster.

Annotations can be used to include supplemental information, like internal documentation links or extended guidelines. Support for annotations on more resource types will be delivered in an upcoming release.

Error handling

Benefit

Improves reliability by clearly surfacing validation errors.

System Sync now surfaces validation errors that were previously ignored. If any of the checks below fail, the pipeline job is marked as Failed or Partial Success, and the corresponding errors are displayed directly in the System Sync Output.

  • A failure is raised when a file does not use a .yaml or .yml extension. Files with no extension or unsupported extensions are listed as ignored with messages such as “only YAML files are supported
  • A failure is raised when the apiVersion/kind combination is invalid, missing, or not registered. These issues previously produced no feedback but are now surfaced clearly.
  • After file and API checks pass, System Sync validates that all fields in the resource spec comply with the expected schema. This identifies issues such as misspelled field names, extra or unsupported fields and incorrect field structures

Schema field validation currently does not apply to the following resources and fields. Validations for these will be added in a future release.

  • Cluster resource
  • Repository resource
  • Pipeline resource
  • Namespace resource
  • The artifact field (in any resource)
  • The resourceQuota field in the Project resource

System Sync Error


Projects

Description

Benefit

Enhances user experience through surfacing essential project information on the landing page.

Project descriptions are now shown directly on project tiles in the org view, providing clearer context about each project at a glance.

Project Description


Blueprints

Description

Benefit

Enables clearer, well-formatted notes for blueprint versions.

Blueprint descriptions now support Markdown formatting. This allows users to use the description field more effectively, for example, to record well-structured change logs or detailed version notes.


Bug Fixes

Bug ID Description
RC-41295 MKS: Fixed an issue where Consul nodes failed to rejoin the cluster after rebooting
RC-41703 EKS: Automatic Installation of the GPU Device Plugin has been disabled