Skip to content

Commit

Permalink
Merge pull request #86 from igoihman/release_0_1_38
Browse files Browse the repository at this point in the history
Release 0.1.38
  • Loading branch information
Irit Goihman authored Jun 13, 2020
2 parents 1a152be + a504fe6 commit 4b81f72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

== 0.1.38 Jun 13 2020

- Add support for expiration in ocm cluster create.
- Add support for specifying cloud provider.
- Add cloud provider to default columns.
- config: beef up help message.
- Add console URL to describe.
- Output Console URL.
- Add shell completion for resources.
- Add API Listening to cluster descrribe.
- Update to ocm-sdk-go 0.1.105
- Allow setting --managed=false in cluster list.

== 0.1.37 Feb 26 2020

- Describe by name, identifier or external identifier (fixes
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.37"
const Version = "0.1.38"

0 comments on commit 4b81f72

Please sign in to comment.