From 8ced2bcf09ec6457d8eb1cb0e6be9e2601bbc5b3 Mon Sep 17 00:00:00 2001 From: Irit goihman Date: Tue, 1 Sep 2020 12:51:26 +0300 Subject: [PATCH] Release 0.1.42 - Display provision shard name in describe cluster - Add more options to create cluster command - Add `ocm tunnel` command - Hide expiration time parameters in create cluster command - Support git style ocm plugin --- CHANGES.adoc | 8 ++++++++ pkg/info/info.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 0588b55e..bf80c214 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,14 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +== 0.1.42 Sep 1 2020 + +- Display provision shard name in describe cluster +- Add more options to create cluster command +- Add `ocm tunnel` command +- Hide expiration time parameters in create cluster command +- Support git style ocm plugin + == 0.1.41 Aug 19 2020 - Assume expiration is 0 when missing 'exp' claim in the jwt token. diff --git a/pkg/info/info.go b/pkg/info/info.go index a5e3771e..bbce9e41 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.41" +const Version = "0.1.42"