diff --git a/CHANGES.adoc b/CHANGES.adoc index 826c54a8..734ba6ea 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,18 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +== 0.1.46 Jan 10 2021 + +- Show sorted version list in `ocm list versions` +- Fixed API endpoint in the README file +- Support creating GCP CCS clusters +- Added taints to machine pool commands +- Machine pool labels and taints can be edited via `ocm edit machinepool` command +- Added interactive option to create cluster command +- Added shell completion +- Added list `ocm list orgs` command +- Updated OCM integration URL helper + == 0.1.45 Nov 22 2020 - `instance-type` is a required parameter in create machine pool command. diff --git a/pkg/info/info.go b/pkg/info/info.go index 30df0b70..6a9da916 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.45" +const Version = "0.1.46"