Skip to content

v1.2.7

Compare
Choose a tag to compare
@YenchangChan YenchangChan released this 22 Mar 03:13
· 619 commits to main since this release
b7e51f4
  • Fix bugs in the password of Clickhouse that cannot be recognized by special characters such as #, +, & etc;
  • Since the default user is a reserved user in the Clickhouse, from v1.2.7, default user deployment cluster is no longer supported;
  • Zookeeeper status port can be configured from the interface to monitor the performance of zookeeeper. The default port is 8080
  • Supported launch from container
  • When the cluster is in import mode, all operations on the cluster are disabled on the interface, including adding and deleting nodes, upgrading the cluster, starting and stopping the cluster, and rebalance;
  • For security reasons, Access to swagger documents is no longer supported by default

  • 修复clickhouse用户密码中有#+&等特殊字符不能识别的BUG;
  • 由于default用户在clickhouse中是作为保留用户,因此从v1.2.7开始,不再支持default用户部署集群;
  • 支持从界面配置zookeeper status port,用于监控zookeeper性能指标,默认端口为8080
  • 发布ckmandocker容器,支持docker启动
  • 当集群是导入模式时,界面上禁用对集群的所有操作,包括增删节点、升级集群、对集群的启停及负载均衡等;
  • 出于安全性考虑,默认不再支持访问swagger文档