Skip to content

Commit dfd5957

Browse files
committed
Update crictl to v1.16.1.
1 parent 652f401 commit dfd5957

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies:
7979
match: CoreDNSVersion =
8080

8181
- name: "crictl"
82-
version: 1.14.0
82+
version: 1.16.1
8383
refPaths:
8484
- path: build/workspace.bzl
8585
match: CRI_TOOLS_VERSION =

build/workspace.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ _CNI_TARBALL_ARCH_SHA256 = {
2626
"s390x": "415cdcf02c65c22f5b7e55b0ab61208a10f2b95a0c8310176c771d07a9f448cf",
2727
}
2828

29-
CRI_TOOLS_VERSION = "1.14.0"
29+
CRI_TOOLS_VERSION = "1.16.1"
3030
_CRI_TARBALL_ARCH_SHA256 = {
31-
"amd64": "483c90a9fe679590df4332ba807991c49232e8cd326c307c575ecef7fe22327b",
32-
"arm": "9910cecfd6558239ba015323066c7233d8371af359b9ddd0b2a35d5223bcf945",
33-
"arm64": "f76b3d00a272c8d210e9a45f77d07d3770bee310d99c4fd9a72d6f55278882e5",
34-
"ppc64le": "1e2cd11a1e025ed9755521cf13bb1bda986afa0052597a9bb44d31e62583413b",
35-
"s390x": "8b7b5749cba88ef337997ae90aa04380e3cab2c040b44b505b2fcd691c4935e4",
31+
"amd64": "19fed421710fccfe58f5573383bb137c19438a9056355556f1a15da8d23b3ad1",
32+
"arm": "367826f3eb06c4d923f3174d23141ddacef9ffcb0c902502bd922dbad86d08dd",
33+
"arm64": "62b60ab7046b788df892a1b746bd602c520a59c38232febc0580692c9805f641",
34+
"ppc64le": "d6464188a5011242b8dad22cb1e55d8cb29d6873f3d1f3f3c32bb236d3fca64e",
35+
"s390x": "f3d5e707810d7985f6a470ea439ca5989c0ee218a824795ed1726f4958281a2d",
3636
}
3737

3838
ETCD_VERSION = "3.3.15"

cluster/gce/gci/configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ DEFAULT_CNI_VERSION="v0.7.5"
2828
DEFAULT_CNI_SHA1="52e9d2de8a5f927307d9397308735658ee44ab8d"
2929
DEFAULT_NPD_VERSION="v0.7.1"
3030
DEFAULT_NPD_SHA1="a9cae965973d586bf5206ad4fe5aae07e6bfd154"
31-
DEFAULT_CRICTL_VERSION="v1.14.0"
32-
DEFAULT_CRICTL_SHA1="1f93c6183d0a4e186708efe7899da7a7bce9c736"
31+
DEFAULT_CRICTL_VERSION="v1.16.1"
32+
DEFAULT_CRICTL_SHA1="8d7b788bf0a52bd3248407c6ebf779ffead27c99"
3333
DEFAULT_MOUNTER_TAR_SHA="8003b798cf33c7f91320cd6ee5cec4fa22244571"
3434
###
3535

0 commit comments

Comments
 (0)