Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit c1e293f

Browse files
authored
Merge pull request #731 from stealthybox/bump-cni-0.8.7
Bump CNI to v0.8.7
2 parents 4307e68 + e601fde commit c1e293f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install:
1717
# Install containerd if it's not present -- prevents breaking docker-ce installations
1818
- kvm-ok
1919
- |
20-
export CNI_VERSION=v0.8.5
20+
export CNI_VERSION=v0.8.7
2121
export ARCH=$([ $(uname -m) = "x86_64" ] && echo amd64 || echo arm64)
2222
sudo mkdir -p /opt/cni/bin
2323
curl -sSL https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | sudo tar -xz -C /opt/cni/bin

docs/arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We don't know of a built-in way to install containerd on Gentoo, but you can ext
3030

3131
CNI may be installed with the normal instructions.
3232
Just remember to change the architecture to `arm64`.
33-
The minimum CNI version supported is `v0.8.5`.
33+
The minimum CNI version supported is `v0.8.7`.
3434

3535
## Ignite
3636

docs/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ With time, we aim to eliminate as many of these as possible.
5858
### CNI plugins
5959

6060
```shell
61-
export CNI_VERSION=v0.8.5
61+
export CNI_VERSION=v0.8.7
6262
export ARCH=$([ $(uname -m) = "x86_64" ] && echo amd64 || echo arm64)
6363
curl -sSL https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | tar -xz -C /opt/cni/bin
6464
```

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ which containerd || amazon-linux-extras enable docker && yum install -y containe
7979
Install the CNI binaries like this:
8080

8181
```shell
82-
export CNI_VERSION=v0.8.5
82+
export CNI_VERSION=v0.8.7
8383
export ARCH=$([ $(uname -m) = "x86_64" ] && echo amd64 || echo arm64)
8484
sudo mkdir -p /opt/cni/bin
8585
curl -sSL https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | sudo tar -xz -C /opt/cni/bin

0 commit comments

Comments
 (0)