From 73e1f8d630bb4442b7b62f0eafd06f85e5fd1b1f Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Sun, 1 Dec 2019 21:45:11 +0800 Subject: [PATCH] kuboard-v1.0.5-beta.3 --- .vuepress/components/ad-list.js | 40 ++++++++++----------- .vuepress/public/landing.html | 2 +- support/change-log/change-log-on-the-way.md | 11 ------ support/change-log/v1.0.x.md | 13 +++++++ 4 files changed, 34 insertions(+), 32 deletions(-) diff --git a/.vuepress/components/ad-list.js b/.vuepress/components/ad-list.js index 360828f..e8597a9 100644 --- a/.vuepress/components/ad-list.js +++ b/.vuepress/components/ad-list.js @@ -4,17 +4,17 @@ module.exports = [ description: 'Kubernetes,', strong: '一键离线安装', action: '去看看', - url: 'http://store.lameleg.com?referrer=shaohq', - weight: 1 - }, - { - name: '阳明的博客', - description: 'Kubernetes,', - strong: '实战课程', - action: '去看看', - url: 'https://www.qikqiak.com/post/promotion-51/', - weight: 1 + url: 'https://github.com/fanux/sealos', + weight: 50 }, + // { + // name: '阳明的博客', + // description: 'Kubernetes,', + // strong: '实战课程', + // action: '去看看', + // url: 'https://www.qikqiak.com/post/promotion-51/', + // weight: 1 + // }, { name: '极客时间', description: '精要30计,让DevOps快速落地。', @@ -29,7 +29,7 @@ module.exports = [ strong: '百款云产品一折起', action: '去抢', url: 'https://cloud.tencent.com/act/cps/redirect?redirect=1050&cps_key=2ee6baa049659f4713ddc55a51314372&from=console', - weight: 67 + weight: 30 }, { name: '阿里云', @@ -37,16 +37,16 @@ module.exports = [ strong: '低至一折', action: '去抢', url: 'https://www.aliyun.com/1111/2019/home?userCode=obezo3pg', - weight: 30 + weight: 10 }, - { - name: 'Kubetrain', - description: 'K8S在线直播培训,首次开班优惠', - strong: '不满意可无条件退款', - action: '再不去没名额啦', - url: 'https://kubetrain.cn/?from=kuboard-ads', - weight: 30 - } + // { + // name: 'Kubetrain', + // description: 'K8S在线直播培训,首次开班优惠', + // strong: '不满意可无条件退款', + // action: '再不去没名额啦', + // url: 'https://kubetrain.cn/?from=kuboard-ads', + // weight: 30 + // } // { // name: '宝塔面板', diff --git a/.vuepress/public/landing.html b/.vuepress/public/landing.html index e2d4ced..adf50b0 100755 --- a/.vuepress/public/landing.html +++ b/.vuepress/public/landing.html @@ -167,7 +167,7 @@ - + 容忍 - -**优化** - -* 显示资源对象全名时的交互体验问题 -* 将预览YAML文件复制到剪贴板 -* 提示ping Service失败 -* - **BUG 修复** diff --git a/support/change-log/v1.0.x.md b/support/change-log/v1.0.x.md index 75679c0..4da818d 100644 --- a/support/change-log/v1.0.x.md +++ b/support/change-log/v1.0.x.md @@ -11,6 +11,19 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明 Kuboard v1.0.x 的更新说明 +## v1.0.5-beta.3 + +**新特性** + +* 工作负载编辑器 --> 容忍 + +**优化** + +* 显示资源对象全名时的交互体验问题 +* 将预览YAML文件复制到剪贴板 +* 提示ping Service失败 +* 工作负载查看界面 --> 容器详情 --> 更多信息改为抽屉式显示,以便完整地显示容器的环境变量 + ## v1.0.5-beta.2 **发布日期**