Skip to content

Commit 175052b

Browse files
committed
docs: create documentation for v0.21 release
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 725b98b commit 175052b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
- release-0.19
88
- release-0.20
9+
- release-0.21
910

1011
jobs:
1112
build:
@@ -60,6 +61,17 @@ jobs:
6061
rm -rf _work/venv
6162
make vhtml
6263
mv _build/html $HOME/output/0.20
64+
- uses: actions/checkout@v2
65+
with:
66+
fetch-depth: 0
67+
ref: release-0.21
68+
- name: Build release-0.21
69+
run: |
70+
GITHUB_SHA=$(git rev-parse HEAD)
71+
export GITHUB_SHA
72+
rm -rf _work/venv
73+
make vhtml
74+
mv _build/html $HOME/output/0.21
6375
- name: Deploy the docs
6476
shell: bash
6577
env:

README.md

Lines changed: 3 additions & 2 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.20 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.20/).
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/).
1212

1313
Table of Contents
1414

@@ -253,6 +253,7 @@ matching Kubernetes versions are listed below:
253253

254254
| Branch | Kubernetes branch/version | Status |
255255
|:------------------|:-------------------------------|:------------|
256+
| release-0.21 | Kubernetes 1.21 branch v1.21.x | supported |
256257
| release-0.20 | Kubernetes 1.20 branch v1.20.x | supported |
257258
| release-0.19 | Kubernetes 1.19 branch v1.19.x | supported |
258259
| release-0.18 | Kubernetes 1.18 branch v1.18.x | unsupported |

0 commit comments

Comments
 (0)