Skip to content

Commit

Permalink
Merge pull request #106 from igoihman/release_0_1_39
Browse files Browse the repository at this point in the history
Release 0.1.39
  • Loading branch information
Irit Goihman authored Jul 9, 2020
2 parents b12713d + dd3a316 commit 281fa14
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.39 Jul 9 2020

- Add support for creating a private cluster.
- Don't fail "cluster describe" if a user is unauthorized to get account.
- cluster list, create and describe are deprecated and replaced by `list clusters`,
`create cluster` and `describe cluster`.
- Add support for creating identity providers.
- Add support for creating users.
- Add support for creating ingresses.
- Add support for listing identity providers.
- Add support for listing users.
- Add support for listing ingresses.
- Bump ocm-sdk-go to 0.1.112.

== 0.1.38 Jun 13 2020

- Add support for expiration in ocm cluster create.
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.38"
const Version = "0.1.39"

0 comments on commit 281fa14

Please sign in to comment.