From e313934fea1a19a91c8729a0eebb43d4b90172f9 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Fri, 14 Mar 2025 10:46:34 +0100 Subject: [PATCH] changelog: Add entries for nvidia.service changes Signed-off-by: Jeremi Piotrowski --- .../bugfixes/2025-03-07-coreos-modules-cross-compilation.md | 1 + changelog/bugfixes/2025-03-07-nvidia-driver-type.md | 1 + changelog/changes/2025-03-07-nvidia-arm64-support.md | 1 + changelog/updates/2025-03-07-nvidia.md | 2 ++ 4 files changed, 5 insertions(+) create mode 100644 changelog/bugfixes/2025-03-07-coreos-modules-cross-compilation.md create mode 100644 changelog/bugfixes/2025-03-07-nvidia-driver-type.md create mode 100644 changelog/changes/2025-03-07-nvidia-arm64-support.md create mode 100644 changelog/updates/2025-03-07-nvidia.md diff --git a/changelog/bugfixes/2025-03-07-coreos-modules-cross-compilation.md b/changelog/bugfixes/2025-03-07-coreos-modules-cross-compilation.md new file mode 100644 index 0000000000..f9e46f714a --- /dev/null +++ b/changelog/bugfixes/2025-03-07-coreos-modules-cross-compilation.md @@ -0,0 +1 @@ +- The kernel module build directory now contains native binaries in arm64 images instead of the previous amd64 binaries ([scripts#2694](https://github.com/flatcar/scripts/pull/2694)) \ No newline at end of file diff --git a/changelog/bugfixes/2025-03-07-nvidia-driver-type.md b/changelog/bugfixes/2025-03-07-nvidia-driver-type.md new file mode 100644 index 0000000000..e717994468 --- /dev/null +++ b/changelog/bugfixes/2025-03-07-nvidia-driver-type.md @@ -0,0 +1 @@ +- Nvidia driver installer service now supports the 570 driver branch by forcing the use of the proprietary kernel module. The 570 branch defaults to the kernel-open driver which requires loading firmware, which is not yet supported on Flatcar. ([scripts#2694](https://github.com/flatcar/scripts/pull/2694)) \ No newline at end of file diff --git a/changelog/changes/2025-03-07-nvidia-arm64-support.md b/changelog/changes/2025-03-07-nvidia-arm64-support.md new file mode 100644 index 0000000000..65957180eb --- /dev/null +++ b/changelog/changes/2025-03-07-nvidia-arm64-support.md @@ -0,0 +1 @@ +- Added support for ARM64 architecture in the NVIDIA driver installer service ([scripts#2694](https://github.com/flatcar/scripts/pull/2694)) \ No newline at end of file diff --git a/changelog/updates/2025-03-07-nvidia.md b/changelog/updates/2025-03-07-nvidia.md new file mode 100644 index 0000000000..9c89b70c6c --- /dev/null +++ b/changelog/updates/2025-03-07-nvidia.md @@ -0,0 +1,2 @@ +- AMD64: nvidia-drivers ([535.230.02](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-230-02/index.html)) +- ARM64: nvidia-drivers ([570.86.15](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-86-15/index.html))