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.0.1 #291

Merged
merged 2 commits into from
Aug 16, 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
7 changes: 6 additions & 1 deletion CHANGELOG/CHANGELOG-1.28.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ Crane 以更新至 1.28.0.0 版本。
* runC 1.1.4 > 1.1.9
* pause 3.7 > 3.9

从 1.28.0 版本开始, 修改 `cri_k8s_default` 使用 docker 为默认 cri, 因使用太不习惯, 如果有特殊需求使用前修改 `cri_k8s_default`。
从 1.28.0 版本开始, 修改 `cri_k8s_default` 使用 docker 为默认 cri, 因使用太不习惯, 如果有特殊需求使用前修改 `cri_k8s_default`。

# v1.28.0.1

升级 cilium 客户端二进制文件为 1.14.1。

2 changes: 1 addition & 1 deletion crane/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
k8s_version: 'v1.28.0'

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

# OS Drive/Arch Type
os_drive: 'linux'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ignore_errors: true

- name: Download Cilium Package
shell: "wget -qO- 'https://github.com/slzcc/crane/releases/download/v1.25.4.1/cilium' > {{ kubernetes_ctl_path }}cilium"
shell: "wget -qO- 'https://github.com/slzcc/crane/releases/download/v1.28.0.1/cilium' > {{ kubernetes_ctl_path }}cilium"
environment:
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"
Expand Down
Loading