This commit is contained in:
huanqing.shao
2020-03-17 00:26:28 +08:00
parent 3c03c18cfd
commit 1da6f50b74
6 changed files with 791 additions and 1836 deletions

View File

@ -69,7 +69,7 @@ module.exports = {
'@vuepress/back-to-top': {},
'@vuepress/last-updated': {
transformer: (timestamp, lang) => {
return dateFns.format(timestamp, 'YYYY-MM-DD HH:mm:ss')
return dateFns.format(timestamp, 'yyyy-MM-dd HH:mm:ss')
}
},
'vuepress-plugin-code-copy': {

37
package copy.json Normal file
View File

@ -0,0 +1,37 @@
{
"scripts": {
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build ."
},
"devDependencies": {
"@vssue/api-github-v4": "^1.2.1",
"@vssue/vuepress-plugin-vssue": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"@vuepress/plugin-nprogress": "^1.2.0",
"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",
"vuepress-plugin-code-switcher": "^1.0.0",
"vuepress-plugin-reading-progress": "^1.0.7",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-plugin-sitemap": "^2.1.2"
},
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.3.0",
"@vuepress/plugin-back-to-top": "^1.3.0",
"@vuepress/plugin-pwa": "^1.2.0",
"animated-number-vue": "^1.0.0",
"aos": "^3.0.0-beta.6",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.4",
"esm": "^3.2.25",
"npm": "^6.11.3",
"reduce-css-calc": "^2.1.6",
"vue2-animate": "^2.1.2",
"vuepress": "1.2.0",
"vuepress-plugin-named-chunks": "^1.0.2"
}
}

View File

@ -3,35 +3,32 @@
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build ."
},
"devDependencies": {
"@vssue/api-github-v4": "^1.2.1",
"@vssue/vuepress-plugin-vssue": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"@vuepress/plugin-nprogress": "^1.2.0",
"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",
"vuepress-plugin-code-switcher": "^1.0.0",
"vuepress-plugin-reading-progress": "^1.0.7",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-plugin-sitemap": "^2.1.2"
},
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.3.0",
"@vuepress/plugin-back-to-top": "^1.3.0",
"@vuepress/plugin-pwa": "^1.2.0",
"@vssue/api-github-v4": "^1.4.0",
"@vssue/vuepress-plugin-vssue": "^1.4.2",
"@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",
"animated-number-vue": "^1.0.0",
"aos": "^3.0.0-beta.6",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.4",
"aos": "^2.3.4",
"axios": "^0.19.2",
"babel-plugin-component": "^1.1.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.7.0",
"date-fns": "^2.11.0",
"esm": "^3.2.25",
"npm": "^6.11.3",
"reduce-css-calc": "^2.1.6",
"vue2-animate": "^2.1.2",
"vuepress": "1.2.0",
"vuepress-plugin-named-chunks": "^1.0.2"
"reduce-css-calc": "^2.1.7",
"vue2-animate": "^2.1.3",
"vuepress": "^1.3.1",
"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.2",
"vuepress-plugin-reading-progress": "^1.0.8",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-plugin-sitemap": "^2.3.1"
}
}

View File

@ -7,13 +7,26 @@ v1.0.7 已经支持了 kubectl proxy 的功能、v1.0.8 做 Deployment 的滚动
v1.0.8.1
**新特性**
**优化**
* 编辑 Annotation 的取值时可以换行;
* 调整 watcher 的长连接时间为 5 秒,以便在用户使用了反向代理的情况下,获得更及时的事件反馈信息;
**BUG修正**
* 如果两个 Deployment 的 label 相匹配ReplicaSets 显示会出现混淆的情况
* 调整镜像版本时 my-registry.example.com:5000/example/web-example:v1.0.1这种格式的镜像标签不显示v1.0.1而是显示5000/example/web-example
* 如果在代理后面使用 Kuboard
* 直接编辑 YAML 文件,并应用到 K8S
---
---

View File

@ -9,11 +9,27 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明
了解如何 [升级Kuboard](/install/install-dashboard-upgrade.html)
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.8</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.8.1</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">beta</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.8-beta.2</span>
Kuboard v1.0.x 的更新说明
v1.0.8.1
**发布日期**
2020年3月16日
**优化**
* 编辑 Annotation 的取值时可以换行;
* 调整 watcher 的长连接时间为 5 秒,以便在用户使用了反向代理的情况下,获得更及时的事件反馈信息;
**BUG修正**
* 如果两个 Deployment 的 label 相匹配ReplicaSets 显示会出现混淆的情况
* 调整镜像版本时 my-registry.example.com:5000/example/web-example:v1.0.1这种格式的镜像标签不显示v1.0.1而是显示5000/example/web-example
## v1.0.8
**发布日期**

2504
yarn.lock

File diff suppressed because it is too large Load Diff