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.27
8
7
- release-0.28
9
8
- release-0.29
9
+ - release-0.30
10
10
11
11
permissions :
12
12
contents : read
@@ -47,36 +47,36 @@ jobs:
47
47
- uses : actions/checkout@v4
48
48
with :
49
49
fetch-depth : 0
50
- ref : release-0.27
51
- - name : Build release-0.27
50
+ ref : release-0.28
51
+ - name : Build release-0.28
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.27
57
+ mv _build/html $HOME/output/0.28
58
58
- uses : actions/checkout@v4
59
59
with :
60
60
fetch-depth : 0
61
- ref : release-0.28
62
- - name : Build release-0.28
61
+ ref : release-0.29
62
+ - name : Build release-0.29
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.28
68
+ mv _build/html $HOME/output/0.29
69
69
- uses : actions/checkout@v4
70
70
with :
71
71
fetch-depth : 0
72
- ref : release-0.29
73
- - name : Build release-0.29
72
+ ref : release-0.30
73
+ - name : Build release-0.30
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.29
79
+ mv _build/html $HOME/output/0.30
80
80
- name : Deploy the docs
81
81
shell : bash
82
82
env :
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ This repository contains a framework for developing plugins for the Kubernetes
8
8
[ device plugins framework] ( https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ ) ,
9
9
along with a number of device plugin implementations utilizing that framework.
10
10
11
- The [ v0.29 release] ( https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest )
12
- is the latest feature release with its documentation available [ here] ( https://intel.github.io/intel-device-plugins-for-kubernetes/0.29 / ) .
11
+ The [ v0.30 release] ( https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest )
12
+ is the latest feature release with its documentation available [ here] ( https://intel.github.io/intel-device-plugins-for-kubernetes/0.30 / ) .
13
13
14
14
Table of Contents
15
15
@@ -252,9 +252,10 @@ matching Kubernetes versions are listed below:
252
252
253
253
| Branch | Kubernetes branch/version | Status |
254
254
| :------------------| :-------------------------------| :------------|
255
+ | release-0.30 | Kubernetes 1.30 branch v1.30.x | supported |
255
256
| release-0.29 | Kubernetes 1.29 branch v1.29.x | supported |
256
257
| release-0.28 | Kubernetes 1.28 branch v1.28.x | supported |
257
- | release-0.27 | Kubernetes 1.27 branch v1.27.x | supported |
258
+ | release-0.27 | Kubernetes 1.27 branch v1.27.x | unsupported |
258
259
| release-0.26 | Kubernetes 1.26 branch v1.26.x | unsupported |
259
260
| release-0.25 | Kubernetes 1.25 branch v1.25.x | unsupported |
260
261
| release-0.24 | Kubernetes 1.24 branch v1.24.x | unsupported |
You can’t perform that action at this time.
0 commit comments