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 44 push :
55 branches :
66 - main
7- - release-0.29
87 - release-0.30
98 - release-0.31
9+ - release-0.32
1010
1111permissions :
1212 contents : read
@@ -47,36 +47,36 @@ jobs:
4747 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4848 with :
4949 fetch-depth : 0
50- ref : release-0.29
51- - name : Build release-0.29
50+ ref : release-0.30
51+ - name : Build release-0.30
5252 run : |
5353 GITHUB_SHA=$(git rev-parse HEAD)
5454 export GITHUB_SHA
5555 rm -rf _work/venv
5656 make vhtml
57- mv _build/html $HOME/output/0.29
57+ mv _build/html $HOME/output/0.30
5858 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5959 with :
6060 fetch-depth : 0
61- ref : release-0.30
62- - name : Build release-0.30
61+ ref : release-0.31
62+ - name : Build release-0.31
6363 run : |
6464 GITHUB_SHA=$(git rev-parse HEAD)
6565 export GITHUB_SHA
6666 rm -rf _work/venv
6767 make vhtml
68- mv _build/html $HOME/output/0.30
68+ mv _build/html $HOME/output/0.31
6969 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7070 with :
7171 fetch-depth : 0
72- ref : release-0.31
73- - name : Build release-0.31
72+ ref : release-0.32
73+ - name : Build release-0.32
7474 run : |
7575 GITHUB_SHA=$(git rev-parse HEAD)
7676 export GITHUB_SHA
7777 rm -rf _work/venv
7878 make vhtml
79- mv _build/html $HOME/output/0.31
79+ mv _build/html $HOME/output/0.32
8080 - name : Deploy the docs
8181 shell : bash
8282 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
88[ device plugins framework] ( https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ ) ,
99along with a number of device plugin implementations utilizing that framework.
1010
11- The [ v0.31.1 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.31 / ) .
11+ The [ v0.32.0 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.33 / ) .
1313
1414Table of Contents
1515
@@ -261,9 +261,10 @@ matching Kubernetes versions are listed below:
261261
262262| Branch | Kubernetes branch/version | Status |
263263| :------------------| :-------------------------------| :------------|
264+ | release-0.32 | Kubernetes 1.32 branch v1.32.x | supported |
264265| release-0.31 | Kubernetes 1.31 branch v1.31.x | supported |
265266| release-0.30 | Kubernetes 1.30 branch v1.30.x | supported |
266- | release-0.29 | Kubernetes 1.29 branch v1.29.x | supported |
267+ | release-0.29 | Kubernetes 1.29 branch v1.29.x | unsupported |
267268| release-0.28 | Kubernetes 1.28 branch v1.28.x | unsupported |
268269| release-0.27 | Kubernetes 1.27 branch v1.27.x | unsupported |
269270| release-0.26 | Kubernetes 1.26 branch v1.26.x | unsupported |
You can’t perform that action at this time.
0 commit comments