Skip to content

Commit 44dda8b

Browse files
committed
Add release-1.18 reference to documentation
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
1 parent 1e5b440 commit 44dda8b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ CRI-O and Kubernetes follow the same release cycle and deprecation policy. For m
2222
| CRI-O 1.15.x - release-1.15 | Kubernetes 1.15 branch, v1.15.x | = |
2323
| CRI-O 1.16.x - release-1.16 | Kubernetes 1.16 branch, v1.16.x | = |
2424
| CRI-O 1.17.x - release-1.17 | Kubernetes 1.17 branch, v1.17.x | = |
25+
| CRI-O 1.18.x - release-1.18 | Kubernetes 1.18 branch, v1.18.x | = |
2526
| CRI-O HEAD - master | Kubernetes master branch ||
2627

2728
Key:

contrib/test/integration/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- name: clone build and install kubernetes
2626
include: "build/kubernetes.yml"
2727
vars:
28-
k8s_git_version: "release-1.17"
28+
k8s_git_version: "release-1.18"
2929
k8s_github_fork: "kubernetes"
3030
crio_socket: "/var/run/crio/crio.sock"
3131
when: "(cgroupv2 is undefined) or (cgroupv2 == False) | bool"

tutorials/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ cd cri-o
170170

171171
Make sure your `CRI-O` and `kubernetes` versions are of matching major versions.
172172
For instance, if you want to be compatible with the latest kubernetes release,
173-
you'll need to use the latest tagged release of `CRI-O` on branch `release-1.17`.
173+
you'll need to use the latest tagged release of `CRI-O` on branch `release-1.18`.
174174

175175
## Build
176176

0 commit comments

Comments
 (0)