diff --git a/CHANGES.md b/CHANGES.md index c03d5f0a..d08d31b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ This document describes the relevant changes between releases of the API model. +## 0.0.193 Apr 14 2022 + +- Add LimitedSupportReasonCount to cluster status struct. + ## 0.0.192 Apr 12 2022 - Add inflight checks and 'validating' state. diff --git a/model/clusters_mgmt/v1/cluster_status_type.model b/model/clusters_mgmt/v1/cluster_status_type.model index 5a168107..4ac2fa05 100644 --- a/model/clusters_mgmt/v1/cluster_status_type.model +++ b/model/clusters_mgmt/v1/cluster_status_type.model @@ -36,4 +36,7 @@ class ClusterStatus { // Configuration mode ConfigurationMode ClusterConfigurationMode + + // Limited Support Reason Count + LimitedSupportReasonCount Integer }