Skip to content

Commit cf3f9fa

Browse files
committed
Bump cri-tools version in markdown docs
This updates the markdown referenced versions to Kubernetes v1.17.0. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 4497522 commit cf3f9fa

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Version matrix:
2323

2424
| Kubernetes Version | cri-tools Version | cri-tools branch |
2525
|--------------------|-------------------|------------------|
26-
| 1.17.x | v1.17.0 | master |
26+
| 1.18.x | v1.18.0 | master |
27+
| 1.17.x | v1.17.0 | release-1.17 |
2728
| 1.16.x | v1.16.0 | release-1.16 |
2829
| 1.15.X | v1.15.0 | release-1.15 |
2930
| 1.14.X | v1.14.0 | release-1.14 |
@@ -42,7 +43,7 @@ See the [roadmap](docs/roadmap.md) for information about current and future mile
4243
### Install crictl
4344

4445
```sh
45-
VERSION="v1.16.1"
46+
VERSION="v1.17.0"
4647
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/crictl-$VERSION-linux-amd64.tar.gz
4748
sudo tar zxvf crictl-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
4849
rm -f crictl-$VERSION-linux-amd64.tar.gz
@@ -51,7 +52,7 @@ rm -f crictl-$VERSION-linux-amd64.tar.gz
5152
### Install critest
5253

5354
```sh
54-
VERSION="v1.16.1"
55+
VERSION="v1.17.0"
5556
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz
5657
sudo tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
5758
rm -f critest-$VERSION-linux-amd64.tar.gz

docs/benchmark.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CRI performance benchmarking provides a benchmarking framework for CRI-compatibl
77
The benchmarking tests binary `critest` can be downloaded from [Releasing page](https://github.com/kubernetes-sigs/cri-tools/releases):
88

99
```sh
10-
VERSION="v1.16.0"
10+
VERSION="v1.17.0"
1111
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz
1212
sudo tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
1313
rm -f critest-$VERSION-linux-amd64.tar.gz

docs/crictl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crictl is currently in Beta and still under quick iterations. It is hosted at th
1111
- using `wget`:
1212

1313
```sh
14-
VERSION="v1.16.0"
14+
VERSION="v1.17.0"
1515
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/crictl-$VERSION-linux-amd64.tar.gz
1616
sudo tar zxvf crictl-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
1717
rm -f crictl-$VERSION-linux-amd64.tar.gz
@@ -20,7 +20,7 @@ rm -f crictl-$VERSION-linux-amd64.tar.gz
2020
- using `curl`:
2121

2222
```sh
23-
VERSION="v1.16.0"
23+
VERSION="v1.17.0"
2424
curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/crictl-${VERSION}-linux-amd64.tar.gz --output crictl-${VERSION}-linux-amd64.tar.gz
2525
sudo tar zxvf crictl-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
2626
rm -f crictl-$VERSION-linux-amd64.tar.gz

docs/validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CRI validation testing is currently Alpha and still under quick iterations. We e
99
The benchmarking tests binary `critest` can be downloaded from [Releasing page](https://github.com/kubernetes-sigs/cri-tools/releases):
1010

1111
```sh
12-
VERSION="v1.16.0"
12+
VERSION="v1.17.0"
1313
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz
1414
sudo tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
1515
rm -f critest-$VERSION-linux-amd64.tar.gz

0 commit comments

Comments
 (0)