Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Release 0.1.18
Browse files Browse the repository at this point in the history
The more relevant changes in the new version are the following:

- Improvements in the `cluster list` command, including increasing the size of
  the _name_ column.

- Added new `orgs` command to list organizations.

- Added new `account orgs` command to list organizations for the current
  account.

- Print roles of current user with the `account status` command.

- Add filter positional argument to the `cluster list` command.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Aug 14, 2019
1 parent 48fcf01 commit 1a7a9e2
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
`uhc` command line tool.

== 0.1.18 Aug 14 2019

- Improvements in the `cluster list` command, including increasing the size of
the _name_ column.

- Added new `orgs` command to list organizations.

- Added new `account orgs` command to list organizations for the current
account.

- Print roles of current user with the `account status` command.

- Add filter positional argument to the `cluster list` command.

== 0.1.17 Jul 2 2019

- Added the `account` command.
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.17"
const Version = "0.1.18"

0 comments on commit 1a7a9e2

Please sign in to comment.