From 5981f7d8a32816115b6c6f1d4cef0ed4f110f590 Mon Sep 17 00:00:00 2001 From: Maggie Chen Date: Wed, 24 Jan 2024 09:12:32 -0500 Subject: [PATCH 1/2] OCM-5461 | feat: add HostedControlPlaneDefault to version type model Signed-off-by: Maggie Chen --- model/clusters_mgmt/v1/version_type.model | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/model/clusters_mgmt/v1/version_type.model b/model/clusters_mgmt/v1/version_type.model index 468d7351..80ba3475 100644 --- a/model/clusters_mgmt/v1/version_type.model +++ b/model/clusters_mgmt/v1/version_type.model @@ -37,6 +37,10 @@ class Version { // HostedControlPlaneEnabled indicates whether this version can be used to create HCP clusters. HostedControlPlaneEnabled Boolean + // HostedControlPlaneDefault is a flag that indicates if this should be selected as the default version when a + // HCP cluster is created without specifying explicitly the version. + HostedControlPlaneDefault Boolean + // AvailableUpgrades is the list of versions this version can be upgraded to. AvailableUpgrades []String From 084e74c4f3a0378e757e8d30d5418bd0b9c19e79 Mon Sep 17 00:00:00 2001 From: Maggie Chen Date: Wed, 24 Jan 2024 09:13:15 -0500 Subject: [PATCH 2/2] OCM-5461 | chore: Release v0.0.347 Signed-off-by: Maggie Chen --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e53d2427..06c589b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ This document describes the relevant changes between releases of the API model. +## 0.0.347 Jan 23 2024 +- Add `HostedControlPlaneDefault` boolean to `Version` Type model. + ## 0.0.346 Jan 11 2024 - Modify notify_details response