diff --git a/CHANGES.adoc b/CHANGES.adoc index bf80c214..2bc08e3a 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,20 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +== 0.1.43 Sep 23 2020 + +- Show channel group in 'ocm describe cluster'. +- Add goreleaser config for homebrew-tap. +- Output sshuttle command execution string. +- new sub-command to show the plugins. +- Simplify cluster login via browser. +- Enable logging in via external_id. +- Add creator details. +- Support creating CCS clusters. +- Implement edit cluster command. +- Add token generation command. +- bump ocm-sdk-go to v0.1.131. + == 0.1.42 Sep 1 2020 - Display provision shard name in describe cluster diff --git a/pkg/info/info.go b/pkg/info/info.go index bbce9e41..6ab84b0b 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.42" +const Version = "0.1.43"