v1.0.2-beta.4

This commit is contained in:
huanqing.shao
2019-08-28 23:37:01 +08:00
parent 7b55f41e1e
commit 3d0353d5e8
3 changed files with 15 additions and 10 deletions

View File

@ -141,7 +141,7 @@ export default {
if (window.ga) {
window.ga('send', {
hitType: 'event',
eventCategory: 'Recommendation',
eventCategory: 'Recommend',
eventAction: 'click',
eventLabel: '深入剖析Kubernetes'
});

View File

@ -1,15 +1,9 @@
## v1.0.2-beta.3
## v1.0.2-beta.4
**发布日期**
2019-08-28
**新特性**
**优化**
* 工作负载查看页,可以查看工作负载对应的 YAML 文件内容
**BUG 修复**
* 工作负载查看页提示访问方式时NodePort的端口号错误
* 在 Safari 浏览器下,页头显示错误
* 工作负载编辑器 - 数据卷,支持 ConfigMap 类型

View File

@ -4,6 +4,17 @@ description: Kuboard 更新日志的详细信息
# 更新日志
## v1.0.2-beta.4
**发布日期**
2019-08-28
**新特性**
* 工作负载编辑器 - 数据卷,支持 ConfigMap 类型
## v1.0.2-beta.3
**发布日期**