From ad35d0d866ed8aefc7e7d5067e0efe26c9c2b69e Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Wed, 8 Jan 2020 16:18:16 +0100 Subject: [PATCH] Release 0.1.33 The more relevant changes in the new version are the following: - Update to SDK 0.1.78. - Add quota resource name. - Tighten up list output. - Remove redundant `href` column from organization list. - Add parameter usage example. - Add organization details to account status command. Signed-off-by: Juan Hernandez --- CHANGES.adoc | 9 +++++++++ pkg/info/info.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 6ebd2a98..503b5da5 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,15 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +== 0.1.33 Jan 8 2020 + +- Update to SDK 0.1.78. +- Add quota resource name. +- Tighten up list output. +- Remove redundant `href` column from organization list. +- Add parameter usage example. +- Add organization details to account status command. + == 0.1.32 Dec 12 2019 - Add shortcuts for role bindings and resource quota. diff --git a/pkg/info/info.go b/pkg/info/info.go index 05411dce..41fb7929 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.32" +const Version = "0.1.33"