File tree 2 files changed +14
-13
lines changed
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.22
8
7
- release-0.23
9
8
- release-0.24
9
+ - release-0.25
10
10
11
11
permissions :
12
12
contents : read
@@ -47,36 +47,36 @@ jobs:
47
47
- uses : actions/checkout@v3
48
48
with :
49
49
fetch-depth : 0
50
- ref : release-0.22
51
- - name : Build release-0.22
50
+ ref : release-0.23
51
+ - name : Build release-0.23
52
52
run : |
53
53
GITHUB_SHA=$(git rev-parse HEAD)
54
54
export GITHUB_SHA
55
55
rm -rf _work/venv
56
56
make vhtml
57
- mv _build/html $HOME/output/0.22
57
+ mv _build/html $HOME/output/0.23
58
58
- uses : actions/checkout@v3
59
59
with :
60
60
fetch-depth : 0
61
- ref : release-0.23
62
- - name : Build release-0.23
61
+ ref : release-0.24
62
+ - name : Build release-0.24
63
63
run : |
64
64
GITHUB_SHA=$(git rev-parse HEAD)
65
65
export GITHUB_SHA
66
66
rm -rf _work/venv
67
67
make vhtml
68
- mv _build/html $HOME/output/0.23
68
+ mv _build/html $HOME/output/0.24
69
69
- uses : actions/checkout@v3
70
70
with :
71
71
fetch-depth : 0
72
- ref : release-0.24
73
- - name : Build release-0.24
72
+ ref : release-0.25
73
+ - name : Build release-0.25
74
74
run : |
75
75
GITHUB_SHA=$(git rev-parse HEAD)
76
76
export GITHUB_SHA
77
77
rm -rf _work/venv
78
78
make vhtml
79
- mv _build/html $HOME/output/0.24
79
+ mv _build/html $HOME/output/0.25
80
80
- name : Deploy the docs
81
81
shell : bash
82
82
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 utilizing that framework.
9
9
10
- The [ v0.24 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.24 / ) .
10
+ The [ v0.25 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.25 / ) .
12
12
13
13
Table of Contents
14
14
@@ -257,9 +257,10 @@ matching Kubernetes versions are listed below:
257
257
258
258
| Branch | Kubernetes branch/version | Status |
259
259
| :------------------| :-------------------------------| :------------|
260
+ | release-0.25 | Kubernetes 1.25 branch v1.25.x | supported |
260
261
| release-0.24 | Kubernetes 1.24 branch v1.24.x | supported |
261
262
| release-0.23 | Kubernetes 1.23 branch v1.23.x | supported |
262
- | release-0.22 | Kubernetes 1.22 branch v1.22.x | supported |
263
+ | release-0.22 | Kubernetes 1.22 branch v1.22.x | unsupported |
263
264
| release-0.21 | Kubernetes 1.21 branch v1.21.x | unsupported |
264
265
| release-0.20 | Kubernetes 1.20 branch v1.20.x | unsupported |
265
266
| release-0.19 | Kubernetes 1.19 branch v1.19.x | unsupported |
You can’t perform that action at this time.
0 commit comments