Skip to content

Commit

Permalink
Update Crane v1.27.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotstone.io committed Aug 31, 2023
1 parent 233b622 commit 00ccae8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG/CHANGELOG-1.27.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [v1.27.3.0 更新内容](#v12730)
- [v1.27.4.0 更新内容](#v12740)
- [v1.27.4.1 更新内容](#v12741)
- [v1.27.5.0 更新内容](#v12750)

# Updated Instructions

Expand Down Expand Up @@ -38,4 +39,8 @@ Crane 以更新至 1.27.4.0 版本。

Crane 以更新至 1.27.4.1 版本。

更新 cilium 1.13.1 => 1.13.5。
更新 cilium 1.13.1 => 1.13.5。

# v1.27.5.0

Crane 以更新至 1.27.5.0 版本。
4 changes: 2 additions & 2 deletions crane/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# 部署 Kubernetes 对应版本, 不建议修改, 如需修改请修改小版本进行部署测试, 大版本会引发部署参数不支持等问题.
# 如使用镜像方式部署, 不能修改
# https://github.com/kubernetes/kubernetes/releases
k8s_version: 'v1.27.4'
k8s_version: 'v1.27.5'

# 避免大版本中组件的版本差异, 使用 build 版本作为差异配置项, 在项目中可以看做如下使用 '{{ k8s_version }}.{{ build_k8s_version }}'
build_k8s_version: '1'
build_k8s_version: '0'

# OS Drive/Arch Type
os_drive: 'linux'
Expand Down

0 comments on commit 00ccae8

Please sign in to comment.