v1.0.6
Release Content
Additions
- Clarify the auth error and login prompts #162
--skip-server-check
skips now the platform checks and not the only the platform version check.- Upgrade a number of packages. The main ones are kubebuilder to v0.8.0, clusteradm to v0.1.1-0.20220128120402-ba85108480ae, k8s packages to 0.23.3, cobra to 1.3.0
- Add check on
cm get policies
if the platform is RHACM - Add
Standby
column in thecm get clusterpool
- Display an error if the clusterclaim has no namespace, this can happen when new clusterclaim with the same name is created just of the deletion of a clusterclaim with the same name. When clusterclaim not yet running, cm use/run generates an error
- Check if Identity Configuration Management is installed when running
cm create authrealm
- Create a cmd to install RHACM #94
- Create a cmd to install MCE #180
Breaking changes
Bug fixes
- When clusterclaim not yet running, cm use/run generates an error
- Fix running message in
cm run cc <clusterclaim_name>
- cm get cc <cc_name> should not wait for the cc to be running #177
- Scaling of clusterpool default size can cause problems with unexpectedly scaling down the pool #175
- Display which cc is currently active when running cm get cc #178