From 122c675892ac5ae4d161940cb5018563dcd1f793 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 28 Jun 2024 09:53:01 -0500 Subject: [PATCH] bump version to 0.1.428 Signed-off-by: marcolan018 --- CHANGES.md | 8 ++++++++ version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 169af26c..21abf0e2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,14 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.428 +- Update model version v0.0.379 + - Add `Ec2MetadataHttpTokens` to `AWSNodePool` resource + +## 0.1.427 +- Update model version v0.0.378 + - Add `MultiArchEnabled` attribute to `Cluster` model + ## 0.1.426 - Update for Windows support including systemcertpool diff --git a/version.go b/version.go index 3608e894..a6459069 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.426" +const Version = "0.1.428"