From 3d0353d5e8c6324d5ec6971ccf738fbfa2fa16b6 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Wed, 28 Aug 2019 23:37:01 +0800 Subject: [PATCH] v1.0.2-beta.4 --- overview/README.md | 2 +- overview/change-log-on-the-way.md | 12 +++--------- overview/change-log.md | 11 +++++++++++ 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/overview/README.md b/overview/README.md index ec0832c..f8a6b9c 100644 --- a/overview/README.md +++ b/overview/README.md @@ -141,7 +141,7 @@ export default { if (window.ga) { window.ga('send', { hitType: 'event', - eventCategory: 'Recommendation', + eventCategory: 'Recommend', eventAction: 'click', eventLabel: '深入剖析Kubernetes' }); diff --git a/overview/change-log-on-the-way.md b/overview/change-log-on-the-way.md index e45a122..9d618e9 100644 --- a/overview/change-log-on-the-way.md +++ b/overview/change-log-on-the-way.md @@ -1,15 +1,9 @@ -## v1.0.2-beta.3 +## v1.0.2-beta.4 **发布日期** 2019-08-28 +**新特性** -**优化** - -* 工作负载查看页,可以查看工作负载对应的 YAML 文件内容 - -**BUG 修复** - -* 工作负载查看页,提示访问方式时,NodePort的端口号错误 -* 在 Safari 浏览器下,页头显示错误 +* 工作负载编辑器 - 数据卷,支持 ConfigMap 类型 diff --git a/overview/change-log.md b/overview/change-log.md index b338032..5f485a0 100644 --- a/overview/change-log.md +++ b/overview/change-log.md @@ -4,6 +4,17 @@ description: Kuboard 更新日志的详细信息 # 更新日志 +## v1.0.2-beta.4 + +**发布日期** + +2019-08-28 + +**新特性** + +* 工作负载编辑器 - 数据卷,支持 ConfigMap 类型 + + ## v1.0.2-beta.3 **发布日期**