diff --git a/CHANGES.adoc b/CHANGES.adoc index 734ba6ea..bf66e91b 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.47 Feb 2 2021 + +- Update ocm-sdk-go to 0.1.152 +- Avoid `survey.Select` bug when Default is not one of Options +- Fix CheckOneOf() error message +- Drop default of --region +- `ocm list machinepools` - added autoscaling field, and range +- `ocm create cluster` - added autoscaling params +- `ocm describe cluster` - added autoscaling indication and range +- `ocm edit machinepool` - can now edit default machine pool - and autoscaling params +- `ocm edit cluster` - no longer able to edit compute nodes + == 0.1.46 Jan 10 2021 - Show sorted version list in `ocm list versions` diff --git a/pkg/info/info.go b/pkg/info/info.go index 6a9da916..a234793d 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.46" +const Version = "0.1.47"