From 85a1f9d9d9a9739a6672f0175a8c3f4f785ec760 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Wed, 9 Mar 2022 09:52:13 +0100 Subject: [PATCH] Release 0.1.248 The more relevant changes in this release are the following: - Update to model 0.0.179: - Fix cluster logs URL, should be `cluster_logs` instead of `cluster_logs_uuid`. Signed-off-by: Juan Hernandez --- CHANGES.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 756e10cbd..094396d91 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.248 Mar 9 2022 + +- Update to model 0.0.179: + - Fix cluster logs URL, should be `cluster_logs` instead of `cluster_logs_uuid`. + ## 0.1.247 Mar 8 2022 - Update to metamodel 0.0.52: diff --git a/version.go b/version.go index d610f177f..f9cb4d5ea 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.247" +const Version = "0.1.248"