Skip to content

Commit 8cea353

Browse files
committed
docs: create documentation for v0.20 release
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent ad70810 commit 8cea353

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.github/workflows/publish.yml

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- release-0.19
8+
- release-0.20
89

910
jobs:
1011
build:
@@ -48,6 +49,17 @@ jobs:
4849
rm -rf _work/venv
4950
make vhtml
5051
mv _build/html $HOME/output/0.19
52+
- uses: actions/checkout@v2
53+
with:
54+
fetch-depth: 0
55+
ref: release-0.20
56+
- name: Build release-0.20
57+
run: |
58+
GITHUB_SHA=$(git rev-parse HEAD)
59+
export GITHUB_SHA
60+
rm -rf _work/venv
61+
make vhtml
62+
mv _build/html $HOME/output/0.20
5163
- name: Deploy the docs
5264
shell: bash
5365
env:

README.md

+4-3
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.19 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.19/).
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/).
1212

1313
Table of Contents
1414

@@ -255,8 +255,9 @@ matching Kubernetes versions are listed below:
255255

256256
| Branch | Kubernetes branch/version | Status |
257257
|:------------------|:-------------------------------|:------------|
258+
| release-0.20 | Kubernetes 1.20 branch v1.20.x | supported |
258259
| release-0.19 | Kubernetes 1.19 branch v1.19.x | supported |
259-
| release-0.18 | Kubernetes 1.18 branch v1.18.x | supported |
260+
| release-0.18 | Kubernetes 1.18 branch v1.18.x | unsupported |
260261
| release-0.17 | Kubernetes 1.17 branch v1.17.x | unsupported |
261262
| release-0.15 | Kubernetes 1.15 branch v1.15.x | unsupported |
262263
| release-0.11 | Kubernetes 1.11 branch v1.11.x | unsupported |

0 commit comments

Comments
 (0)