mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Update CNI plugins to v0.8.7
ref: https://github.com/containernetworking/plugins/releases/tag/v0.8.7 Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
02b5b60ecd
commit
e59d9f372d
@ -26,7 +26,7 @@ dependencies:
|
||||
|
||||
# CNI plugins
|
||||
- name: "cni"
|
||||
version: 0.8.6
|
||||
version: 0.8.7
|
||||
refPaths:
|
||||
- path: build/workspace.bzl
|
||||
match: CNI_VERSION =
|
||||
|
@ -17,13 +17,13 @@ load("//build:workspace_mirror.bzl", "mirror")
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
|
||||
load("@io_bazel_rules_docker//container:container.bzl", "container_pull")
|
||||
|
||||
CNI_VERSION = "0.8.6"
|
||||
CNI_VERSION = "0.8.7"
|
||||
_CNI_TARBALL_ARCH_SHA256 = {
|
||||
"amd64": "994fbfcdbb2eedcfa87e48d8edb9bb365f4e2747a7e47658482556c12fd9b2f5",
|
||||
"arm": "28e61b5847265135dc1ca397bf94322ecce4acab5c79cc7d360ca3f6a655bdb7",
|
||||
"arm64": "43fbf750c5eccb10accffeeb092693c32b236fb25d919cf058c91a677822c999",
|
||||
"ppc64le": "61d6c6c15d3e4fa3eb85d128c9c0ff2658f38e59047ae359be47d193c673e116",
|
||||
"s390x": "ca126a3bd2cd8dff1c7bbfc3c69933b284c4e77614391c7e1f74b0851fc3b289",
|
||||
"amd64": "977824932d5667c7a37aa6a3cbba40100a6873e7bd97e83e8be837e3e7afd0a8",
|
||||
"arm": "5757778f4c322ffd93d7586c60037b81a2eb79271af6f4edf9ff62b4f7868ed9",
|
||||
"arm64": "ae13d7b5c05bd180ea9b5b68f44bdaa7bfb41034a2ef1d68fd8e1259797d642f",
|
||||
"ppc64le": "70a8c5448ed03a3b27c6a89499a05285760a45252ec7eae4190c70ba5400d4ba",
|
||||
"s390x": "3a0008f98ea5b4b6fd367cac3d8096f19bc080a779cf81fd0bcbc5bd1396ace7",
|
||||
}
|
||||
|
||||
CRI_TOOLS_VERSION = "1.19.0"
|
||||
|
@ -142,7 +142,7 @@ export WINDOWS_CNI_CONFIG_DIR="${WINDOWS_K8S_DIR}\cni\config"
|
||||
# CNI storage path for Windows nodes
|
||||
export WINDOWS_CNI_STORAGE_PATH="https://storage.googleapis.com/k8s-artifacts-cni/release"
|
||||
# CNI version for Windows nodes
|
||||
export WINDOWS_CNI_VERSION="v0.8.6"
|
||||
export WINDOWS_CNI_VERSION="v0.8.7"
|
||||
# Pod manifests directory for Windows nodes on Windows nodes.
|
||||
export WINDOWS_MANIFESTS_DIR="${WINDOWS_K8S_DIR}\manifests"
|
||||
# Directory where cert/key files will be stores on Windows nodes.
|
||||
|
@ -24,8 +24,8 @@ set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
### Hardcoded constants
|
||||
DEFAULT_CNI_VERSION="v0.8.6"
|
||||
DEFAULT_CNI_SHA1="a31251105250279fe57b4474d91d2db1d4d48b5a"
|
||||
DEFAULT_CNI_VERSION="v0.8.7"
|
||||
DEFAULT_CNI_SHA1="96a30cb67e33da95fb1d99f93dd787c2a3c08627"
|
||||
DEFAULT_NPD_VERSION="v0.8.0"
|
||||
DEFAULT_NPD_SHA1="9406c975b1b035995a137029a004622b905b4e7f"
|
||||
DEFAULT_CRICTL_VERSION="v1.19.0"
|
||||
|
@ -27,7 +27,7 @@ import (
|
||||
// utils.go contains functions used across test suites.
|
||||
|
||||
const (
|
||||
cniVersion = "v0.8.6"
|
||||
cniVersion = "v0.8.7"
|
||||
cniArch = "amd64"
|
||||
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
|
||||
cniConfDirectory = "cni/net.d"
|
||||
|
Loading…
Reference in New Issue
Block a user