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

Commit

Permalink
Merge pull request #36 from jhernand/release_0_1_15
Browse files Browse the repository at this point in the history
Release 0.1.15
  • Loading branch information
jhernand authored Jun 27, 2019
2 parents 100f8f8 + 0b21b5b commit 39d9194
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
This document describes the relevant changes between releases of the
`uhc` command line tool.

== 0.1.14 Jun 20 2019.
== 0.1.15 Jun 27 2019

- Added the `--single` option to the `get` command to format the output in one
single line.

- Improvements in the `cluster login` command.

- Changed the default authentication service from _developers.redhat.com_ to
_sso.redhat.com_. The old service will still be used when authenticating with
a user name and password or with token issued by _developers.redhat.com_.

== 0.1.14 Jun 20 2019

- Added the `config get` and `config set` commands to get and set configuration
settings.
Expand All @@ -14,7 +25,7 @@ This document describes the relevant changes between releases of the

- Added support for custom columns in the `cluster list` command.

== 0.1.13 Jun 12 2019.
== 0.1.13 Jun 12 2019

- Added the `cluster login` 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.14"
const Version = "0.1.15"

0 comments on commit 39d9194

Please sign in to comment.