Releases: oceanbase/obdeploy
Releases · oceanbase/obdeploy
v1.3.2
v1.3.1
v1.3.0
v1.2.1
修复问题
- 修复
obd cluster upgrade
命令在没有设置中文环境时会出现解析升级路径编码错误的问题。 - 修复
obd cluster upgrade
命令在缺少mysqlt.connector
依赖时的问题。 - 修复当部署中只有一个组件时,
obd cluster upgarde
不能自动选择该组件进行升级的问题。
Bugfixes
- Fixed the upgrade path encoding error when you use the
obd cluster upgrade
command without setting the Chinese environment. - Fixed the problem caused by no
mysqlt.connector
dependency when you use theobd cluster upgrade
command. - Fixed OBD cannot choose and upgrade the target component when you have only one component.
v1.2.0
新增特性
- 新增
obd mirror disable/enable
,命令用于远程管理镜像仓库。 - restart 默认为无参数重启,并加入选项
--wp/--with-parameter
用于带参数重启。 - 支持 OceanBase 跨版本升级和轮转升级。
- 支持 obagent 1.1.0。
- 新增编辑和部署时的参数合法性检查,非法参数修改将被禁止。
- 优化了锁粒度,大多数情况下可以同时执行多个 OBD 命令。
修复问题
- 修复了 sysbench 测试时选择 obproxy 节点可能会出现连不上 root 用户的问题(#53)。
New features
- Added
obd mirror disable/enable
command for remote mirror repositories management. - Added
--wp/--with-parameter
to restart a deployment with parameters. By default, OBD restarts a deployment without any parameters. - Supported cross-version and rotating upgrade for OceanBase Database.
- Supported obagent 1.1.0.
- Added legality check for editing and deployment. Illegal parameters are disabled.
- Optimized lock granularity. You can run multiple OBD commands in most cases.
Bugfixes
- Fixed obproxy cannot connect to root user when you do the sysbench test (#53).
v1.1.2
v1.1.1
v1.1.0
问题修复
新增特性
- 启动检查新增网卡匹配,网络连通,时间同步等
- 支持启停指定节点或组件
- 新增obd cluster tenant命令,用于新增或删除租户
- 新增obd cluster autodeploy命令。支持传入极简配置,根据机器资源自动部署最大规格实例
- 新增redo_dir配置
- autodeploy 和 deploy命令支持-A选项。开启该选项后,OceanBase-CE实例将会用全部可用剩余可用资源建一个test租户
- 新增 obd test sysbench 命令