From 104b2724ce8cc26e52f4fc3b24b90bc1ec52f75d Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Thu, 22 Dec 2022 10:45:17 -0300 Subject: [PATCH] chore: release v0.1.302 --- CHANGES.md | 9 +++++++++ version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0fe86b74c..56cf62c12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,15 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.302 +- Update to model v0.0.243 + - Add `BoundServiceAccountSigningKey` attribute to the `Sts` model. +- Update to model v0.0.242 + - Add `AddonNamespace` resource model. + - Add `CommonLabels` attribute to the `Addon` model. + - Add `CommonAnnotations` attribute to the `Addon` model. + - Add `MachineType` locator on `MachineTypes` model. + ## 0.1.301 - Update to model v0.0.241 - Add `DeletedSubscriptions` diff --git a/version.go b/version.go index 5453def07..dd00cd90a 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.301" +const Version = "0.1.302"