release 0.6.1

dev0 0.6.1
gjmzj 2019-03-21 20:10:00 +08:00
parent 45f3cadc5b
commit 00a556e6ee
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
## kubeasz-0.6.1 发布说明
CHANGELOG:
- BUG 修复:
- 修复兼容docker 18.09.x 版本安装
- 修复增加etcd节点时在Centos7执行偶然没有正确读取配置信息的bugPR #465 by loverto
- 修复docker安装获取版本任务的tags信息
- 修复项目bin目录下二进制不能执行的错误
- 修复docker版本判断逻辑