Skip to content

Commit

Permalink
Merge pull request #298 from igoihman/release_0_1_55
Browse files Browse the repository at this point in the history
Release 0.1.55
  • Loading branch information
Irit Goihman authored Jul 30, 2021
2 parents 4ebf9a0 + 744b483 commit 871dc37
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

== 0.1.55 Jul 30 2021

- Add CLI tests
- Don't remove config file on logout
- Add `pager` configuration setting
- Use pager command for `list clusters`
- Add table printer
- Add printer table for organizations
- Add table for plugins
- Add table for `addons`
- Use table for `list idps`
- Add column width learning
- Support specifying IdD Name
- feat(login): allow for empty OCM_CONFIG
- llokup clusters by subscriptions
- Update login URL for upcoming move to console.redhat.com
- Add password generation option for IDP
- Add htapssed IDP

== 0.1.54 Jun 23 2021

- Update to OCM SDK 0.1.190.
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.54"
const Version = "0.1.55"

0 comments on commit 871dc37

Please sign in to comment.