File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - release-0.19
8+ - release-0.20
89
910jobs :
1011 build :
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 :
Original file line number Diff line number Diff 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/ ) ,
88along 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
1313Table 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 |
You can’t perform that action at this time.
0 commit comments