File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed
Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ CNCF 一致性认证项目(https://github.com/cncf/k8s-conformance) 可以很方
66
77自kubeasz 3.0.0 版本,k8s v1.20.2开始,正式通过cncf一致性认证,成为cncf 官方认证安装工具;后续k8s主要版本发布或者kubeasz有大版本更新,会优先确保通过集群一致性认证。
88
9- - v1.32 [ 进行中] ( )
9+ - v1.33 [ 进行中] ( )
10+ - v1.32 [ 已认证] ( https://github.com/cncf/k8s-conformance/tree/master/v1.32/kubeasz )
1011- v1.31 [ 已认证] ( https://github.com/cncf/k8s-conformance/tree/master/v1.31/kubeasz )
1112- v1.30 [ 已认证] ( https://github.com/cncf/k8s-conformance/tree/master/v1.30/kubeasz )
1213- v1.29 [ 已认证] ( https://github.com/cncf/k8s-conformance/tree/master/v1.29/kubeasz )
Original file line number Diff line number Diff line change 1+ ## kubeasz 3.6.7
2+
3+ kubeasz 3.6.7 发布:支持k8s v1.33 版本,组件更新和bugfix。
4+
5+ ### 版本更新
6+
7+ - k8s: v1.33.1
8+ - etcd: v3.5.21
9+ - containerd: 2.1.1
10+ - runc: v1.2.6
11+ - calico: v3.28.4
12+ - cilium: 1.17.4
13+ - coredns: 1.12.1
14+ - cni: v1.7.1
15+ - dnsNodeCache: 1.25.0
16+ - harbor: v2.12.4
17+ - local-path-provisioner: v0.0.31
18+ - dashboard 7.12.0
19+
20+ ### 更新
21+
22+ - 增加可选组件` kubeblocks ` 集成,增加多种数据库高可用方案
23+ - 重写脚本ezdown中关于镜像下载保存部分,清理冗余,增加错误错误处理
24+ - 修复添加/删除master节点时/etc/hosts问题 #1464
25+ - 修复使用静态编译的containerd二进制,并设置日志为warn级别,避免当容器使用exec类健康检查时产生过多日志
26+ - 修复./ezdown -D 偶发403报错 #1470
27+ - 修复cilium 组件原cilium_connectivity_check脚本执行条件
28+
29+ ### 文档更新
30+
31+ - 更新一致性认证文档 conformance.md
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set -o pipefail
1515
1616# default settings, can be overridden by cmd line options, see usage
1717DOCKER_VER=28.0.4
18- KUBEASZ_VER=3.6.6
18+ KUBEASZ_VER=3.6.7
1919K8S_BIN_VER=v1.33.1
2020# https://github.com/easzlab/dockerfile-kubeasz-ext-bin
2121EXT_BIN_VER=1.12.5
You can’t perform that action at this time.
0 commit comments