Skip to content

Commit 8fbb073

Browse files
committed
docs: create documentation for v0.22 release
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 86d060a commit 8fbb073

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
- release-0.19
87
- release-0.20
98
- release-0.21
9+
- release-0.22
1010

1111
jobs:
1212
build:
@@ -42,36 +42,36 @@ jobs:
4242
- uses: actions/checkout@v2
4343
with:
4444
fetch-depth: 0
45-
ref: release-0.19
46-
- name: Build release-0.19
45+
ref: release-0.20
46+
- name: Build release-0.20
4747
run: |
4848
GITHUB_SHA=$(git rev-parse HEAD)
4949
export GITHUB_SHA
5050
rm -rf _work/venv
5151
make vhtml
52-
mv _build/html $HOME/output/0.19
52+
mv _build/html $HOME/output/0.20
5353
- uses: actions/checkout@v2
5454
with:
5555
fetch-depth: 0
56-
ref: release-0.20
57-
- name: Build release-0.20
56+
ref: release-0.21
57+
- name: Build release-0.21
5858
run: |
5959
GITHUB_SHA=$(git rev-parse HEAD)
6060
export GITHUB_SHA
6161
rm -rf _work/venv
6262
make vhtml
63-
mv _build/html $HOME/output/0.20
63+
mv _build/html $HOME/output/0.21
6464
- uses: actions/checkout@v2
6565
with:
6666
fetch-depth: 0
67-
ref: release-0.21
68-
- name: Build release-0.21
67+
ref: release-0.22
68+
- name: Build release-0.22
6969
run: |
7070
GITHUB_SHA=$(git rev-parse HEAD)
7171
export GITHUB_SHA
7272
rm -rf _work/venv
7373
make vhtml
74-
mv _build/html $HOME/output/0.21
74+
mv _build/html $HOME/output/0.22
7575
- name: Deploy the docs
7676
shell: bash
7777
env:

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This repository contains a framework for developing plugins for the Kubernetes
77
[device plugins framework](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/),
88
along with a number of device plugin implementations utilising that framework.
99

10-
The [v0.21 release](https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest)
11-
is the latest feature release with its documentation available [here](https://intel.github.io/intel-device-plugins-for-kubernetes/0.21/).
10+
The [v0.22 release](https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest)
11+
is the latest feature release with its documentation available [here](https://intel.github.io/intel-device-plugins-for-kubernetes/0.22/).
1212

1313
Table of Contents
1414

@@ -251,9 +251,10 @@ matching Kubernetes versions are listed below:
251251

252252
| Branch | Kubernetes branch/version | Status |
253253
|:------------------|:-------------------------------|:------------|
254+
| release-0.22 | Kubernetes 1.22 branch v1.22.x | supported |
254255
| release-0.21 | Kubernetes 1.21 branch v1.21.x | supported |
255256
| release-0.20 | Kubernetes 1.20 branch v1.20.x | supported |
256-
| release-0.19 | Kubernetes 1.19 branch v1.19.x | supported |
257+
| release-0.19 | Kubernetes 1.19 branch v1.19.x | unsupported |
257258
| release-0.18 | Kubernetes 1.18 branch v1.18.x | unsupported |
258259
| release-0.17 | Kubernetes 1.17 branch v1.17.x | unsupported |
259260
| release-0.15 | Kubernetes 1.15 branch v1.15.x | unsupported |

0 commit comments

Comments
 (0)