From 20d374bffd61902d1c4f08077f3f9ef0ab58e985 Mon Sep 17 00:00:00 2001 From: hkepley Date: Tue, 6 Aug 2024 15:27:52 -0400 Subject: [PATCH] bump version to 0.1.435 --- CHANGES.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e1d2076d..545b05f9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.435 +- Add 'OidcThumbprint' type model to v1 and v2alpha1 +- Add 'OidcThumbprintInput' type model to v1 and v2alpha1 +- Add 'OidcThumbprint' resource model to v1 and v2alpha1 + ## 0.1.434 - Update model version v0.0.386 - Add `RootVolume` attribute to `AWSNodePool` model diff --git a/version.go b/version.go index 8c3da3bd..da0fa516 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.434" +const Version = "0.1.435"