mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
docs: create documentation for v0.31 release
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
This commit is contained in:
parent
770172537e
commit
bcd7612175
24
.github/workflows/publish.yml
vendored
24
.github/workflows/publish.yml
vendored
@ -4,9 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release-0.28
|
||||
- release-0.29
|
||||
- release-0.30
|
||||
- release-0.31
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -44,17 +44,6 @@ jobs:
|
||||
rm -rf _work/venv
|
||||
make vhtml
|
||||
mv _build/html/* $HOME/output/
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: release-0.28
|
||||
- name: Build release-0.28
|
||||
run: |
|
||||
GITHUB_SHA=$(git rev-parse HEAD)
|
||||
export GITHUB_SHA
|
||||
rm -rf _work/venv
|
||||
make vhtml
|
||||
mv _build/html $HOME/output/0.28
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
@ -77,6 +66,17 @@ jobs:
|
||||
rm -rf _work/venv
|
||||
make vhtml
|
||||
mv _build/html $HOME/output/0.30
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: release-0.31
|
||||
- name: Build release-0.31
|
||||
run: |
|
||||
GITHUB_SHA=$(git rev-parse HEAD)
|
||||
export GITHUB_SHA
|
||||
rm -rf _work/venv
|
||||
make vhtml
|
||||
mv _build/html $HOME/output/0.31
|
||||
- name: Deploy the docs
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -8,8 +8,8 @@ This repository contains a framework for developing plugins for the Kubernetes
|
||||
[device plugins framework](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/),
|
||||
along with a number of device plugin implementations utilizing that framework.
|
||||
|
||||
The [v0.30 release](https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest)
|
||||
is the latest feature release with its documentation available [here](https://intel.github.io/intel-device-plugins-for-kubernetes/0.30/).
|
||||
The [v0.31 release](https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest)
|
||||
is the latest feature release with its documentation available [here](https://intel.github.io/intel-device-plugins-for-kubernetes/0.31/).
|
||||
|
||||
Table of Contents
|
||||
|
||||
@ -261,9 +261,10 @@ matching Kubernetes versions are listed below:
|
||||
|
||||
| Branch | Kubernetes branch/version | Status |
|
||||
|:------------------|:-------------------------------|:------------|
|
||||
| release-0.31 | Kubernetes 1.31 branch v1.31.x | supported |
|
||||
| release-0.30 | Kubernetes 1.30 branch v1.30.x | supported |
|
||||
| release-0.29 | Kubernetes 1.29 branch v1.29.x | supported |
|
||||
| release-0.28 | Kubernetes 1.28 branch v1.28.x | supported |
|
||||
| release-0.28 | Kubernetes 1.28 branch v1.28.x | unsupported |
|
||||
| release-0.27 | Kubernetes 1.27 branch v1.27.x | unsupported |
|
||||
| release-0.26 | Kubernetes 1.26 branch v1.26.x | unsupported |
|
||||
| release-0.25 | Kubernetes 1.25 branch v1.25.x | unsupported |
|
||||
|
Loading…
Reference in New Issue
Block a user