Skip to content

Commit

Permalink
Merge pull request #162 from igoihman/release_0_1_44
Browse files Browse the repository at this point in the history
Release 0.1.44
  • Loading branch information
Irit Goihman authored Oct 15, 2020
2 parents f4b27f4 + 028d516 commit c105d15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

== 0.1.44 Oct 15 2020

- Convert cluster versions to list versions
- `ocm tunnel` uses cluster id directly without a flag
- Update ocm-sdk-go to 0.1.139
- Add list/create/edit/delete machine pool commands

== 0.1.43 Sep 23 2020

- Show channel group in 'ocm describe cluster'.
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.43"
const Version = "0.1.44"

0 comments on commit c105d15

Please sign in to comment.