Skip to content

Commit

Permalink
Merge pull request #131 from igoihman/release_0_1_42
Browse files Browse the repository at this point in the history
Release 0.1.42
  • Loading branch information
Irit Goihman authored Sep 1, 2020
2 parents 65dc8d1 + 8ced2bc commit f186a26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

== 0.1.42 Sep 1 2020

- Display provision shard name in describe cluster
- Add more options to create cluster command
- Add `ocm tunnel` command
- Hide expiration time parameters in create cluster command
- Support git style ocm plugin

== 0.1.41 Aug 19 2020

- Assume expiration is 0 when missing 'exp' claim in the jwt token.
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.41"
const Version = "0.1.42"

0 comments on commit f186a26

Please sign in to comment.