File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
- release-0.19
8
8
- release-0.20
9
+ - release-0.21
9
10
10
11
jobs :
11
12
build :
60
61
rm -rf _work/venv
61
62
make vhtml
62
63
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
63
75
- name : Deploy the docs
64
76
shell : bash
65
77
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.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 / ) .
12
12
13
13
Table of Contents
14
14
@@ -253,6 +253,7 @@ matching Kubernetes versions are listed below:
253
253
254
254
| Branch | Kubernetes branch/version | Status |
255
255
| :------------------| :-------------------------------| :------------|
256
+ | release-0.21 | Kubernetes 1.21 branch v1.21.x | supported |
256
257
| release-0.20 | Kubernetes 1.20 branch v1.20.x | supported |
257
258
| release-0.19 | Kubernetes 1.19 branch v1.19.x | supported |
258
259
| release-0.18 | Kubernetes 1.18 branch v1.18.x | unsupported |
You can’t perform that action at this time.
0 commit comments