File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
- release-0.19
8
+ - release-0.20
8
9
9
10
jobs :
10
11
build :
48
49
rm -rf _work/venv
49
50
make vhtml
50
51
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
51
63
- name : Deploy the docs
52
64
shell : bash
53
65
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
7
7
[ device plugins framework] ( https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ ) ,
8
8
along with a number of device plugin implementations utilising that framework.
9
9
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 / ) .
12
12
13
13
Table of Contents
14
14
@@ -255,8 +255,9 @@ matching Kubernetes versions are listed below:
255
255
256
256
| Branch | Kubernetes branch/version | Status |
257
257
| :------------------| :-------------------------------| :------------|
258
+ | release-0.20 | Kubernetes 1.20 branch v1.20.x | supported |
258
259
| 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 |
260
261
| release-0.17 | Kubernetes 1.17 branch v1.17.x | unsupported |
261
262
| release-0.15 | Kubernetes 1.15 branch v1.15.x | unsupported |
262
263
| release-0.11 | Kubernetes 1.11 branch v1.11.x | unsupported |
You can’t perform that action at this time.
0 commit comments