Skip to content

Commit

Permalink
Release 0.1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
Irit goihman committed Sep 23, 2020
1 parent 1032e04 commit 3738ff8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

== 0.1.43 Sep 23 2020

- Show channel group in 'ocm describe cluster'.
- Add goreleaser config for homebrew-tap.
- Output sshuttle command execution string.
- new sub-command to show the plugins.
- Simplify cluster login via browser.
- Enable logging in via external_id.
- Add creator details.
- Support creating CCS clusters.
- Implement edit cluster command.
- Add token generation command.
- bump ocm-sdk-go to v0.1.131.

== 0.1.42 Sep 1 2020

- Display provision shard name in 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.42"
const Version = "0.1.43"

0 comments on commit 3738ff8

Please sign in to comment.