From 1592419817e0384c39b5c912416a58bc28b0ede9 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Thu, 16 Jan 2020 17:33:52 +0100 Subject: [PATCH] Release 0.1.34 The more relevant changes in the new version are the following: - Add number of _infra_ nodes to the output of the `cluster describe` command. - Add `--roles` flag to the `account users` command. - Add support for `OCM_CONFIG` environment variable to indicate an alternative location of the configuration file. - Tighten output of the `account orgs`, `account quota`, `account users` and `cluster list` commands. 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 503b5da5..ae970ee8 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.34 Jan 16 2020 + +- Add number of _infra_ nodes to the output of the `cluster describe` command. +- Add `--roles` flag to the `account users` command. +- Add support for `OCM_CONFIG` environment variable to indicate an alternative + location of the configuration file. +- Tighten output of the `account orgs`, `account quota`, `account users` and + `cluster list` commands. + == 0.1.33 Jan 8 2020 - Update to SDK 0.1.78. diff --git a/pkg/info/info.go b/pkg/info/info.go index 41fb7929..c4e25f80 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.33" +const Version = "0.1.34"