Skip to content

Commit 91029cf

Browse files
authored
Update CNI plugins to v0.8.7 (#818)
* Update CNI plugins to v0.8.7 * Update test fixtures
1 parent 7fac51d commit 91029cf

File tree

59 files changed

+60
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+60
-60
lines changed

pkg/userdata/centos/testdata/kubelet-v1.15-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ write_files:
9090
cni_bin_dir=/opt/cni/bin
9191
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
9292
arch=${HOST_ARCH:-amd64}
93-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
93+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
9494
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
9595
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
9696
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

pkg/userdata/centos/testdata/kubelet-v1.16-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ write_files:
9090
cni_bin_dir=/opt/cni/bin
9191
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
9292
arch=${HOST_ARCH:-amd64}
93-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
93+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
9494
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
9595
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
9696
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

pkg/userdata/centos/testdata/kubelet-v1.17-aws-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ write_files:
9090
cni_bin_dir=/opt/cni/bin
9191
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
9292
arch=${HOST_ARCH:-amd64}
93-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
93+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
9494
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
9595
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
9696
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

pkg/userdata/centos/testdata/kubelet-v1.17-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ write_files:
9090
cni_bin_dir=/opt/cni/bin
9191
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
9292
arch=${HOST_ARCH:-amd64}
93-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
93+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
9494
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
9595
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
9696
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

pkg/userdata/centos/testdata/kubelet-v1.17-vsphere-mirrors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ write_files:
103103
cni_bin_dir=/opt/cni/bin
104104
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
105105
arch=${HOST_ARCH:-amd64}
106-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
106+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
107107
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
108108
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
109109
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

pkg/userdata/centos/testdata/kubelet-v1.17-vsphere-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ write_files:
103103
cni_bin_dir=/opt/cni/bin
104104
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
105105
arch=${HOST_ARCH:-amd64}
106-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
106+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
107107
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
108108
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
109109
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

pkg/userdata/centos/testdata/kubelet-v1.17-vsphere.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ write_files:
9595
cni_bin_dir=/opt/cni/bin
9696
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
9797
arch=${HOST_ARCH:-amd64}
98-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
98+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
9999
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
100100
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
101101
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

pkg/userdata/coreos/testdata/auto-update-openstack-kubelet-v-version-prefix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ storage:
400400
cni_bin_dir=/opt/cni/bin
401401
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
402402
arch=${HOST_ARCH:-amd64}
403-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
403+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
404404
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
405405
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
406406
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

pkg/userdata/coreos/testdata/v1.15.0-vsphere.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ storage:
397397
cni_bin_dir=/opt/cni/bin
398398
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
399399
arch=${HOST_ARCH:-amd64}
400-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
400+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
401401
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
402402
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
403403
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

pkg/userdata/coreos/testdata/v1.16.2-vsphere-static-ipconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ storage:
419419
cni_bin_dir=/opt/cni/bin
420420
mkdir -p /etc/cni/net.d /etc/kubernetes/dynamic-config-dir /etc/kubernetes/manifests "$opt_bin" "$cni_bin_dir"
421421
arch=${HOST_ARCH:-amd64}
422-
CNI_VERSION="${CNI_VERSION:-v0.8.6}"
422+
CNI_VERSION="${CNI_VERSION:-v0.8.7}"
423423
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
424424
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
425425
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"

0 commit comments

Comments
 (0)