From 16a751b200a4b067408e3cc928bc53a04a651d41 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Tue, 11 Feb 2020 23:31:33 +0800 Subject: [PATCH] 1.0.6.2 --- package-lock.json | 6 +++--- package.json | 2 +- support/change-log/change-log-on-the-way.md | 6 ++++++ support/change-log/v1.0.x.md | 13 +++++++++++++ 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4fe15b..9051644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11978,9 +11978,9 @@ "dev": true }, "vuepress-plugin-code-copy": { - "version": "1.0.4-alpha", - "resolved": "https://registry.npm.taobao.org/vuepress-plugin-code-copy/download/vuepress-plugin-code-copy-1.0.4-alpha.tgz", - "integrity": "sha1-k/0CyNR93lPmP94RL2ORQgNHg18=", + "version": "1.0.4", + "resolved": "https://registry.npm.taobao.org/vuepress-plugin-code-copy/download/vuepress-plugin-code-copy-1.0.4.tgz", + "integrity": "sha1-FNo4LU4PlzuyBCJIPtk0nqYoNL8=", "dev": true }, "vuepress-plugin-code-switcher": { diff --git a/package.json b/package.json index 633c2d1..13e1deb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "babel-plugin-component": "^1.1.1", "date-fns": "^1.30.1", "vuepress-plugin-baidu-autopush": "^1.0.1", - "vuepress-plugin-code-copy": "^1.0.4-alpha", + "vuepress-plugin-code-copy": "^1.0.4", "vuepress-plugin-code-switcher": "^1.0.0", "vuepress-plugin-reading-progress": "^1.0.7", "vuepress-plugin-seo": "^0.1.2", diff --git a/support/change-log/change-log-on-the-way.md b/support/change-log/change-log-on-the-way.md index 09dabb7..0769bbd 100644 --- a/support/change-log/change-log-on-the-way.md +++ b/support/change-log/change-log-on-the-way.md @@ -3,9 +3,15 @@ Kuboard v1.0.x 的更新说明 +------------------ + **新特性** * 增加 Grafana,并与 Kuboard 实现单点登录 + * ServiceAccount 可以与 Grafana 单点登录 + * OpenID Connect 账号可以与 Grafana 单点登录 + * TeamSync (是否要实现?) +* **优化** diff --git a/support/change-log/v1.0.x.md b/support/change-log/v1.0.x.md index 7ebea0e..423a478 100644 --- a/support/change-log/v1.0.x.md +++ b/support/change-log/v1.0.x.md @@ -14,6 +14,19 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明 Kuboard v1.0.x 的更新说明 +## v1.0.6.2 + +**发布日期** + +2020年2月11日 + +**BUG修复** + +* RoleBinding --> 为 ServiceAccount 添加 RoleBinding 时出错 +* ClusterRoleBinding --> 不能添加新的 Subject +* ServiceAccount列表页 --> 不能删除 ServiceAccount +* 全局监控套件在 v1.0.6 及 v1.0.6.1 中不能正常使用的问题 + ## v1.0.6.1 **发布日期**