v3.0.1-beta.1

This commit is contained in:
huanqing.shao
2021-02-06 20:38:06 +08:00
parent 52ffe603fd
commit 9f6de572ac
3 changed files with 23 additions and 3 deletions

View File

@ -24,8 +24,8 @@ export default {
},
items () {
let items = []
// items.push({ channel: 'latest', dockerTag: 'eipwork/kuboard:latest', version: this.currentVersion.latest.version, buildDate: this.currentVersion.latest.buildDate })
items.push({ channel: 'beta', dockerTag: 'eipwork/kuboard:v3-beta', version: this.currentVersion.beta.version, buildDate: this.currentVersion.beta.buildDate })
items.push({ channel: 'v3', dockerTag: 'eipwork/kuboard:v3', version: this.currentVersion.latest.version, buildDate: this.currentVersion.latest.buildDate })
// items.push({ channel: 'beta', dockerTag: 'eipwork/kuboard:v3-beta', version: this.currentVersion.beta.version, buildDate: this.currentVersion.beta.buildDate })
// items.push({ channel: 'arm', dockerTag: 'eipwork/kuboard:arm', version: this.currentVersion.arm.version, buildDate: this.currentVersion.arm.buildDate })
return items
}

View File

@ -32,7 +32,7 @@ yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
# 安装 containerd
yum update -y && sudo yum install -y containerd.io-1.4.3
yum install -y containerd.io-1.4.3
mkdir -p /etc/containerd
containerd config default > /etc/containerd/config.toml

View File

@ -11,6 +11,26 @@ description: 本文描述了Kuboard_v3.0.x的版本变更说明
<!-- <CurrentVersion/> -->
## v3.0.1-beta.1
**发布日期**
2021年2月6日
**优化**
* 工作负载详情页:
* 重构 Deployment 详情面;
* 重构 StatefulSet 详情页;
* 重构 DaemonSet 详情页;
* 集群列表页面中,以弹出框的形式打开集群入口,避免集群卡片过多时可能产生的样式混乱;
**BUG修正**
* TopPods 页面:
* 排序按钮的链接错误;
* CPU 单位为 `m` 时,不能正确显示 cpu 使用量的问题;
## v3.0.0.5
**发布日期**