Browse Source

Cilium v1.13.0 (#9879)

Signed-off-by: utam0k <k0ma@utam0k.jp>
pull/9060/head
Toru Komatsu 1 year ago
committed by GitHub
parent
commit
3a5f5692ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions
  1. 2
      README.md
  2. 7
      roles/download/defaults/main.yml

2
README.md

@ -159,7 +159,7 @@ Note: Upstart/SysV init based OS types are not supported.
- [cni-plugins](https://github.com/containernetworking/plugins) v1.2.0
- [calico](https://github.com/projectcalico/calico) v3.25.0
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions)
- [cilium](https://github.com/cilium/cilium) v1.12.1
- [cilium](https://github.com/cilium/cilium) v1.13.0
- [flannel](https://github.com/flannel-io/flannel) v0.20.2
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.10.7
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.5.1

7
roles/download/defaults/main.yml

@ -119,8 +119,8 @@ cni_version: "v1.2.0"
weave_version: 2.8.1
pod_infra_version: "3.8"
cilium_version: "v1.12.1"
cilium_cli_version: "v0.12.5"
cilium_version: "v1.13.0"
cilium_cli_version: "v0.13.1"
cilium_enable_hubble: false
kube_ovn_version: "v1.10.7"
@ -607,12 +607,15 @@ ciliumcli_binary_checksums:
arm:
v0.12.4: 8e0596d321c97a55449942c2ebd8bb0102dc6a9381919287e383b679cee8f524
v0.12.5: 1c9a8cf8df62eb814d6c90f6ad6a1c074f991fde5b5573059d27729f12619496
v0.13.1: a9c06e31a693641c0685bee387c098acfafb1e270683cc884c61b7aceccc1d39
amd64:
v0.12.4: 6b4f899fa09b6558a89a32ace3be4dedca08b7f4b76f04931ed1ffb2de8965e2
v0.12.5: 6b2c9031e4264482b18873ad337394442b8787d6ac26e16e865d36f320c650f0
v0.13.1: dfabb7a080cd2ae40c71e51980183949bd5ce76184ac439ef32f988825cb275d
arm64:
v0.12.4: e037f34fded56e4199e9e7ff1ce623d2516be7116a6490e02377f786acec5bda
v0.12.5: 622590edb9cf95dd2a89e6c20967bc47aed49b9b2a6d4a21a891d36f6fb73523
v0.13.1: d35ac7bc180eb38bd6eb059eded5a616663fe507fac2b7982fbc9bb5176ea7d1
ppc64le:
v0.12.4: 0
v0.12.5: 0

Loading…
Cancel
Save