kuboard v1.0.9.3

This commit is contained in:
huanqing.shao
2020-04-19 10:17:21 +08:00
parent f67f3a82df
commit 1cc1a611d8

View File

@ -9,12 +9,45 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明
了解如何 [升级Kuboard](/install/install-dashboard-upgrade.html)
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.9.1</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.9.3</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">beta</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.9-beta.6</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">arm</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.9.1-arm</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">arm</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.9.3-arm</span>
Kuboard v1.0.x 的更新说明
## v1.0.9.3
**发布日期**
2020年4月18日
**优化**
* 名称空间页头 --> 提示用户可以自定义名称空间的布局
* YAML 编辑器,提示必须使用两个空格作为缩进,不能使用 TAB
**BUG修正**
* spec.containers[*].resources.limits.cpu 等字段不能为空字符串
* 从 DaemonSet/Deployment/Stateful 列表页创建 DaemonSet/Deployment/Stateful 时,名称空间始终是 example 的问题
* 加载存储卷声明对话框出错
* 加载存储类对话框出错,如果存储类不是通过 Kuboard 创建的,则直接显示其 YAML 内容
* 对于腾讯云托管的集群,创建 nfs-storage-class 时provisioner 的 PVC 与 PV 不能匹配的问题(因为腾讯云指定了默认的 storageClass
## v1.0.9.2
**发布日期**
2020年4月16日
**优化**
* 编辑 kubernetes.io/dockerconfigjson 类型的 Secret 时,根据表单内容生成 docker login 语句,并提示用户校验;
**BUG 修正**
* 从 YAML 文件创建时,如果没有指定 namespace则应该使用 default 名称空间
## v1.0.9.1
**发布日期**