Skip to content

Commit ab8c529

Browse files
committed
docs: create documentation for v0.28 release
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
1 parent 0e3a08a commit ab8c529

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.github/workflows/publish.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
- release-0.25
87
- release-0.26
98
- release-0.27
9+
- release-0.28
1010

1111
permissions:
1212
contents: read
@@ -47,36 +47,36 @@ jobs:
4747
- uses: actions/checkout@v4
4848
with:
4949
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
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.25
57+
mv _build/html $HOME/output/0.26
5858
- uses: actions/checkout@v4
5959
with:
6060
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
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.26
68+
mv _build/html $HOME/output/0.27
6969
- uses: actions/checkout@v4
7070
with:
7171
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
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.27
79+
mv _build/html $HOME/output/0.28
8080
- name: Deploy the docs
8181
shell: bash
8282
env:

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This repository contains a framework for developing plugins for the Kubernetes
77
[device plugins framework](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/),
88
along with a number of device plugin implementations utilizing that framework.
99

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/).
1212

1313
Table of Contents
1414

@@ -266,9 +266,10 @@ matching Kubernetes versions are listed below:
266266

267267
| Branch | Kubernetes branch/version | Status |
268268
|:------------------|:-------------------------------|:------------|
269+
| release-0.28 | Kubernetes 1.28 branch v1.28.x | supported |
269270
| release-0.27 | Kubernetes 1.27 branch v1.27.x | supported |
270271
| 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 |
272273
| release-0.24 | Kubernetes 1.24 branch v1.24.x | unsupported |
273274
| release-0.23 | Kubernetes 1.23 branch v1.23.x | unsupported |
274275
| release-0.22 | Kubernetes 1.22 branch v1.22.x | unsupported |

0 commit comments

Comments
 (0)