From 73686c1c240629c6708fada90ffbacf583786792 Mon Sep 17 00:00:00 2001 From: chaitanya1731 Date: Thu, 15 Feb 2024 10:24:33 -0800 Subject: [PATCH] docs: Added releases.md Added Release Information table Signed-off-by: chaitanya1731 --- README.md | 2 ++ docs/releases.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 docs/releases.md diff --git a/README.md b/README.md index 5d92b5d1..cfcd6df7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ The following features will be included in future releases. See details about [Supported Intel Hardware features](/docs/supported_platforms.md#supported-intel-hardware-features) and [Supported RHOCP Versions](/docs/supported_platforms.md#supported-rhocp-versions). +For detailed information about releases, please refer [Release Information](/docs/releases.md#release-information). + Figure-1 is the [Architecture and Working Scope](https://github.com/intel/intel-technology-enabling-for-openshift/wiki/Intel-Technology-Enabling-for-OpenShift-Architecture-and-Working-Scope) of the project ![Alt text](/docs/images/Intel-Technology-Enabling-for-OpenShift-Architecture.png) diff --git a/docs/releases.md b/docs/releases.md new file mode 100644 index 00000000..8dd8afb0 --- /dev/null +++ b/docs/releases.md @@ -0,0 +1,17 @@ +# Release Information +| Intel Technology Enabling for OpenShift Release | Red Hat OpenShift Version | Intel Data Center GPU drivers for OpenShift Version | KMM Operator Version | NFD Operator Version | OpenVINO Operator Version | RedHat OpenShift AI Operator Version | Intel Device Plugins Operator Version | Intel SGX | Intel QAT | Intel Data Center GPU Flex Series | Intel Data Center GPU Max Series | Notes | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1.2.0 | 4.14 | [2.1.0](https://github.com/intel/intel-data-center-gpu-driver-for-openshift/releases/tag/v2.1.0) | 2.0.1 | 4.14.0 | 1.1.0 | 2.6.0 | 0.28.0 | yes | yes | Yes | No | 4.14.11 and above | +| 1.1.0 | 4.13 | [2.0.0](https://github.com/intel/intel-data-center-gpu-driver-for-openshift/releases/tag/v2.0.0) | 1.1.2 | 4.13.0 | 1.1.0 | 2.4.0 | 0.28.0 | yes | Yes | Yes | No | 4.13.10 and above | +| 1.0.1 | 4.12 | [1.1.0](https://github.com/intel/intel-data-center-gpu-driver-for-openshift/releases/tag/v1.1.0) | 1.1.1 | 4.12.0 | - | - | 0.26.2 | yes | yes | Yes | No | 4.12.26 and above | +| 1.0.0 | 4.12 | [1.0.0](https://github.com/intel/intel-data-center-gpu-driver-for-openshift/releases/tag/v1.0.0) | 1.0.1 | 4.12.0 | 1.1.0 | 1.28.1 | 0.26.1 | Yes | No | Yes | No | 4.12.6 and above | +| - | 4.10 | - | - | - | - | - | 0.24.0 | Yes | No | No | No | - | + +## Reference Links +- [Intel Device Plugins Operator](https://catalog.redhat.com/software/container-stacks/detail/61e9f2d7b9cdd99018fc5736) +- [Kernel Module Management Operator](https://catalog.redhat.com/software/container-stacks/detail/6524b0876df0b7666fb33cfa) +- [NFD Operator]() +- [OpenVINO Operator](https://catalog.redhat.com/software/container-stacks/detail/60649a56209af65d24b7ca9e) +- [Red Hat OpenShift AI Operator](https://catalog.redhat.com/software/container-stacks/detail/63b85b573112fe5a95ee9a3a) +- Intel Data Center GPU Drivers for OpenShift - [Red Hat Container Catalog](https://catalog.redhat.com/software/containers/intel/intel-data-center-gpu-driver-container/6495ee55c8b2461e35fb8264) +- Intel Data Center GPU Drivers for OpenShift - GitHub [Release Information](https://github.com/intel/intel-data-center-gpu-driver-for-openshift/blob/main/release/README.md#release-information) \ No newline at end of file