You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -255,7 +257,9 @@ The summary of resources available via plugins in this repository is given in th
255
257
For information on how to develop a new plugin using the framework or work on development task in
256
258
this repository, see the [Developers Guide](DEVEL.md).
257
259
258
-
## Supported Kubernetes Versions
260
+
## Releases
261
+
262
+
### Supported Kubernetes Versions
259
263
260
264
Releases are made under the github [releases area](https://github.com/intel/intel-device-plugins-for-kubernetes/releases). Supported releases and
261
265
matching Kubernetes versions are listed below:
@@ -279,6 +283,16 @@ matching Kubernetes versions are listed below:
Project's release cadence is tied to Kubernetes release cadence. Device plugins release typically follows a couple of weeks after the Kubernetes release. There can be some delays on the releases due to required changes in the pull request pipeline. Once the content is available in the `main` branch and CI & e2e validation <spanstyle="color:green">PASS</span>es, release branch will be created (e.g. release-0.26). The HEAD of release branch will also be tagged with the corresponding [tag](https://github.com/intel/intel-device-plugins-for-kubernetes/tags) (e.g. v0.26.0).
289
+
290
+
During the [release creation](https://github.com/intel/intel-device-plugins-for-kubernetes/issues/1393), the project's documentation, deployment files etc. will be [changed](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/1441) to point to the newly created version.
291
+
292
+
Pull requests that are required for specific release are labeled with the corresponding [milestone](https://github.com/intel/intel-device-plugins-for-kubernetes/milestones).
293
+
294
+
Patch releases (e.g. 0.26.3) are done on an adhoc basis if there are security issues or minor fixes requested for specific version.
295
+
282
296
## Pre-built plugin images
283
297
284
298
Pre-built images of the plugins are available on the Docker hub. These images
0 commit comments