From 9b9159d1e04d337dc3a51e41be57f4795e71255d Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Wed, 7 Aug 2024 19:54:38 +0530 Subject: [PATCH] docs: update support matrix for nvidia drivers Update support matrix for NVIDIA extensions support. Part of: #9086. Signed-off-by: Noel Georgi --- hack/release.toml | 9 +++++++++ website/content/v1.8/introduction/support-matrix.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/hack/release.toml b/hack/release.toml index 1744181530..6de2f15a2f 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -127,6 +127,15 @@ If the extension version is a valid label value, it will be put to the label; ot For Talos machines booted of the Image Factory artifacts, this means that the schematic ID will be published as the annotation `extensions.talos.dev/schematic` (as it is longer than 63 characters). +""" + + [notes.nvidia] + title = "NVIDIA GPU Support" + description = """\ +Starting with Talos 1.8.0, SideroLabs would ships extensions for both LTS and Production versions of NVIDIA extensions. +For more details see the CHANGELOG of [extensions](https://github.com/siderolabs/extensions/releases). + +Upgrades with an exisiting schematic id from Image Factory would keep the existing LTS version of the NVIDIA extension. """ [make_deps] diff --git a/website/content/v1.8/introduction/support-matrix.md b/website/content/v1.8/introduction/support-matrix.md index 4170448028..0f003d5c5d 100644 --- a/website/content/v1.8/introduction/support-matrix.md +++ b/website/content/v1.8/introduction/support-matrix.md @@ -10,9 +10,10 @@ description: "Table of supported Talos Linux versions and respective platforms." | End of Community Support | 1.9.0 release (2024-12-15, TBD) | 1.8.0 release (2024-08-15) | | Enterprise Support | [offered by Sidero Labs Inc.](https://www.siderolabs.com/support/) | [offered by Sidero Labs Inc.](https://www.siderolabs.com/support/) | | Kubernetes | 1.31, 1.30, 1.29, 1.28, 1.27, 1.26 | 1.30, 1.29, 1.28, 1.27, 1.26, 1.25 | +| NVIDIA Drivers | 550.x.x (PRODUCTION), 535.x.x (LTS) | 535.x.x (LTS) | | Architecture | amd64, arm64 | amd64, arm64 | | **Platforms** | | | -| - cloud | Akamai, AWS, GCP, Azure, Digital Ocean, Exoscale, Hetzner, OpenNebula, OpenStack, Oracle Cloud, Scaleway, Vultr, Upcloud | Akamai, AWS, GCP, Azure, Digital Ocean, Exoscale, Hetzner, OpenNebula, OpenStack, Oracle Cloud, Scaleway, Vultr, Upcloud | +| - cloud | Akamai, AWS, GCP, Azure, Digital Ocean, Exoscale, Hetzner, OpenNebula, OpenStack, Oracle Cloud, Scaleway, Vultr, Upcloud | Akamai, AWS, GCP, Azure, Digital Ocean, Exoscale, Hetzner, OpenNebula, OpenStack, Oracle Cloud, Scaleway, Vultr, Upcloud | | - bare metal | x86: BIOS, UEFI, SecureBoot; arm64: UEFI, SecureBoot; boot: ISO, PXE, disk image | x86: BIOS, UEFI; arm64: UEFI; boot: ISO, PXE, disk image | | - virtualized | VMware, Hyper-V, KVM, Proxmox, Xen | VMware, Hyper-V, KVM, Proxmox, Xen | | - SBCs | Banana Pi M64, Jetson Nano, Libre Computer Board ALL-H3-CC, Nano Pi R4S, Pine64, Pine64 Rock64, Radxa ROCK Pi 4c, Radxa Rock4c+, Raspberry Pi 4B, Raspberry Pi Compute Module 4 | Banana Pi M64, Jetson Nano, Libre Computer Board ALL-H3-CC, Nano Pi R4S, Orange Pi R1 Plus LTS, Pine64, Pine64 Rock64, Radxa ROCK Pi 4c, Raspberry Pi 4B, Raspberry Pi Compute Module 4 |