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.
Amazon EKS¶
Support for Node Repair and Node Monitoring Agent Add-on¶
Benefit
Simplifies Day-to-Day Cluster Operations.
Support is now available to enable/disable node 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. The IAM role used for nodegroup updates must have the eks:UpdateNodegroupConfig policy (and related policies in place, as required for nodegroup configuration updates.
Note
Optional advanced configuration options for node repair will be added in a future release.
Day 0 Configuration
Day 2 Configuration
Node Monitoring Addon
For more information, see the node groups documentation.
Stop Default Installation of GPU Device Plugin on EKS Clusters¶
Benefit
Provides greater control over GPU device plugin deployment and versioning through Blueprint-based management.
The NVIDIA GPU device plugin is no longer automatically installed on EKS clusters when GPU instance types are used in node groups. Deploy and manage the GPU device plugin via Blueprints for better control over versioning, configuration, and rollout across clusters.
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.
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
.yamlor.ymlextension. 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/kindcombination 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
artifactfield (in any resource) - The
resourceQuotafield in the Project resource
Projects¶
Description¶
Benefit
Enhances user experience through surfacing essential project information on the landing page.
The project tile has been enhanced to clearly display project descriptions directly on project tiles in the org view, providing clearer context about each project at a glance.
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 |
v1.1.55 - Terraform Provider¶
An updated version of the Terraform provider is now available.
The following enhancements have been added in this release:
- rafay_addon: Added annotation support for add-on manifests. See the addon resource documentation for annotation examples.
- rafay_blueprint: Added annotation support for blueprint manifests. Annotation examples have been updated in the blueprint resource documentation.
- rafay_cluster_override: Added annotation support for cluster override manifests. See the cluster_override resource documentation for annotation examples.
- rafay_workload: Added annotation support for workload manifests. See the workload resource documentation for annotation examples.
- rafay_eks_cluster: Added node repair configuration support for EKS clusters. See the eks_cluster resource documentation for configuration details.






