Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Crane v1.28.2.0 #293

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG/CHANGELOG-1.28.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ Crane 以更新至 1.28.0.0 版本。

# v1.28.1.0

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

# v1.28.2.0

Crane 以更新至 1.28.2.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.28.1'
k8s_version: 'v1.28.2'

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