v2.0.3-beta.2

This commit is contained in:
huanqing.shao
2020-07-16 21:49:11 +08:00
parent 95f83b51bd
commit 12bc841add
4 changed files with 1062 additions and 1070 deletions

View File

@ -23,6 +23,7 @@ spec:
k8s.kuboard.cn/layer: monitor
k8s.kuboard.cn/name: kuboard
spec:
nodeName: your-node-name
containers:
- name: kuboard
image: eipwork/kuboard:latest

View File

@ -6,12 +6,12 @@
"dependencies": {
"@vssue/api-github-v4": "^1.4.0",
"@vssue/vuepress-plugin-vssue": "^1.4.6",
"@vuepress/plugin-active-header-links": "^1.3.1",
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-google-analytics": "^1.3.1",
"@vuepress/plugin-medium-zoom": "^1.3.1",
"@vuepress/plugin-nprogress": "^1.3.1",
"@vuepress/plugin-pwa": "^1.3.1",
"@vuepress/plugin-active-header-links": "^1.5.2",
"@vuepress/plugin-back-to-top": "^1.5.2",
"@vuepress/plugin-google-analytics": "^1.5.2",
"@vuepress/plugin-medium-zoom": "^1.5.2",
"@vuepress/plugin-nprogress": "^1.5.2",
"@vuepress/plugin-pwa": "^1.5.2",
"animated-number-vue": "^1.0.0",
"aos": "^2.3.4",
"axios": "^0.19.2",
@ -20,19 +20,16 @@
"bootstrap-vue": "^2.15.0",
"date-fns": "^1.30.1",
"esm": "^3.2.25",
"nodemon": "2.0.4",
"nodemon": "^2.0.4",
"reduce-css-calc": "^2.1.7",
"vue2-animate": "^2.1.3",
"vuepress": "^1.3.1",
"vuepress": "^1.5.2",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-code-switcher": "^1.0.3",
"vuepress-plugin-named-chunks": "^1.1.3",
"vuepress-plugin-reading-progress": "^1.0.9",
"vuepress-plugin-reading-progress": "^1.0.10",
"vuepress-plugin-seo": "^0.1.3",
"vuepress-plugin-sitemap": "2.1.2"
},
"resolutions": {
"watchpack": "1.6.1"
"vuepress-plugin-sitemap": "^2.3.1"
}
}

View File

@ -13,7 +13,28 @@ Kuboard v2.0.x 的更新说明
了解 [从Kuboard v1.0.x 升级到 Kuboard v2.0.x](./upgrade-1-2.html)
## v2.0.3-beta.3
## v2.0.3-beta.2
**发布日期**
2020年7月16日
**新特性**
* Service
* 支持 externalIPs 字段
* 支持 sessionAffinity 字段
* 支持 sessionAffinityConfig 字段
**优化**
* 文件浏览器,可以显示隐藏文件(夹)
* 存储卷
* 当存储卷对应的 storageClass 未定义时,仍然应该显示该存储卷;
* 存储类界面布局细节优化;
## v2.0.3-beta.1
**发布日期**

2085
yarn.lock

File diff suppressed because it is too large Load Diff