Skip to content

Commit

Permalink
Merge pull request #185 from igoihman/release_0_1_45
Browse files Browse the repository at this point in the history
Release 0.1.45
  • Loading branch information
Irit Goihman authored Nov 22, 2020
2 parents 42a63db + 6af3845 commit f18d731
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

== 0.1.45 Nov 22 2020

- `instance-type` is a required parameter in create machine pool command.
- Improve help and positional arg enforcement in most command.
- Show version in describe cluster command.
- Fix version check when creating a cluster.
- Add upgrade policy commands.
- Update ocm-sdk-go to 0.1.145
- Add `dry-run` parameter to create cluster command.
- Add list regions comamand.

== 0.1.44 Oct 15 2020

- Convert cluster versions to 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.44"
const Version = "0.1.45"

0 comments on commit f18d731

Please sign in to comment.