Skip to content

Commit 099d139

Browse files
committed
kubeasz release 3.5.3
1 parent 2f810e0 commit 099d139

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

docs/release-notes/kubeasz-3.5.3.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
- 修复:离线安装时容器镜像下载脚本

ezdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ set -o pipefail
1414

1515
# default settings, can be overridden by cmd line options, see usage
1616
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
2020
SYS_PKG_VER=0.5.2
2121
HARBOR_VER=v2.6.3
2222
REGISTRY_MIRROR=CN

0 commit comments

Comments
 (0)