Skip to content

Commit

Permalink
Merge pull request #51 from jhernand/release_0_1_34
Browse files Browse the repository at this point in the history
Release 0.1.34
  • Loading branch information
jhernand authored Jan 16, 2020
2 parents ebdc990 + 1592419 commit 02fb98d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

== 0.1.34 Jan 16 2020

- Add number of _infra_ nodes to the output of the `cluster describe` command.
- Add `--roles` flag to the `account users` command.
- Add support for `OCM_CONFIG` environment variable to indicate an alternative
location of the configuration file.
- Tighten output of the `account orgs`, `account quota`, `account users` and
`cluster list` commands.

== 0.1.33 Jan 8 2020

- Update to SDK 0.1.78.
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.33"
const Version = "0.1.34"

0 comments on commit 02fb98d

Please sign in to comment.