Skip to content

Commit

Permalink
docs: create documentation for v0.26 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Ylinen <[email protected]>
  • Loading branch information
mythi committed Jan 20, 2023
1 parent d3bac04 commit f5514b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- main
- release-0.23
- release-0.24
- release-0.25
- release-0.26

permissions:
contents: read
Expand Down Expand Up @@ -47,36 +47,36 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: release-0.23
- name: Build release-0.23
ref: release-0.24
- name: Build release-0.24
run: |
GITHUB_SHA=$(git rev-parse HEAD)
export GITHUB_SHA
rm -rf _work/venv
make vhtml
mv _build/html $HOME/output/0.23
mv _build/html $HOME/output/0.24
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: release-0.24
- name: Build release-0.24
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.24
mv _build/html $HOME/output/0.25
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: release-0.25
- name: Build release-0.25
ref: release-0.26
- name: Build release-0.26
run: |
GITHUB_SHA=$(git rev-parse HEAD)
export GITHUB_SHA
rm -rf _work/venv
make vhtml
mv _build/html $HOME/output/0.25
mv _build/html $HOME/output/0.26
- name: Deploy the docs
shell: bash
env:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/),
along with a number of device plugin implementations utilizing that framework.

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.25/).
The [v0.26 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.26/).

Table of Contents

Expand Down Expand Up @@ -262,9 +262,10 @@ matching Kubernetes versions are listed below:

| Branch | Kubernetes branch/version | Status |
|:------------------|:-------------------------------|:------------|
| release-0.26 | Kubernetes 1.26 branch v1.26.x | supported |
| release-0.25 | Kubernetes 1.25 branch v1.25.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 | unsupported |
| release-0.22 | Kubernetes 1.22 branch v1.22.x | unsupported |
| release-0.21 | Kubernetes 1.21 branch v1.21.x | unsupported |
| release-0.20 | Kubernetes 1.20 branch v1.20.x | unsupported |
Expand Down

0 comments on commit f5514b4

Please sign in to comment.