Skip to content

Commit

Permalink
Merge pull request #218 from zgalor/v0.1.47
Browse files Browse the repository at this point in the history
Update CHANGES.adoc and version info
  • Loading branch information
vkareh authored Feb 2, 2021
2 parents bb767f5 + 8696bf9 commit 73225a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "0.1.46"
const Version = "0.1.47"

0 comments on commit 73225a9

Please sign in to comment.