Releases: openshift-online/ocm-cli
Release 0.1.58
See the CHANGES file for details.
Release 0.1.57
See the CHANGES file for details.
The binaries have been removed because they have been incorrectly uploaded. Use the binaries in release 0.1.58; there is no difference in functionality.
Release 0.1.56
The more relevant changes in the new release are the following:
-
Use standard XDG configuration path for
ocm.json
.If the legacy
~/.ocm.json
file already exists it continues using that,
otherwise it prefers the standard XDG configuration directory. That usually
means~/.config/ocm/ocm.json
.We recommend removing the old file and running the
login
command again:$ rm ~/.ocm.json $ ocm login ...
Or move the existing file to the new location:
$ mkdir -p ~/.config/ocm $ mv ~/.ocm.json ~/.config/ocm/ocm.json
-
User friendly message when offline token is no longer valid.
Release 0.1.55
The more relevant changes in the new version are the following:
- 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 IDP 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
Release 0.1.54
The more relevant changes in the new version are the following:
- Update to OCM SDK 0.1.190.
- Don't require refresh token for client credentials grant.
- Don't use refresh token if have client credentials.
These changes are necessary to avoid authentication problems when
using the --client-id
and --client-secret
options of the init
command
with recent versions of the SSO server behind sso.redhat.com.
Release 0.1.53
The only change in this release is the removal of the paging feature that was
introduced in the previous release. Users have complained that it disrupts
their workflows. In particular the fact that less clears the screen after
finishing when the results fit in one page.
Note that in version of less included in many Linux operating systems can be
configured to disable this screen clearing adding the -F
option to the LESS
environment variable:
export LESS="-F"
But apparently other operating systems, in particular macOS, don't have this
version or less, or have a version that doesn't support that option or
environment variable.
This feature will be reintroduced later with a mechanism to persistently enable
or disable it.
Release 0.1.52
The more relevant changes in the new version are the following:
- Update ocm-sdk-go to 0.1.186
- Use
less
to page cluster list - Added ccs_only to cloud regions
- Honor machine_types ccs_only field
- ocm post: pass correct info to ApplyHeaderFlag()
- Add option to encrypt etcd during cluster installation
- list versions by channel group
- Modify resource_name comparison when populating add-ons
- Add PrivateLink To Describe Cluster
Release 0.1.51
The more relevant changes in the new version are the following:
- Remove ResourceQuota Allowed field
Release 0.1.50
The more relevant changes in the new version are the following:
- Merge value of
--parameter search="..."
with search query generated by the
list clusters
command.
Release 0.1.49
The most relevant changes:
- Update ocm-sdk-go to 0.1.173
- Commands for Job Queues
- Convert ocm account quota to ocm list quota command
- Support creating clusters in different channel groups
- Edit cluster channel group
- Adjust column padding for
list clusters
- Add flag to suppress printing of headers
- Add cluster state to
describe cluster
command - Allow autoscaling non-default machine pool with 0 replicas