Skip to content

Commit

Permalink
Merge pull request #211 from igoihman/release_0_1_46
Browse files Browse the repository at this point in the history
Release 0.1.46
  • Loading branch information
Irit Goihman authored Jan 10, 2021
2 parents ee68268 + 6b65da7 commit 5ff93f8
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.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.
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.45"
const Version = "0.1.46"

0 comments on commit 5ff93f8

Please sign in to comment.