This commit is contained in:
huanqing.shao
2020-02-11 23:31:33 +08:00
parent 9b9d0f783e
commit 16a751b200
4 changed files with 23 additions and 4 deletions

6
package-lock.json generated
View File

@ -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": {

View File

@ -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",

View File

@ -3,9 +3,15 @@ Kuboard v1.0.x 的更新说明
------------------
**新特性**
* 增加 Grafana并与 Kuboard 实现单点登录
* ServiceAccount 可以与 Grafana 单点登录
* OpenID Connect 账号可以与 Grafana 单点登录
* TeamSync (是否要实现?)
*
**优化**

View File

@ -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
**发布日期**