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.24
8
7
- release-0.25
9
8
- release-0.26
9
+ - release-0.27
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.24
51
- - name : Build release-0.24
50
+ ref : release-0.25
51
+ - name : Build release-0.25
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.24
57
+ mv _build/html $HOME/output/0.25
58
58
- uses : actions/checkout@v3
59
59
with :
60
60
fetch-depth : 0
61
- ref : release-0.25
62
- - name : Build release-0.25
61
+ ref : release-0.26
62
+ - name : Build release-0.26
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.25
68
+ mv _build/html $HOME/output/0.26
69
69
- uses : actions/checkout@v3
70
70
with :
71
71
fetch-depth : 0
72
- ref : release-0.26
73
- - name : Build release-0.26
72
+ ref : release-0.27
73
+ - name : Build release-0.27
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.26
79
+ mv _build/html $HOME/output/0.27
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.26 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.26 / ) .
10
+ The [ v0.27 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.27 / ) .
12
12
13
13
Table of Contents
14
14
@@ -262,9 +262,10 @@ matching Kubernetes versions are listed below:
262
262
263
263
| Branch | Kubernetes branch/version | Status |
264
264
| :------------------| :-------------------------------| :------------|
265
+ | release-0.27 | Kubernetes 1.27 branch v1.27.x | supported |
265
266
| release-0.26 | Kubernetes 1.26 branch v1.26.x | supported |
266
267
| release-0.25 | Kubernetes 1.25 branch v1.25.x | supported |
267
- | release-0.24 | Kubernetes 1.24 branch v1.24.x | supported |
268
+ | release-0.24 | Kubernetes 1.24 branch v1.24.x | unsupported |
268
269
| release-0.23 | Kubernetes 1.23 branch v1.23.x | unsupported |
269
270
| release-0.22 | Kubernetes 1.22 branch v1.22.x | unsupported |
270
271
| release-0.21 | Kubernetes 1.21 branch v1.21.x | unsupported |
You can’t perform that action at this time.
0 commit comments