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