Skip to content

Commit

Permalink
Update Crane v1.25.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotstone.io committed Sep 15, 2023
1 parent 2b08494 commit 04ab1d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG/CHANGELOG-1.25.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [v1.25.11.0 更新内容](#v125110)
- [v1.25.12.0 更新内容](#v125120)
- [v1.25.13.0 更新内容](#v125130)
- [v1.25.14.0 更新内容](#v125140)

# Updated Instructions

Expand Down Expand Up @@ -125,4 +126,8 @@ Crane 以更新至 1.25.12.0 版本。

# v1.25.13.0

Crane 以更新至 1.25.13.0 版本。
Crane 以更新至 1.25.13.0 版本。

# v1.25.14.0

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

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

0 comments on commit 04ab1d6

Please sign in to comment.