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

Commit 03cc396

Browse files
authored
Merge pull request #59 from jhernand/release_0_1_18
Release 0.1.18
2 parents 48fcf01 + 1a7a9e2 commit 03cc396

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.adoc

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
This document describes the relevant changes between releases of the
44
`uhc` command line tool.
55

6+
== 0.1.18 Aug 14 2019
7+
8+
- Improvements in the `cluster list` command, including increasing the size of
9+
the _name_ column.
10+
11+
- Added new `orgs` command to list organizations.
12+
13+
- Added new `account orgs` command to list organizations for the current
14+
account.
15+
16+
- Print roles of current user with the `account status` command.
17+
18+
- Add filter positional argument to the `cluster list` command.
19+
620
== 0.1.17 Jul 2 2019
721

822
- Added the `account` command.

pkg/info/info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818

1919
package info
2020

21-
const Version = "0.1.17"
21+
const Version = "0.1.18"

0 commit comments

Comments
 (0)