Skip to content

Commit

Permalink
kubeasz release 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed Apr 16, 2023
1 parent 2f810e0 commit 099d139
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions docs/release-notes/kubeasz-3.5.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## kubeasz 3.5.3

kubeasz 3.5.3 发布,组件版本更新,以及修复etcd集群恢复问题。

### 组件更新

- k8s: v1.26.4
- etcd: v3.5.6
- containerd: 1.6.20
- runc: v1.1.5
- cni: v1.2.0
- crictl: v1.26.1
- helm: v3.11.2
- ansible-core: v2.14.4

### 集群恢复脚本修复

PR #1193 引入一个集群恢复bug:多节点etcd集群恢复时,每个节点都选自己为主节点的问题。

目前已修复,感谢 zhangshijle 提醒并提供详细测试情况。

### 其他

- 调整:cni 下载目录和运行目录,避免问题 #1248
- 调整:containerd的运行目录
- 修复:离线安装时容器镜像下载脚本
6 changes: 3 additions & 3 deletions ezdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ set -o pipefail

# default settings, can be overridden by cmd line options, see usage
DOCKER_VER=20.10.22
KUBEASZ_VER=3.5.2
K8S_BIN_VER=v1.26.1
EXT_BIN_VER=1.6.6
KUBEASZ_VER=3.5.3
K8S_BIN_VER=v1.26.4
EXT_BIN_VER=1.7.1
SYS_PKG_VER=0.5.2
HARBOR_VER=v2.6.3
REGISTRY_MIRROR=CN
Expand Down

0 comments on commit 099d139

Please sign in to comment.