From bd247e3f3f55e1b2510375f4086573f31c1e57a4 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Thu, 12 May 2022 09:34:51 +0200 Subject: [PATCH] Release 0.1.63 The more relevant changes in the new version are the following: - Improve existing VPC and proxy code. - Disable color in Windows. - Added account number to "ocm describe cluster ...". - Show limited support flag in "ocm describe cluster ...". Signed-off-by: Juan Hernandez --- CHANGES.md | 7 +++++++ pkg/info/info.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6ab81900..70da1e60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,13 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +## 0.1.63 May 12 2022 + +- Improve existing VPC and proxy code. +- Disable color in Windows. +- Added account number to "ocm describe cluster ...". +- Show limited support flag in "ocm describe cluster ...". + ## 0.1.62 Feb 23 2022 - Update to SDK 0.1.240 diff --git a/pkg/info/info.go b/pkg/info/info.go index 633b74b8..dbbdc32c 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.1.62" +const Version = "0.1.63"