From 70ccae461d3deb6ef13019c5f34bf677abbcd960 Mon Sep 17 00:00:00 2001 From: philipwu08 Date: Thu, 30 May 2024 11:11:14 -0400 Subject: [PATCH] OCM-7288 | chore: release v0.1.422 --- CHANGES.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 37a04c64..f078d859 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,12 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.422 +- Update model version v0.0.375 + - Add `ManagementUpgrade` parameters to the `NodePool` model to support additional upgrade configuration. + - Support server name inference for regionalized OCM redirects + - Add `AdditionalAllowedPrincipals` to `AWS` type to support additional allowed principal ARNs to be added to the hosted control plane's VPC Endpoint Service. + ## 0.1.421 - Update model version v0.0.374 - Add `CreationTimestamp` and `LastUpdateTimestamp` to `RolePolicyBinding` type diff --git a/version.go b/version.go index 5e5731e6..7559e7ad 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.421" +const Version = "0.1.422"