Skip to content

Commit

Permalink
kubeasz release 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed May 28, 2023
1 parent c3c43f2 commit 7201237
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions docs/release-notes/kubeasz-3.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## kubeasz 3.6.1

kubeasz 3.6.1 发布:支持k8s v1.27版本,组件更新和一些bugfix。

### 版本更新

- k8s: v1.27.2
- calico: v3.24.6
- kube-ovn: v1.11.5
- kube-router: v1.5.4

### 增加应用部署插件 kubeapps

Kubeapps 是一个基于 Web 的应用程序,它可以在 Kubernetes 集群上进行一站式安装,并使用户能够部署、管理和升级应用
程序。https://github.com/easzlab/kubeasz/blob/master/docs/guide/kubeapps.md

### 重要更新

- 重写`ezdown`脚本支持下载额外的应用容器镜像
- 增加`local-path-provisioner`本地文件目录提供者
- 设置允许kubelet并行拉取容器镜像

### 其他

- 增加kubectl-node-shell 脚本
- 修复ansible connect local 是 python 解析器不确定问题
- 修复typo #1273
- 部分文档更新
6 changes: 3 additions & 3 deletions ezdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ set -o pipefail

# default settings, can be overridden by cmd line options, see usage
DOCKER_VER=20.10.24
KUBEASZ_VER=3.6.0
K8S_BIN_VER=v1.27.1
KUBEASZ_VER=3.6.1
K8S_BIN_VER=v1.27.2
EXT_BIN_VER=1.7.1
SYS_PKG_VER=1.0.0
HARBOR_VER=v2.6.4
REGISTRY_MIRROR=CN

# images downloaded by default(with '-D')
calicoVer=v3.24.5
calicoVer=v3.24.6
corednsVer=1.9.3
dnsNodeCacheVer=1.22.20
dashboardVer=v2.7.0
Expand Down

0 comments on commit 7201237

Please sign in to comment.