File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## kubeasz 3.5.3
2
+
3
+ kubeasz 3.5.3 发布,组件版本更新,以及修复etcd集群恢复问题。
4
+
5
+ ### 组件更新
6
+
7
+ - k8s: v1.26.4
8
+ - etcd: v3.5.6
9
+ - containerd: 1.6.20
10
+ - runc: v1.1.5
11
+ - cni: v1.2.0
12
+ - crictl: v1.26.1
13
+ - helm: v3.11.2
14
+ - ansible-core: v2.14.4
15
+
16
+ ### 集群恢复脚本修复
17
+
18
+ PR #1193 引入一个集群恢复bug:多节点etcd集群恢复时,每个节点都选自己为主节点的问题。
19
+
20
+ 目前已修复,感谢 zhangshijle 提醒并提供详细测试情况。
21
+
22
+ ### 其他
23
+
24
+ - 调整:cni 下载目录和运行目录,避免问题 #1248
25
+ - 调整:containerd的运行目录
26
+ - 修复:离线安装时容器镜像下载脚本
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ set -o pipefail
14
14
15
15
# default settings, can be overridden by cmd line options, see usage
16
16
DOCKER_VER=20.10.22
17
- KUBEASZ_VER=3.5.2
18
- K8S_BIN_VER=v1.26.1
19
- EXT_BIN_VER=1.6.6
17
+ KUBEASZ_VER=3.5.3
18
+ K8S_BIN_VER=v1.26.4
19
+ EXT_BIN_VER=1.7.1
20
20
SYS_PKG_VER=0.5.2
21
21
HARBOR_VER=v2.6.3
22
22
REGISTRY_MIRROR=CN
You can’t perform that action at this time.
0 commit comments