Skip to content

Commit

Permalink
Update minor version for kata/cilium/kube-router/helm
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut authored and k8s-ci-robot committed Nov 30, 2021
1 parent 2fd529a commit 279808b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ Note: Upstart/SysV init based OS types are not supported.
- [cni-plugins](https://github.com/containernetworking/plugins) v0.9.1
- [calico](https://github.com/projectcalico/calico) v3.20.3
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions)
- [cilium](https://github.com/cilium/cilium) v1.9.10
- [cilium](https://github.com/cilium/cilium) v1.9.11
- [flanneld](https://github.com/flannel-io/flannel) v0.14.0
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.8.1
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.3.1
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.3.2
- [multus](https://github.com/intel/multus-cni) v3.8
- [ovn4nfv](https://github.com/opnfv/ovn4nfv-k8s-plugin) v1.1.0
- [weave](https://github.com/weaveworks/weave) v2.8.1
Expand Down
15 changes: 8 additions & 7 deletions roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ kubeadm_version: "{{ kube_version }}"
etcd_version: v3.5.0
crun_version: 1.3
runc_version: v1.0.2
kata_containers_version: 2.2.2
kata_containers_version: 2.2.3
gvisor_version: 20210921

# gcr and kubernetes image repo define
Expand Down Expand Up @@ -83,13 +83,13 @@ flannel_version: "v0.14.0"
cni_version: "v0.9.1"
weave_version: 2.8.1
pod_infra_version: "3.3"
cilium_version: "v1.9.10"
cilium_version: "v1.9.11"
kube_ovn_version: "v1.8.1"
kube_router_version: "v1.3.1"
kube_router_version: "v1.3.2"
multus_version: "v3.8"
ovn4nfv_ovn_image_version: "v1.0.0"
ovn4nfv_k8s_plugin_image_version: "v1.1.0"
helm_version: "v3.7.0"
helm_version: "v3.7.1"
nerdctl_version: "0.12.1"
krew_version: "v0.4.2"

Expand Down Expand Up @@ -451,11 +451,11 @@ krew_archive_checksums:

helm_archive_checksums:
arm:
v3.7.0: c9609757e56fa11036da469c0b7f21b6e21f05618bc437451050a8507441fe1b
v3.7.1: e035e0022cf5c49d08c08371364aae9eebe614a20035856e7370a85ded8db790
amd64:
v3.7.0: 096e30f54c3ccdabe30a8093f8e128dba76bb67af697b85db6ed0453a2701bf9
v3.7.1: 6cd6cad4b97e10c33c978ff3ac97bb42b68f79766f1d2284cfd62ec04cd177f4
arm64:
v3.7.0: 03bf55435b4ebef739f862334bdfbf7b7eed714b94340a22298c485b6626aaca
v3.7.1: 57875be56f981d11957205986a57c07432e54d0b282624d68b1aeac16be70704

runc_checksums:
arm:
Expand Down Expand Up @@ -499,6 +499,7 @@ kata_containers_binary_checksums:
2.0.4: 022a60c2d92a5ab9a5eb83d5a95154a2d06fdc2206b2a473d902ccc86766371a
2.1.1: a83591d968cd0f1adfb5025d7aa33ca1385d4b1165ff10d74602302fc3c0373f
2.2.2: 2e3ac77b8abd4d839cf16780b57aee8f3d6e1f19489edd7d6d8069ea3cc3c18a
2.2.3: e207ab5c8128b50fe61f4f6f98fd34af0fa5ebc0793862be6d13a2674321774f
arm64:
2.0.4: 0
2.1.1: 0
Expand Down

0 comments on commit 279808b

Please sign in to comment.