Skip to content

Commit

Permalink
Release 0.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
Irit goihman committed Oct 15, 2020
1 parent f4b27f4 commit 028d516
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 028d516

Please sign in to comment.