From acf2f0a3e4e65668e2186e12ea6e15eef89964ea Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Fri, 24 Mar 2023 11:46:03 -0300 Subject: [PATCH 1/2] fix: replace oidcConfigId with type OidcConfig --- model/clusters_mgmt/v1/sts_type.model | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/clusters_mgmt/v1/sts_type.model b/model/clusters_mgmt/v1/sts_type.model index 97086737..c41fad04 100644 --- a/model/clusters_mgmt/v1/sts_type.model +++ b/model/clusters_mgmt/v1/sts_type.model @@ -50,6 +50,6 @@ struct STS { // If true, cluster account and operator roles have managed policies attached. ManagedPolicies Boolean - // Registered Oidc Config ID, if available holds information related to the oidc config - OidcConfigId String + // Registered Oidc Config, if available holds information related to the oidc config + OidcConfig OidcConfig } From c161179d9b7ec7f94d91dba49272fc6cf5104f7d Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Fri, 24 Mar 2023 11:46:34 -0300 Subject: [PATCH 2/2] chore: release v0.0.268 --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d6b41e7a..75f73bad 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.268 Mar 24 2023 +- Replace `OidcConfigId` for `OidcConfig` in `STS` resource. + ## 0.0.267 Mar 24 2023 - Add `OidcConfigId` to `STS` resource. - Remove `OidcPrivateKeySecretArn` from `STS` resource.