File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - release-0.19
8
7
- release-0.20
9
8
- release-0.21
9
+ - release-0.22
10
10
11
11
jobs :
12
12
build :
@@ -42,36 +42,36 @@ jobs:
42
42
- uses : actions/checkout@v2
43
43
with :
44
44
fetch-depth : 0
45
- ref : release-0.19
46
- - name : Build release-0.19
45
+ ref : release-0.20
46
+ - name : Build release-0.20
47
47
run : |
48
48
GITHUB_SHA=$(git rev-parse HEAD)
49
49
export GITHUB_SHA
50
50
rm -rf _work/venv
51
51
make vhtml
52
- mv _build/html $HOME/output/0.19
52
+ mv _build/html $HOME/output/0.20
53
53
- uses : actions/checkout@v2
54
54
with :
55
55
fetch-depth : 0
56
- ref : release-0.20
57
- - name : Build release-0.20
56
+ ref : release-0.21
57
+ - name : Build release-0.21
58
58
run : |
59
59
GITHUB_SHA=$(git rev-parse HEAD)
60
60
export GITHUB_SHA
61
61
rm -rf _work/venv
62
62
make vhtml
63
- mv _build/html $HOME/output/0.20
63
+ mv _build/html $HOME/output/0.21
64
64
- uses : actions/checkout@v2
65
65
with :
66
66
fetch-depth : 0
67
- ref : release-0.21
68
- - name : Build release-0.21
67
+ ref : release-0.22
68
+ - name : Build release-0.22
69
69
run : |
70
70
GITHUB_SHA=$(git rev-parse HEAD)
71
71
export GITHUB_SHA
72
72
rm -rf _work/venv
73
73
make vhtml
74
- mv _build/html $HOME/output/0.21
74
+ mv _build/html $HOME/output/0.22
75
75
- name : Deploy the docs
76
76
shell : bash
77
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.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 / ) .
10
+ The [ v0.22 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.22 / ) .
12
12
13
13
Table of Contents
14
14
@@ -251,9 +251,10 @@ matching Kubernetes versions are listed below:
251
251
252
252
| Branch | Kubernetes branch/version | Status |
253
253
| :------------------| :-------------------------------| :------------|
254
+ | release-0.22 | Kubernetes 1.22 branch v1.22.x | supported |
254
255
| release-0.21 | Kubernetes 1.21 branch v1.21.x | supported |
255
256
| release-0.20 | Kubernetes 1.20 branch v1.20.x | supported |
256
- | release-0.19 | Kubernetes 1.19 branch v1.19.x | supported |
257
+ | release-0.19 | Kubernetes 1.19 branch v1.19.x | unsupported |
257
258
| release-0.18 | Kubernetes 1.18 branch v1.18.x | unsupported |
258
259
| release-0.17 | Kubernetes 1.17 branch v1.17.x | unsupported |
259
260
| release-0.15 | Kubernetes 1.15 branch v1.15.x | unsupported |
You can’t perform that action at this time.
0 commit comments