Releases: stolostron/cm-cli
Releases · stolostron/cm-cli
v1.0.15
Release Content
Additions
Breaking changes
Bug fixes
- Change pipe to ModeCharDevice test.
- Change cm to retrieve credentials (if available) regardless of cluster status #253
- Change error message
Internal changes
- Use applier instead of clusteradm package to apply resources
v1.0.14
Release Content
Additions
- Add support to AWS clusterpool to support a list of zones #236
- klusteraddon error when create cluster on MCE #240
- Add
--output-file
incm use cph
Breaking changes
Bug fixes
v1.0.13
Release Content
Additions
- Add
--current
as parameter ofcm get contexts
to generate a kubeconfig containing only the current used context. - Generate secret token due to automatic token generation deprecation on kubernetes 1.24 Kubernetes 1.24 doesn't automatically generate token anymore. #233
Breaking changes
cm create hd
template changed to a more structured template.
Bug fixes
v1.0.12
Release Content
Additions
- Add
cm proxy health/kubectl
commands - Enable component updates mce instead of mch #230
- upgrade to latest clusteradm package
- Import
cm enable/disable/get addon
from clusteradm - Bug fixes in
cm enable/disable/get components
Breaking changes
cm create hd
template changed to a more structured template.
Bug fixes
v1.0.11
Release Content
Additions
- retrieve the configuration of a hypershiftdeployment in order to create another hypershiftdeployment #221
cm create hd
acceptshostedClusterSpec
andnodePools
configuration- Create a command to display the kubeconfig for all clusters credentials found in a ACM HUB #222
- Add get components #227
- Add support for mce CR V1
- Create commands to enable/disable components #228
Breaking changes
cm create hd
template changed to a more structured template.
Bug fixes
v1.0.10
Release Content
Additions
- Take into account the namespace for the attach hostedcluster #205
- Add cmd to run/hibernate/skip schedule hive cluster #207
cm hibernate cluster <cluster_name>[,<clusterc_name>...] <options>
cm run cluster <cluster_name>[,<clusterc_name>...] <options>
cm set cluster <cluster_name>[,<clusterc_name>...] [--hibernate-schedule-on|--hibernate-schedule-off]
- Add test if hibernate schedule is set #210
- Deprecate --skip-schedule and replace by --hibernate-schedule-off and --hibernate-schedule-on in cm hibernate/run cc #209
- Add hibernate schedule option in cm set cc #212
- Removed
--skip-schedule
fromcm create cc
as it was ineffective. Usecm set cc [--hibernate-schedule-on|--hibernate-schedule-off]
to set it. - add a cm to delete an hypershift deployment #215
- Add cm to create an hypershift deployment on a given hostingcluster #214
Breaking changes
Bug fixes
v1.0.9
Release Content
Additions
- Add "--current" in
cm get cc
to display the current clusterclaim in use. - Create binary for darwin/arm64.
- Support import of a cluster that is the non-active kubecontext in a kubeconfig #197
- Add "--kubeconfig-creds" in
cm get cc
to display the kubeconfig - Open openshift console of an hypershift hosted #201
- Add cmd cm console cluster to open the console of a managedcluster either created by cc or hypershift #200
Breaking changes
- Remove commands "init, join, accept, get token, delete token" as they are pure OCM and should not be used on ACM/MCE. Please use commands like
cm attach cluster
.
Bug fixes
- Use "--server-namespace" when checking if it is an MCE hub.
v1.0.8
Release Content
Additions
- Add
cm delete clusterset
, inhirated from clusteradm - Add
cm delete work
, inhirated from clusteradm - Add
cm set clusterset
, inhirated from clusteradmclusteradm clusterset set
- Add
cm bind clusterset
, inhirated from clusteradmclusteradm clusterset bind
- Add
cm unbind clusterset
, inhirated from clusteradmclusteradm clusterset unbind
- update to the latest https://github.com/open-cluster-management-io/clusteradm version.
Breaking changes
- Remove commands "init, join, accept, get token, delete token" as they are pure OCM and should not be used on ACM/MCE. Please use commands like
cm attach cluster
.
Bug fixes
v1.0.7
Release Content
Additions
- cm attach should handle kubeconfig blobs #173
- Create a cmd cm attach/detach hostedcluster #182
- Add githubExtraConfigs in the template for
cm create authrealm
- import clusteradm cmds create clusterset|work and get addon|clusterset|hub-info|works #192
Breaking changes
Bug fixes
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