Skip to content

Commit e3c3f75

Browse files
authored
Merge pull request kubernetes#75658 from feiskyer/cri-tools-1.14
Update cri-tools to v1.14.0
2 parents 0cd40a6 + 1406e2b commit e3c3f75

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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.12.0"
29+
CRI_TOOLS_VERSION = "1.14.0"
3030
_CRI_TARBALL_ARCH_SHA256 = {
31-
"amd64": "e7d913bcce40bf54e37ab1d4b75013c823d0551e6bc088b217bc1893207b4844",
32-
"arm": "ca6b4ac80278d32d9cc8b8b19de140fd1cc35640f088969f7068fea2df625490",
33-
"arm64": "8466f08b59bf36d2eebcb9428c3d4e6e224c3065d800ead09ad730ce374da6fe",
34-
"ppc64le": "ec6254f1f6ffa064ba41825aab5612b7b005c8171fbcdac2ca3927d4e393000f",
35-
"s390x": "814aa9cd496be416612c2653097a1c9eb5784e38aa4889034b44ebf888709057",
31+
"amd64": "483c90a9fe679590df4332ba807991c49232e8cd326c307c575ecef7fe22327b",
32+
"arm": "9910cecfd6558239ba015323066c7233d8371af359b9ddd0b2a35d5223bcf945",
33+
"arm64": "f76b3d00a272c8d210e9a45f77d07d3770bee310d99c4fd9a72d6f55278882e5",
34+
"ppc64le": "1e2cd11a1e025ed9755521cf13bb1bda986afa0052597a9bb44d31e62583413b",
35+
"s390x": "8b7b5749cba88ef337997ae90aa04380e3cab2c040b44b505b2fcd691c4935e4",
3636
}
3737

3838
ETCD_VERSION = "3.3.10"

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.6.3"
3030
DEFAULT_NPD_SHA1="3a6ac56be6c121f1b94450bfd1a81ad28d532369"
31-
DEFAULT_CRICTL_VERSION="v1.12.0"
32-
DEFAULT_CRICTL_SHA1="82ef8b44849f9da0589c87e9865d4716573eec7f"
31+
DEFAULT_CRICTL_VERSION="v1.14.0"
32+
DEFAULT_CRICTL_SHA1="1f93c6183d0a4e186708efe7899da7a7bce9c736"
3333
DEFAULT_MOUNTER_TAR_SHA="8003b798cf33c7f91320cd6ee5cec4fa22244571"
3434
###
3535

0 commit comments

Comments
 (0)