This commit is contained in:
huanqing.shao
2020-03-28 17:16:38 +08:00
parent 4083a18578
commit 163fdff7a0
2 changed files with 44 additions and 1 deletions

View File

@ -6,16 +6,35 @@ v1.0.7 已经支持了 kubectl proxy 的功能、v1.0.8 做 Deployment 的滚动
v1.0.9-beta.2
* 存储卷声明:
* 以列表页显示存储卷声明的列表;
* 详情对话框增加表单校验;
* ConfigMap
* 以列表页显示ConfigMap的列表
*
---
缺少字段:
删除 PV 时,出现 /notsupported 错误
---
* 工作负载编辑器
* 保存前对比 YAML
* 文档
* 应用程序如何获取客户端的真实 IP
------------------
**新特性**

View File

@ -9,12 +9,36 @@ 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.8.2</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.8.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.1</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">arm</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.9-beta.1-arm</span>
Kuboard v1.0.x 的更新说明
v1.0.8.3
**发布日期**
2020年3月28日
**优化**
* 工作负载编辑器 --> PodTemplate新增字段支持
* dnsPolicy
* dnsConfig
* shareProcessNamespace
* hostPID
* containers[*].lifecycle.preStop
* containers[*].lifecyle.postStart
**BUG 修正**
* 修正某些情况下日期显示为 1970-01-01/大约50年前 的问题;
* 节点详情页:
* 直接刷新节点详情页时,不能显示 Metrics 信息的问题;
* 修正某些情况下,节点详情页内存单位计算出错的问题;
* 修正暂停Deployment时提示信息不正确的问题
* 修正导入工作负载时的问题:
* 如果一个Ingress包含多个域名导入时只能导入第一个
v1.0.9-beta.1
**发布日期**