docs: create documentation for v0.25 release

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2022-10-17 22:33:36 +03:00
parent b690ca33c3
commit cf15d158b4
2 changed files with 16 additions and 15 deletions

View File

@ -4,9 +4,9 @@ on:
push: push:
branches: branches:
- main - main
- release-0.22
- release-0.23 - release-0.23
- release-0.24 - release-0.24
- release-0.25
permissions: permissions:
contents: read contents: read
@ -44,17 +44,6 @@ jobs:
rm -rf _work/venv rm -rf _work/venv
make vhtml make vhtml
mv _build/html/* $HOME/output/ mv _build/html/* $HOME/output/
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: release-0.22
- name: Build release-0.22
run: |
GITHUB_SHA=$(git rev-parse HEAD)
export GITHUB_SHA
rm -rf _work/venv
make vhtml
mv _build/html $HOME/output/0.22
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
@ -77,6 +66,17 @@ jobs:
rm -rf _work/venv rm -rf _work/venv
make vhtml make vhtml
mv _build/html $HOME/output/0.24 mv _build/html $HOME/output/0.24
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: release-0.25
- name: Build release-0.25
run: |
GITHUB_SHA=$(git rev-parse HEAD)
export GITHUB_SHA
rm -rf _work/venv
make vhtml
mv _build/html $HOME/output/0.25
- name: Deploy the docs - name: Deploy the docs
shell: bash shell: bash
env: env:

View File

@ -7,8 +7,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/), [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. along with a number of device plugin implementations utilizing that framework.
The [v0.24 release](https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest) The [v0.25 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.24/). is the latest feature release with its documentation available [here](https://intel.github.io/intel-device-plugins-for-kubernetes/0.25/).
Table of Contents Table of Contents
@ -257,9 +257,10 @@ matching Kubernetes versions are listed below:
| Branch | Kubernetes branch/version | Status | | Branch | Kubernetes branch/version | Status |
|:------------------|:-------------------------------|:------------| |:------------------|:-------------------------------|:------------|
| release-0.25 | Kubernetes 1.25 branch v1.25.x | supported |
| release-0.24 | Kubernetes 1.24 branch v1.24.x | supported | | release-0.24 | Kubernetes 1.24 branch v1.24.x | supported |
| release-0.23 | Kubernetes 1.23 branch v1.23.x | supported | | release-0.23 | Kubernetes 1.23 branch v1.23.x | supported |
| release-0.22 | Kubernetes 1.22 branch v1.22.x | supported | | release-0.22 | Kubernetes 1.22 branch v1.22.x | unsupported |
| release-0.21 | Kubernetes 1.21 branch v1.21.x | unsupported | | release-0.21 | Kubernetes 1.21 branch v1.21.x | unsupported |
| release-0.20 | Kubernetes 1.20 branch v1.20.x | unsupported | | release-0.20 | Kubernetes 1.20 branch v1.20.x | unsupported |
| release-0.19 | Kubernetes 1.19 branch v1.19.x | unsupported | | release-0.19 | Kubernetes 1.19 branch v1.19.x | unsupported |